修改文档拆分--查看--左侧目录--编辑
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
<title>中国重汽标准法规管理系统</title>
|
<title></title>
|
||||||
<!--<link rel="icon" href="<%= BASE_URL %>logo.png"> -->
|
<!--<link rel="icon" href="<%= BASE_URL %>logo.png"> -->
|
||||||
<script src="<%= BASE_URL %>cdn/babel-polyfill/polyfill_7_2_5.js"></script>
|
<script src="<%= BASE_URL %>cdn/babel-polyfill/polyfill_7_2_5.js"></script>
|
||||||
<script src="<%= BASE_URL %>api_address_config.js"></script>
|
<script src="<%= BASE_URL %>api_address_config.js"></script>
|
||||||
|
|||||||
@@ -155,12 +155,13 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
// update-begin-author:sunjianlei date:20200120 for: 动态更改页面标题
|
// update-begin-author:sunjianlei date:20200120 for: 动态更改页面标题
|
||||||
changeTitle (title) {
|
changeTitle (title) {
|
||||||
const projectTitle = '中国重汽标准法规管理系统'
|
const projectTitle = ''
|
||||||
// 首页特殊处理
|
// 首页特殊处理
|
||||||
if (this.$route.path === indexKey) {
|
if (this.$route.path === indexKey) {
|
||||||
document.title = projectTitle
|
document.title = projectTitle
|
||||||
} else {
|
} else {
|
||||||
document.title = title + ' · ' + projectTitle
|
// + ' · ' + projectTitle
|
||||||
|
document.title = title
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// update-end-author:sunjianlei date:20200120 for: 动态更改页面标题
|
// update-end-author:sunjianlei date:20200120 for: 动态更改页面标题
|
||||||
|
|||||||
Reference in New Issue
Block a user