hyb
2026-01-30 44480e71b27aa9d4cb8441f50c873f1b110e9691
测试组/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;
    }