[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
@@ -182,7 +182,7 @@
// update-begin-author:sunjianlei date:20200120 for: 动态更改页面标题
changeTitle(title) {
let projectTitle = '标准所协同工作平台'
let projectTitle = '汽车标准化工作平台'
// 首页特殊处理
if (this.$route.path === indexKey) {
document.title = projectTitle
+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"/>