Merge branch 'gyq' of https://gitee.com/shaanxi-super-shopkeeper_1/cashierdesktop into wwz
This commit is contained in:
commit
c1d4405d0e
22
src/App.vue
22
src/App.vue
|
|
@ -5,17 +5,17 @@
|
|||
<left-menu />
|
||||
</div>
|
||||
<div :class="{ view: route.path != '/login' }">
|
||||
<div class="wrapper">
|
||||
<div class="animation">
|
||||
<router-view v-slot="{ Component }">
|
||||
<!-- <transition :name="transitionName"> -->
|
||||
<keep-alive :include="includeList">
|
||||
<component :is="Component"></component>
|
||||
</keep-alive>
|
||||
<!-- </transition> -->
|
||||
</router-view>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="wrapper">
|
||||
<div class="animation"> -->
|
||||
<router-view v-slot="{ Component }">
|
||||
<!-- <transition :name="transitionName"> -->
|
||||
<keep-alive :include="includeList">
|
||||
<component :is="Component"></component>
|
||||
</keep-alive>
|
||||
<!-- </transition> -->
|
||||
</router-view>
|
||||
<!-- </div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</el-config-provider>
|
||||
|
|
|
|||
Loading…
Reference in New Issue