支持缓存及会员等级修改
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<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" />
|
||||
<router-view :key="key" />
|
||||
</keep-alive>
|
||||
</transition>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user