|
@@ -63,7 +63,7 @@ const routes = [
|
|
|
component: _import('views/recommend/index'),
|
|
|
meta: {
|
|
|
isUseCache: false,
|
|
|
- keepAlive: true
|
|
|
+ keepAlive: false
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -72,7 +72,7 @@ const routes = [
|
|
|
component: _import('views/wallet/index'),
|
|
|
meta: {
|
|
|
isUseCache: false,
|
|
|
- keepAlive: true
|
|
|
+ keepAlive: false
|
|
|
}
|
|
|
},
|
|
|
{
|