Browse Source

支持缓存及会员等级修改

master
sj 2 years ago committed by Loki
parent
commit
0c9d6942c8
  1. 4
      src/layout/components/AppMain.vue

4
src/layout/components/AppMain.vue

@ -1,8 +1,8 @@
<template> <template>
<section class="app-main"> <section class="app-main">
<transition name="fade-transform" mode="out-in"> <transition name="fade-transform" mode="out-in">
<!-- <keep-alive :include="cachedViews">--> <!-- <keep-alive :include="cachedViews">-->
<!-- 改为所有页面都支持缓存--> <!-- 改为所有页面都支持缓存-->
<keep-alive> <keep-alive>
<router-view :key="key" /> <router-view :key="key" />
</keep-alive> </keep-alive>

Loading…
Cancel
Save