forked from integrated_whb/integrated_whb_vue
BI页
parent
df1dcef265
commit
89c446c291
|
@ -169,7 +169,7 @@ const fnSpecialOperationsWarnAmount = async () => {
|
||||||
fnSpecialOperationsWarnAmount();
|
fnSpecialOperationsWarnAmount();
|
||||||
const fnNavigationBI = () => {
|
const fnNavigationBI = () => {
|
||||||
notify && notify.close();
|
notify && notify.close();
|
||||||
router.push({ path: "/large_screen_data_display" });
|
router.push({ path: "BI" });
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="light"></div>
|
<div class="light"></div>
|
||||||
<div class="title" />
|
<div class="title" />
|
||||||
|
<div @click="router.push({ path: '/large_screen_data_display' })">
|
||||||
|
<icon-world theme="outline" size="18" fill="#2aa7d3" />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition>
|
||||||
<transition
|
<transition
|
||||||
|
|
|
@ -7,15 +7,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="title" />
|
<div class="title" />
|
||||||
<div class="options">
|
<div class="options">
|
||||||
<div @click="router.push({ path: 'BI' })">
|
<div>
|
||||||
<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 v-if="!isFullscreen" @click="enter">
|
<div v-if="!isFullscreen" @click="enter">
|
||||||
<icon-full-screen-one theme="outline" size="18" fill="#2aa7d3" />
|
<icon-full-screen-one theme="outline" size="18" fill="#2aa7d3" />
|
||||||
<span class="ml-5">全屏</span>
|
<span class="ml-5">全屏</span>
|
||||||
|
@ -25,6 +17,10 @@
|
||||||
<span class="ml-5">退出全屏</span>
|
<span class="ml-5">退出全屏</span>
|
||||||
</div>
|
</div>
|
||||||
</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>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue