feat: 刷新恢复工作台+状态标签调整

- state.tenant从localStorage恢复(只写不读bug修复)
- 状态标签移到总视图后面,增加全部按钮
- 去除总视图按钮
- 版本号 v1.2.0.18
This commit is contained in:
mac
2026-07-10 23:02:48 +08:00
parent f4b69449b2
commit 06ba9b2bff
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
const state = {
active: "home",
data: null,
tenant: "科普·无界",
tenant: localStorage.getItem("opc-active-tenant") || "科普·无界",
opFilter: "all",
finFilter: "projects",
selectedProject: null,