Commit 268468fb authored by 若依's avatar 若依 Committed by Gitee

!287 更新到【默认首页使用keep-alive缓存】后报错

Merge pull request !287 from wangzhaoqiang/master
parents 5d6f1346 7b6ccd9b
......@@ -45,7 +45,7 @@ export default {
if (!name) {
return false
}
return name.trim() === '首页'
return name.trim() === 'Index'
},
handleLink(item) {
const { redirect, path } = item
......
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