Bläddra i källkod

cps:分享海报、我的钱包不做数据缓存

panyong 3 år sedan
förälder
incheckning
0a8b91f3a7
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      htmldev/cps/src/router/index.js

+ 2 - 2
htmldev/cps/src/router/index.js

@@ -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
     }
   },
   {