|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<div class="fit row">
|
|
<div class="fit row">
|
|
- <Notify ref="notify"/>
|
|
|
|
- <StdDialog ref="stdDialog"/>
|
|
|
|
|
|
+ <Notify ref="notify" />
|
|
|
|
+ <StdDialog ref="stdDialog" />
|
|
<keep-alive v-if="showPage">
|
|
<keep-alive v-if="showPage">
|
|
<router-view class="col"></router-view>
|
|
<router-view class="col"></router-view>
|
|
</keep-alive>
|
|
</keep-alive>
|