Merge pull request #97 from lin-xin/dev

'恢复tags路径'
pull/195/head
林鑫 2018-06-01 10:49:33 +08:00 committed by GitHub
commit 365149beb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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