From 15bc7727b58bf9ca0c8f21702fa893daac232b8d Mon Sep 17 00:00:00 2001
From: hyb <kk_huangyangbo@163.com>
Date: Fri, 30 Jan 2026 07:18:51 +0000
Subject: [PATCH] perf: 接口自动化平台优化加载速度

---
 测试组/Test_platform/Interface_automation/frontend/src/store/mutations.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git "a/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/frontend/src/store/mutations.js" "b/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/frontend/src/store/mutations.js"
index 3690295..840c041 100644
--- "a/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/frontend/src/store/mutations.js"
+++ "b/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/frontend/src/store/mutations.js"
@@ -31,6 +31,10 @@
         state.is_superuser = value;
     },
 
+    setIsStaff(state, value) {
+        state.is_staff = value;
+    },
+
     setShowHosts(state, value) {
         state.show_hosts = value;
     }

--
Gitblit v1.9.1