Skip to content

Commit 365149b

Browse files
authored
Merge pull request lin-xin#97 from lin-xin/dev
'恢复tags路径'
2 parents 8758556 + 3672521 commit 365149b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>vue-manage-system | 基于Vue的后台管理系统</title>
66
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
7-
<meta name="keywords" content="vue, vue-manage-system, manage-system, 后台, 管理系统, element" />
7+
<meta name="keywords" content="vue, vue-manage-system, manage-system, 后台管理系统, element" />
88
<meta name="description" content="基于Vue2 + Element UI 的后台管理系统解决方案" />
99
</head>
1010
<body>

src/components/common/Tags.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
// 设置标签
5959
setTags(route){
6060
const isExist = this.tagsList.some(item => {
61-
return item.path === route.fullpath;
61+
return item.path === route.path;
6262
})
6363
!isExist && this.tagsList.push({
6464
title: route.meta.title,
65-
path: route.fullpath
65+
path: route.path
6666
})
6767
},
6868
handleTags(command){

static/img/img.jpg

-39.8 KB
Loading

0 commit comments

Comments
 (0)