Browse Source

我的图库列表增加缓存

jwyu 1 year ago
parent
commit
870b710fdf
1 changed files with 1 additions and 1 deletions
  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
         }
       },