浏览代码

修改缓存

lex-xin 5 年之前
父节点
当前提交
78a2fb3aa0

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/app.24e74a30.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.5a0343d0.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.ec1499b6.js


+ 2 - 2
src/layout/components/AppMain.vue

@@ -4,9 +4,9 @@
     <transition name="fade-transform"
                 mode="out-in">
       <!-- :include="cachedViews" -->
-      <keep-alive>
+      <!-- <keep-alive> -->
         <router-view :key="key" />
-      </keep-alive>
+      <!-- </keep-alive> -->
     </transition>
   </section>
 </template>

部分文件因为文件数量过多而无法显示