From bfbb1ea3c6bb2dd7db064fb189290a1bfcf6c9cd Mon Sep 17 00:00:00 2001 From: seatonwan9 Date: 星期四, 28 八月 2025 02:14:48 +0800 Subject: [PATCH] 提交源码 --- src/App.vue | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/src/App.vue b/src/App.vue index d96e197..3eb6df3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -29,13 +29,7 @@ }) } provide('reload', reload) -// 涓存椂鍒濆鍖栵細鍐欏叆 userId 涓� unitId锛屼究浜庢湰鍦拌仈璋冨悗绔笅鍗曟帴鍙� -if (!userStore.getUserId) { - userStore.userId = '1' -} -if (!userStore.getUnitId) { - userStore.unitId = '1' -} + setInterval(() => { // 杩欎釜鍒ゆ柇浠h〃鐧诲綍鎴愬姛鍚庢墠寮�濮嬪啓鍏ユ椂闂� if(userStore.getAdminToken) { -- Gitblit v1.8.0