From 69b7012682b65295d0cd454c8b9077db1133985f Mon Sep 17 00:00:00 2001 From: Gary Gu <garygu@Garydebijibendiannao.local> Date: Fri, 11 Apr 2025 15:25:05 +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