恢复下大屏开发的配置

This commit is contained in:
aixianling
2024-09-29 11:07:35 +08:00
parent 8e73c39c47
commit e88658b1be
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
VUE_APP_SCOPE=biaopin VUE_APP_SCOPE=biaopin
#VUE_APP_API=https://web.fdfengshou.cn/ #VUE_APP_API=https://web.fdfengshou.cn/
VUE_APP_API=http://192.168.1.87:9000/ #VUE_APP_API=http://192.168.1.87:9000/
VUE_APP_API=https://www.wyzzb.com
#VUE_APP_API=http://test87web.cunwuyun.cn/ #VUE_APP_API=http://test87web.cunwuyun.cn/

View File

@@ -8,7 +8,7 @@
<div @click="handleLogin">点此登录</div> <div @click="handleLogin">点此登录</div>
</template> </template>
</header-nav> </header-nav>
<ai-dv-wrapper class="fill" :views="[{label: '返回'}]" v-if="dvDev"> <ai-dv-wrapper class="fill" v-if="dvDev">
<router-view/> <router-view/>
</ai-dv-wrapper> </ai-dv-wrapper>
<el-row v-else-if="showTools" class="fill mar-t48" type="flex"> <el-row v-else-if="showTools" class="fill mar-t48" type="flex">
@@ -113,6 +113,7 @@ html, body {
top: 0; top: 0;
right: 60px; right: 60px;
opacity: 0; opacity: 0;
z-index: 999;
&:hover { &:hover {
opacity: 1; opacity: 1;