Merge branch '2.0'
This commit is contained in:
commit
3c5880a201
|
|
@ -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)
|
||||
// 设置初始语言
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
export default {
|
||||
home: 'Home',
|
||||
login: 'Login',
|
||||
components: 'Components',
|
||||
count_to_page: 'Count-to',
|
||||
tables_page: 'Table',
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
export default {
|
||||
home: '首页',
|
||||
login: '登录',
|
||||
components: '组件',
|
||||
count_to_page: '数字渐变',
|
||||
tables_page: '多功能表格',
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
export default {
|
||||
home: '首頁',
|
||||
login: '登錄',
|
||||
components: '组件',
|
||||
count_to_page: '数字渐变',
|
||||
tables_page: '多功能表格',
|
||||
|
|
|
|||
Loading…
Reference in New Issue