Commit f689597a authored by Davve's avatar Davve

修改时间显示问题

parent 0666b763
...@@ -36,8 +36,8 @@ export default { ...@@ -36,8 +36,8 @@ export default {
} }
}) })
const first = matched[0] const first = matched[0]
if (first && first.name.trim().toLocaleLowerCase() !== 'Dashboard'.toLocaleLowerCase()) { if (first && first.name.trim().toLocaleLowerCase() !== 'Hone'.toLocaleLowerCase()) {
matched = [{ path: '/dashboard', meta: { title: 'dashboard' }}].concat(matched) matched = [{ path: '/home', meta: { title: '首页' }}].concat(matched)
} }
this.levelList = matched this.levelList = matched
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment