支持缓存及会员等级修改

This commit is contained in:
sj
2022-11-17 11:29:40 +08:00
committed by Loki
parent 975d24764b
commit 0c9d6942c8
+2 -2
View File
@@ -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>