Selaa lähdekoodia

我的图库列表增加缓存

jwyu 1 vuosi sitten
vanhempi
commit
870b710fdf
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -433,7 +433,7 @@ const routes=[
         component:()=>import('@/views/myChart/List.vue'),
         meta: {
           title: "我的图库",
-          keepAlive:false,
+          keepAlive:true,
           isRoot:true
         }
       },