| | |
| | | billboard: { |
| | | verticalOrigin: Cesium.VerticalOrigin.BOTTOM, |
| | | scale: 1, |
| | | image: window.SmartEarthRootUrl + "/Workers/image/mark.png", |
| | | image: window.SmartEarthRootUrl + "/Workers/image/mark1.png", |
| | | heightReference: 1, |
| | | disableDepthTestDistance: Number.POSITIVE_INFINITY, |
| | | }, |
| | |
| | | return {}; |
| | | }, |
| | | mounted() { |
| | | this.getQueryString("focus-open-code"); |
| | | this.$router.push("/index"); |
| | | // this.getQueryString("focus-open-code"); |
| | | // if ( |
| | | // window.location.href.match(/=(\S*)#/) && |
| | | // window.location.href.match(/=(\S*)#/)[1] != "" |
| | |
| | | handleMenuListShow() { |
| | | // 清除定点绕飞 |
| | | if (window.pointerFly) { |
| | | window.pointerFly && window.pointerFly.end(); |
| | | window.pointerFly.end && window.pointerFly.end(); |
| | | window.pointerFly = null; |
| | | } |
| | | //清除搜索点 |
| | |
| | | curFuncIndex: -1, |
| | | curZTIndex: -1, |
| | | state: store.thematicLayer, |
| | | basicMapChecked: store.basicMapChecked.val, |
| | | basicMapChecked: store.basicMapChecked, |
| | | }; |
| | | }, |
| | | mounted() { |
| | |
| | | }, |
| | | // 漫游 |
| | | handleRoamClick(result) { |
| | | store.setBasicMap("三维影像"); |
| | | store.setBasicMap("三维模型"); |
| | | store.setRoamPanelShow(false); |
| | | store.setSearchPanelShow(false); |
| | | const val = roman.filter((res) => { |
| | |
| | | let that = this; |
| | | let option = { |
| | | // licenseServer: "http://183.162.245.49:18080", |
| | | // StaticFileBaseUrl: "../../Mobile/static/CimSDK/", |
| | | url: "./static/img/cesium/earth.jpg", |
| | | toolbar: false, |
| | | // fullscreenButton: true, |
| | |
| | | ]; |
| | | const router = new Router({ |
| | | mode: "history", |
| | | // base: '/Mobile',//测试版 打包时解开 |
| | | routes, |
| | | }); |
| | | |