[update] 修改系统名称,统计模块添加打包字段并修改字段顺序

This commit is contained in:
zhaoxiao
2021-12-13 10:39:50 +08:00
parent 08d8372c41
commit d5ed6d97dd
10 changed files with 200 additions and 49 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"/>