v2.0.7 — 标题随项目切换动态变化:科普/科研/医患 OPC 工作台
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user