commit
365149beb4
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>vue-manage-system | 基于Vue的后台管理系统</title>
|
<title>vue-manage-system | 基于Vue的后台管理系统</title>
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
|
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
|
||||||
<meta name="keywords" content="vue, vue-manage-system, manage-system, 后台, 管理系统, element" />
|
<meta name="keywords" content="vue, vue-manage-system, manage-system, 后台管理系统, element" />
|
||||||
<meta name="description" content="基于Vue2 + Element UI 的后台管理系统解决方案" />
|
<meta name="description" content="基于Vue2 + Element UI 的后台管理系统解决方案" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -58,11 +58,11 @@
|
||||||
// 设置标签
|
// 设置标签
|
||||||
setTags(route){
|
setTags(route){
|
||||||
const isExist = this.tagsList.some(item => {
|
const isExist = this.tagsList.some(item => {
|
||||||
return item.path === route.fullpath;
|
return item.path === route.path;
|
||||||
})
|
})
|
||||||
!isExist && this.tagsList.push({
|
!isExist && this.tagsList.push({
|
||||||
title: route.meta.title,
|
title: route.meta.title,
|
||||||
path: route.fullpath
|
path: route.path
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
handleTags(command){
|
handleTags(command){
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 6.0 KiB |
Loading…
Reference in New Issue