| | |
| | | <!-- 控制↑ --> |
| | | <!-- 控制大弹窗的弹窗 --> |
| | | <!-- v-if="mBigPopupAfter" --> |
| | | <mobilePopupOurAfter></mobilePopupOurAfter> |
| | | <mobilePopupOurAfter ref="MobilePopupOurAfter"></mobilePopupOurAfter> |
| | | <!-- 大弹窗 --> |
| | | <mobilePopupOur :style="[bigPopup]" v-if="mBigPopup"></mobilePopupOur> |
| | | <!-- 测试-跳转位置 --> |
| | |
| | | <!-- 实景窗口 --> |
| | | <mobilePanorama></mobilePanorama> |
| | | <!-- 退出导航 --> |
| | | <mobileCloseRouter></mobileCloseRouter> |
| | | <mobileCloseRouter ref="MobileCloseRouter"></mobileCloseRouter> |
| | | <!-- 退出活动 --> |
| | | <mobileCloseRouterMany></mobileCloseRouterMany> |
| | | <!-- 活动窗口 --> |
| | |
| | | fullExtent: [ |
| | | 112.51302551881798, -0.16235359398493399, 112.72742295590702, 0.000004509195932360471 |
| | | ], |
| | | polygonUrl: 'http://59.55.128.156:6080/arcgis/rest/services/fllk/MapServer/0/query' |
| | | polygonUrl: 'https://fkxt.jxstnu.edu.cn/changjing/fllkarcgisapp' |
| | | } |
| | | ] |
| | | |
| | |
| | | campusValue: { |
| | | handler (newData) { |
| | | this.$nextTick(() => { |
| | | this.$refs.MobileCloseRouter.mobileRouterClose() |
| | | |
| | | this.campusCut(newData) |
| | | |
| | | this.$refs.mobileLeftNav.initialize(newData) |
| | |
| | | }, |
| | | |
| | | handleCommand (command) { |
| | | this.$refs.MobilePopupOurAfter.closeBigPopupAfter() |
| | | this.setCampusValue(command.dictKey) |
| | | }, |
| | | |