diff --git a/static/app.js b/static/app.js index 96766f3..332860d 100644 --- a/static/app.js +++ b/static/app.js @@ -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(); }; diff --git a/templates/index.html b/templates/index.html index d98a084..a9e379e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -31,7 +31,7 @@
OPC Manager