1
guanqb
2023-04-01 6f65ecb0451eda10a8bfa48cd2a98ee4cba2a0fb
1
4 files modified
15 ■■■■ changed files
src/components/map/index.vue 2 ●●● patch | view | raw | blame | history
src/views/home/components/leftContainer.vue 8 ●●●●● patch | view | raw | blame | history
src/views/home/components/rightContainer.vue 1 ●●●● patch | view | raw | blame | history
vue.config.js 4 ●●●● patch | view | raw | blame | history
src/components/map/index.vue
@@ -438,7 +438,7 @@
        // global.viewer.scene.morphTo2D(1)
        // 清除控制台
        console.clear()
        // console.clear()
        function isEleFullScreen () {
            const fullScreenEle =
src/views/home/components/leftContainer.vue
@@ -686,6 +686,14 @@
        },
        houseTabClick (type) {
            this.tabTypeTwo = type
            this.disposeHouseEchart()
            if (type == 0) {
                this.getHouseStatisticInfo(2)
            } else {
                this.getHouseStatisticInfo(1)
            }
        },
        initLandOptions (xDate, yDate) {
src/views/home/components/rightContainer.vue
@@ -303,7 +303,6 @@
                    })]
                })
                this.$nextTick(() => {
                    this.tableHeight =
                        this.$refs.Container.offsetHeight -
vue.config.js
@@ -161,8 +161,8 @@
        proxy: {
            "/api": {
                // target用于配置你允许访问数据的计算机名称,即是你的api接口的服务器地址
                target: "http://localhost:82",
                // target: "http://192.168.0.100:82",
                // target: "http://localhost:82",
                target: "http://192.168.0.100:82",
                // target: "http://17.20.10.3:82",
                // target: "http://10.141.11.11:8081/api",
                // ws: true, //启用webSocket6566