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