Merge branch '2.0'

This commit is contained in:
zhigang.li 2019-01-24 16:51:53 +08:00
commit 3c5880a201
4 changed files with 5 additions and 1 deletions

View File

@ -167,8 +167,9 @@ export default {
*/
this.setTagNavList()
this.setHomeRoute(routers)
const { name, params, query, meta } = this.$route
this.addTag({
route: this.$store.state.app.homeRoute
route: { name, params, query, meta }
})
this.setBreadCrumb(this.$route)
//

View File

@ -1,5 +1,6 @@
export default {
home: 'Home',
login: 'Login',
components: 'Components',
count_to_page: 'Count-to',
tables_page: 'Table',

View File

@ -1,5 +1,6 @@
export default {
home: '首页',
login: '登录',
components: '组件',
count_to_page: '数字渐变',
tables_page: '多功能表格',

View File

@ -1,5 +1,6 @@
export default {
home: '首頁',
login: '登錄',
components: '组件',
count_to_page: '数字渐变',
tables_page: '多功能表格',