v2.0.7 — 标题随项目切换动态变化:科普/科研/医患 OPC 工作台

This commit is contained in:
mac
2026-06-16 15:57:18 +08:00
parent 1b0049e342
commit e2d9049e45
2 changed files with 3 additions and 1 deletions

View File

@@ -249,6 +249,8 @@ window.switchTab = switchTab;
window.switchTenant = (tenant) => {
state.tenant = tenant;
state.projectView = null;
const label = tenant.replace("·无界", "");
document.querySelector("#workspaceTitle").textContent = label + " OPC 工作台";
load();
};