From 0cc01c2e0ca79fe901151b83d14eae32463d8f0a Mon Sep 17 00:00:00 2001
From: 15179599649 <zhangyiyao89@qq.com>
Date: Thu, 04 Jan 2024 17:30:19 +0800
Subject: [PATCH] '完善考核模块'
---
src/store/index.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/store/index.js b/src/store/index.js
index 12e64bb..b0a5461 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -13,6 +13,7 @@
},
state: {
overlayshow: false,
+ logintopath: '',
infoone: { index: 0, num: 0 },
},
mutations: {
@@ -22,6 +23,9 @@
reoverlayshow(state) {
state.overlayshow = false
},
+ updatelogintopath(state, router) {
+ state.logintopath = router
+ }
},
getters
})
--
Gitblit v1.9.3