修改文档拆分--查看--左侧目录--编辑

This commit is contained in:
范强强
2024-03-08 10:17:10 +08:00
parent 4e32981b0b
commit d4dc337cd7
2 changed files with 4 additions and 3 deletions
@@ -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: 动态更改页面标题