From 9b8baee48d0bdd95ea157be10e7c24711c511dc1 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 19 九月 2025 09:26:03 +0800
Subject: [PATCH] 最新版本541200007

---
 admin/src/store/index.js |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/admin/src/store/index.js b/admin/src/store/index.js
index fd55430..6825b73 100644
--- a/admin/src/store/index.js
+++ b/admin/src/store/index.js
@@ -5,11 +5,18 @@
 const state = {
   // 鐧诲綍鐢ㄦ埛淇℃伅
   userInfo: null,
+  tableHeightNew: 300,
   primaryColor: '#2080f7',
   // 棣栭〉
   homePage: null,
   // 鑿滃崟
   menuData: {
+    // 鑿滃崟鍒楄〃
+    list: [],
+    // 鏄惁鏀惰捣
+    collapse: false
+  },
+  topMenuList: {
     // 鑿滃崟鍒楄〃
     list: [],
     // 鏄惁鏀惰捣
@@ -38,7 +45,9 @@
       ...data
     }
   },
-
+  setTableHeightNew: (state, data) => {
+    state.tableHeightNew = data
+  },
   clearUserInfo: (state) => {
     state.userInfo = null
   },
@@ -60,7 +69,7 @@
       if (result === -1) {
       state.tags.push({ ...val, keepAlive: false })
     } else {
-      state.tags[result] = { ...val, keepAlive: true }
+      state.tags[result] = { ...val, keepAlive: false }
     }
     // result === -1 ? state.tags.push(val) : (state.tags[result]==val)
   },

--
Gitblit v1.9.3