From 44480e71b27aa9d4cb8441f50c873f1b110e9691 Mon Sep 17 00:00:00 2001
From: hyb <kk_huangyangbo@163.com>
Date: Fri, 30 Jan 2026 07:20:06 +0000
Subject: [PATCH] fix: 修复部分已知问题
---
测试组/Test_platform/Interface_automation/frontend/src/store/state.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git "a/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/frontend/src/store/state.js" "b/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/frontend/src/store/state.js"
index 2dcd625..818a8ce 100644
--- "a/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/frontend/src/store/state.js"
+++ "b/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/frontend/src/store/state.js"
@@ -5,6 +5,7 @@
token: null,
user: null,
is_superuser: false,
+ is_staff: false,
show_hosts: false,
duration: 2000,
report_path: "/api/lunarlink/reports/",
--
Gitblit v1.9.1