'恢复tags路径'

pull/97/head
lin-xin 2018-06-01 10:48:36 +08:00
parent 32c184ecbe
commit 367252196c
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<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="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 的后台管理系统解决方案" />
</head>
<body>

View File

@ -58,11 +58,11 @@
//
setTags(route){
const isExist = this.tagsList.some(item => {
return item.path === route.fullpath;
return item.path === route.path;
})
!isExist && this.tagsList.push({
title: route.meta.title,
path: route.fullpath
path: route.path
})
},
handleTags(command){

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB