From 81e54a2f94f382bcb9838c8dd79c5119b8e8f14f Mon Sep 17 00:00:00 2001 From: Gary Gu <garygu@Garydebijibendiannao.local> Date: Tue, 03 Jun 2025 11:44:41 +0800 Subject: [PATCH] feat: 优化无数据显示 --- src/utils/getToken.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/utils/getToken.js b/src/utils/getToken.js index 216e492..5217589 100644 --- a/src/utils/getToken.js +++ b/src/utils/getToken.js @@ -10,4 +10,12 @@ export const getProjectId = () => { let id = window.ProjectConfig.projectId; return id; +} +export const getProjectEndDate = () => { + let endDate = store.getters["common/projectEndDate"]; + return endDate; +} +export const getBindId = () => { + let bindId = store.getters["common/bindId"]; + return bindId; } \ No newline at end of file -- Gitblit v1.9.3