flat: 暂存, 推送服务

This commit is contained in:
Apcallover
2024-03-19 17:44:49 +08:00

View File

@@ -2,7 +2,7 @@
<div id="large-screen" class="benchWarp">
<!-- top -->
<div class="benchTop" style="position: relative;">
<!-- 合作企业概况 -->
<div class="bgWhite survey" style="height: calc(100vh - 120px);">
<i style="position: absolute;right: 10px;top: 10px;color:#fff;" class="el-icon-full-screen" @click="changeFullScreen"></i>
@@ -26,7 +26,7 @@ import { getMapData } from '@/api/desk/notice'
export default {
data() {
return {
getPageUrl: "http://39.98.184.58/",
getPageUrl: "http://39.98.184.58/largescreen/",
fullScreenFlag: false,
fullScreenFlagKey: 0,
};