修改文档拆分--查看--左侧目录--编辑
This commit is contained in:
@@ -155,12 +155,13 @@ export default {
|
||||
methods: {
|
||||
// update-begin-author:sunjianlei date:20200120 for: 动态更改页面标题
|
||||
changeTitle (title) {
|
||||
const projectTitle = '中国重汽标准法规管理系统'
|
||||
const projectTitle = ''
|
||||
// 首页特殊处理
|
||||
if (this.$route.path === indexKey) {
|
||||
document.title = projectTitle
|
||||
} else {
|
||||
document.title = title + ' · ' + projectTitle
|
||||
// + ' · ' + projectTitle
|
||||
document.title = title
|
||||
}
|
||||
},
|
||||
// update-end-author:sunjianlei date:20200120 for: 动态更改页面标题
|
||||
|
||||
Reference in New Issue
Block a user