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>
<section class="app-main">
<transition name="fade-transform" mode="out-in">
<!-- <keep-alive :include="cachedViews">-->
<!-- 改为所有页面都支持缓存-->
<!-- <keep-alive :include="cachedViews">-->
<!-- 改为所有页面都支持缓存-->
<keep-alive>
<router-view :key="key" />
</keep-alive>

Loading…
Cancel
Save