微调
This commit is contained in:
@@ -38,7 +38,7 @@ export const staticRouter: RouteRecordRaw[] = [
|
||||
isHide: false,
|
||||
isFull: false,
|
||||
isAffix: false,
|
||||
isKeepAlive: false,
|
||||
isKeepAlive: true,//缓存改成true
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -52,7 +52,7 @@ export const staticRouter: RouteRecordRaw[] = [
|
||||
isHide: false,
|
||||
isFull: false,
|
||||
isAffix: false,
|
||||
isKeepAlive: false,
|
||||
isKeepAlive: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -82,7 +82,7 @@ export const staticRouter: RouteRecordRaw[] = [
|
||||
isHide: false,
|
||||
isFull: false,
|
||||
isAffix: false,
|
||||
isKeepAlive: false,
|
||||
isKeepAlive: true,
|
||||
},
|
||||
},
|
||||
// 错误页面路由
|
||||
|
||||
Reference in New Issue
Block a user