|
@@ -36,7 +36,7 @@ watch(()=>router.currentRoute.value.path,
|
|
<div class="main-wrap">
|
|
<div class="main-wrap">
|
|
<router-view />
|
|
<router-view />
|
|
<el-backtop :right="wwidth<700?20:100" :bottom="100" />
|
|
<el-backtop :right="wwidth<700?20:100" :bottom="100" />
|
|
- <div class="ad-wrap" v-if="adSrc.length&&isShowAd">
|
|
|
|
|
|
+ <div class="ad-wrap" v-if="router.currentRoute.value.path!=='/login'&&adSrc.length&&isShowAd">
|
|
<!-- <img src="@/assets/404.png"> -->
|
|
<!-- <img src="@/assets/404.png"> -->
|
|
<el-image
|
|
<el-image
|
|
style="width: 100%;overflow: visible;"
|
|
style="width: 100%;overflow: visible;"
|