From f3b6e1c9ab87fae34c801396f42473adf5fdd215 Mon Sep 17 00:00:00 2001 From: Gary Gu <garygu@Garydebijibendiannao.local> Date: Mon, 14 Apr 2025 10:48:54 +0800 Subject: [PATCH] feat: 协同图标切换 --- src/utils/getToken.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/utils/getToken.js b/src/utils/getToken.js index 216e492..9713fc6 100644 --- a/src/utils/getToken.js +++ b/src/utils/getToken.js @@ -10,4 +10,8 @@ export const getProjectId = () => { let id = window.ProjectConfig.projectId; return id; +} +export const getProjectEndDate = () => { + let endDate = store.getters["common/projectEndDate"]; + return endDate; } \ No newline at end of file -- Gitblit v1.9.3