pull/3/head
LiuJiaNan 2024-03-04 08:30:58 +08:00
parent df1dcef265
commit 89c446c291
3 changed files with 9 additions and 10 deletions

View File

@ -169,7 +169,7 @@ const fnSpecialOperationsWarnAmount = async () => {
fnSpecialOperationsWarnAmount();
const fnNavigationBI = () => {
notify && notify.close();
router.push({ path: "/large_screen_data_display" });
router.push({ path: "BI" });
};
</script>

View File

@ -11,6 +11,9 @@
</div>
<div class="light"></div>
<div class="title" />
<div @click="router.push({ path: '/large_screen_data_display' })">
<icon-world theme="outline" size="18" fill="#2aa7d3" />
</div>
</div>
</transition>
<transition

View File

@ -7,15 +7,7 @@
</div>
<div class="title" />
<div class="options">
<div @click="router.push({ path: 'BI' })">
<icon-world theme="outline" size="18" fill="#2aa7d3" />
<span class="ml-5">地图</span>
</div>
<div class="ml-20" @click="router.back()">
<icon-logout theme="outline" size="18" fill="#2aa7d3" />
<span class="ml-5" style="vertical-align: center">退出</span>
</div>
<div class="ml-20">
<div>
<div v-if="!isFullscreen" @click="enter">
<icon-full-screen-one theme="outline" size="18" fill="#2aa7d3" />
<span class="ml-5">全屏</span>
@ -25,6 +17,10 @@
<span class="ml-5">退出全屏</span>
</div>
</div>
<div class="ml-20" @click="router.back()">
<icon-logout theme="outline" size="18" fill="#2aa7d3" />
<span class="ml-5" style="vertical-align: center">退出</span>
</div>
</div>
</div>
</template>