mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 13:26:44 +08:00
添加页面缓存
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<div id="app">
|
<div id="app">
|
||||||
<!--实现路由切换动画-->
|
<!--实现路由切换动画-->
|
||||||
<transition :name="transitionName">
|
<transition :name="transitionName">
|
||||||
<keep-alive include="StoreDetail">
|
<keep-alive include="StoreDetail" v-if="isRouterAlive">
|
||||||
<RouterView />
|
<RouterView />
|
||||||
</keep-alive>
|
</keep-alive>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user