From e8b239efa63361a8984810bf9b4047981b98050c Mon Sep 17 00:00:00 2001
From: yuyu <1981343953@qq.com>
Date: 星期三, 16 八月 2023 17:17:18 +0800
Subject: [PATCH] 8.16提交 原材料报检 角色管理

---
 src/store/modules/settings.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/store/modules/settings.js b/src/store/modules/settings.js
index b3f33f8..d1367d6 100644
--- a/src/store/modules/settings.js
+++ b/src/store/modules/settings.js
@@ -5,7 +5,8 @@
 const state = {
   showSettings: showSettings,
   fixedHeader: fixedHeader,
-  sidebarLogo: sidebarLogo
+  sidebarLogo: sidebarLogo,
+  link:''
 }
 
 const mutations = {
@@ -14,6 +15,9 @@
     if (state.hasOwnProperty(key)) {
       state[key] = value
     }
+  },
+  SAVE_LINK(state,link){
+    state.link = link
   }
 }
 

--
Gitblit v1.9.3