|
@@ -1,8 +1,8 @@
|
|
|
<template>
|
|
|
- <section id="app-main" class="app-main">
|
|
|
+ <section class="app-main">
|
|
|
<transition name="fade-transform" mode="out-in">
|
|
|
<keep-alive include="DefectManage">
|
|
|
- <router-view id="dstk" />
|
|
|
+ <router-view />
|
|
|
</keep-alive>
|
|
|
</transition>
|
|
|
</section>
|