diff --git a/index.html b/index.html index 57b7543..607011e 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ vue-manage-system | 基于Vue的后台管理系统 - + diff --git a/src/components/common/Tags.vue b/src/components/common/Tags.vue index 38fa17e..fe7e3ee 100644 --- a/src/components/common/Tags.vue +++ b/src/components/common/Tags.vue @@ -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){ diff --git a/static/img/img.jpg b/static/img/img.jpg index bb205f4..cbe6c00 100644 Binary files a/static/img/img.jpg and b/static/img/img.jpg differ