shuishen
2023-02-21 5205e5483b46e4a6bdaf235882c43c0d197ea45d
delete
4 files modified
1 files added
15 ■■■■■ changed files
public/sryx.zip patch | view | raw | blame | history
public/static/config.js 2 ●●● patch | view | raw | blame | history
src/components/map/index.vue 8 ●●●● patch | view | raw | blame | history
src/views/home/components/leftContainer.vue 3 ●●●●● patch | view | raw | blame | history
src/views/home/index.vue 2 ●●● patch | view | raw | blame | history
public/sryx.zip
Binary files differ
public/static/config.js
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2023-02-21 14:16:56
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-02-21 15:06:41
 * @LastEditTime: 2023-02-21 16:01:45
 * @FilePath: \srs-police-affairs\public\static\config.js
 * @Description: 
 * 
src/components/map/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 17:00:30
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-02-21 15:17:01
 * @LastEditTime: 2023-02-21 16:06:42
 * @FilePath: \srs-police-affairs\src\components\map\index.vue
 * @Description: 公用地图组件
 * 
@@ -235,6 +235,12 @@
            //     })
            // )
            global.viewer.imageryLayers.addImageryProvider(
                new global.DC.Namespace.Cesium.UrlTemplateImageryProvider({
                    url: '/sryx/{z}/{x}/{y}.png',
                })
            )
            // 设置地图初始位置,角度等
            global.viewer.camera.setView({
                // Cesium的坐标是以地心为原点,一向指向南美洲,一向指向亚洲,一向指向北极州
src/views/home/components/leftContainer.vue
@@ -940,9 +940,6 @@
                        countArr.push({ value: item.count, id: item.id })
                    })
                    landData = [nameArr, countArr]
                    this.$emit('createCyLinder', res.data.data)
                } else if (type == 1) {
                    // this.areaNum = res.data.data.areaNum
                    // this.villageNum = res.data.data.villageNum
src/views/home/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 16:18:17
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-02-21 14:52:52
 * @LastEditTime: 2023-02-21 15:54:27
 * @FilePath: \srs-police-affairs\src\views\home\index.vue
 * @Description: 小区-栋-层-房屋
 *