ソースを参照

我的图库列表增加缓存

jwyu 1 年間 前
コミット
870b710fdf
1 ファイル変更1 行追加1 行削除
  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
         }
       },