diff --git a/god-ui/src/layout/components/Sidebar/Logo.vue b/god-ui/src/layout/components/Sidebar/Logo.vue index 79dfd5c3..4f843ad6 100644 --- a/god-ui/src/layout/components/Sidebar/Logo.vue +++ b/god-ui/src/layout/components/Sidebar/Logo.vue @@ -147,8 +147,13 @@ export default { this.title = '企业作业综合可视化监管平台' document.title = '企业作业综合可视化监管平台' break; + case '9407': + // 重庆市工程管理有限公司数字化提升 + this.title = '工业视觉平台' + document.title = '工业视觉平台' + break; default: - + this.title = ' ' document.title = ' ' break;