#1649 404 when refresh dashboard

This commit is contained in:
kaisawind 2019-03-01 17:06:32 +08:00
parent c2495545a5
commit 78f679db9c
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ export default {
routes.forEach(route => {
if (route.meta && route.meta.affix) {
tags.push({
fullPath: path.resolve(basePath, route.path),
path: path.resolve(basePath, route.path),
name: route.name,
meta: { ...route.meta }