| | |
| | | </div> |
| | | <div class="vol-container" :style="{ left: menuWidth - 1 + 'px' }"> |
| | | <div class="vol-header"> |
| | | <div class="project-name">WMS</div> |
| | | <div class="project-name">WMS {{ stationValue.replace('-1','') }}ç«å°</div> |
| | | <div class="header-text"> |
| | | <div class="h-link"> |
| | | <a |
| | |
| | | import VolMenu from "@/components/basic/VolElementMenu.vue"; |
| | | import Message from "./index/Message.vue"; |
| | | import MessageConfig from "./index/MessageConfig.js"; |
| | | import { stationManager, STATION_STORAGE_KEY } from "@/../src/uitils/stationManager"; |
| | | var imgUrl = require("@/assets/imgs/wms_x.png"); |
| | | var $this; |
| | | var $interval; |
| | |
| | | }, |
| | | setup(props, context) { |
| | | let client = ref(null); |
| | | |
| | | const stationValue = ref(""); |
| | | const savedStation = stationManager.getStation(); |
| | | console.log("Saved Station:", savedStation); |
| | | if (savedStation) { |
| | | stationValue.value = savedStation; |
| | | } |
| | | // è·åå
¨å±å±æ§åæ¹æ³ |
| | | const { proxy } = getCurrentInstance(); |
| | | |
| | |
| | | visibleItem, |
| | | closeTabsMenu, |
| | | closeTabs, |
| | | stationValue, |
| | | currentMenuId, |
| | | }; |
| | | }, |