修改系统标题,企业管理bug

This commit is contained in:
zhaoxiao
2021-10-11 15:15:51 +08:00
parent e6422d1009
commit b7f83108db
5 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
:type="collapsed ? 'menu-unfold' : 'menu-fold'"
@click="toggle"/>
<span v-if="device === 'desktop'">欢迎进入来款系统管理平台</span>
<span v-if="device === 'desktop'">欢迎进入标准所协同工作平台</span>
<span v-else>Jero-Boot</span>
<user-menu :theme="theme"/>