支持缓存及会员等级修改
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user