|
@@ -8,13 +8,14 @@
|
|
<div class="mask" :class="{active: showMask}" :style="{zIndex: maskZIndex}"></div>
|
|
<div class="mask" :class="{active: showMask}" :style="{zIndex: maskZIndex}"></div>
|
|
<!-- <ichat /> -->
|
|
<!-- <ichat /> -->
|
|
<router-view/>
|
|
<router-view/>
|
|
- <ifooter />
|
|
|
|
|
|
+ <ifooter v-if="$route.name!=='about'" />
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import '@/assets/style/reset.scss'
|
|
import '@/assets/style/reset.scss'
|
|
import '@/assets/style/public.scss'
|
|
import '@/assets/style/public.scss'
|
|
|
|
+import '@/assets/imgfont/iconfont.css'
|
|
import '@/assets/font/iconfont.css'
|
|
import '@/assets/font/iconfont.css'
|
|
import header from '@/page/layout/header'
|
|
import header from '@/page/layout/header'
|
|
import footer from '@/page/layout/footer'
|
|
import footer from '@/page/layout/footer'
|
|
@@ -65,7 +66,7 @@ export default {
|
|
left: 0;
|
|
left: 0;
|
|
top: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
width: 100%;
|
|
- z-index: 4;
|
|
|
|
|
|
+ z-index: 999;
|
|
}
|
|
}
|
|
|
|
|
|
.mask {
|
|
.mask {
|