shuishen
2023-07-13 1a6b027bd082d634aada914d46f5104e5eb91ca3
电子沙盘相关更改
12 files renamed
3 files modified
63 ■■■■■ changed files
public/warnings/ffq-one.png patch | view | raw | blame | history
public/warnings/ffq-three.png patch | view | raw | blame | history
public/warnings/ffq-two.png patch | view | raw | blame | history
public/warnings/hcq-one.png patch | view | raw | blame | history
public/warnings/hcq-three.png patch | view | raw | blame | history
public/warnings/hcq-two.png patch | view | raw | blame | history
public/warnings/hxq-one.png patch | view | raw | blame | history
public/warnings/hxq-three.png patch | view | raw | blame | history
public/warnings/hxq-two.png patch | view | raw | blame | history
public/warnings/jjx-one.png patch | view | raw | blame | history
public/warnings/jjx-three.png patch | view | raw | blame | history
public/warnings/jjx-two.png patch | view | raw | blame | history
src/components/warningSelect/index.vue 59 ●●●●● patch | view | raw | blame | history
src/views/activity/components/drawBtnBox.vue 2 ●●● patch | view | raw | blame | history
src/views/home/index.vue 2 ●●● patch | view | raw | blame | history
public/warnings/ffq-one.png

public/warnings/ffq-three.png

public/warnings/ffq-two.png

public/warnings/hcq-one.png

public/warnings/hcq-three.png

public/warnings/hcq-two.png

public/warnings/hxq-one.png

public/warnings/hxq-three.png

public/warnings/hxq-two.png

public/warnings/jjx-one.png

public/warnings/jjx-three.png

public/warnings/jjx-two.png

src/components/warningSelect/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2023-04-04 16:24:42
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-07-10 19:11:58
 * @LastEditTime: 2023-07-13 15:24:08
 * @FilePath: \srs-police-affairs\src\components\warningSelect\index.vue
 * @Description: 
 * 
@@ -22,6 +22,59 @@
<script>
import { getWarningsAll } from "@/api/icons/index"
let warningImgData = [
    {
        title: '核心区1',
        url: 'hxq-one'
    },
    {
        title: '核心区2',
        url: 'hxq-two'
    },
    {
        title: '核心区3',
        url: 'hxq-three'
    },
    {
        title: '防范区1',
        url: 'ffq-one'
    },
    {
        title: '防范区2',
        url: 'ffq-two'
    },
    {
        title: '防范区3',
        url: 'ffq-three'
    },
    {
        title: '缓冲区1',
        url: 'hcq-one'
    },
    {
        title: '缓冲区2',
        url: 'hcq-two'
    },
    {
        title: '缓冲区3',
        url: 'hcq-three'
    },
    {
        title: '警戒线1',
        url: 'jjx-one'
    },
    {
        title: '警戒线2',
        url: 'jjx-two'
    },
    {
        title: '警戒线3',
        url: 'jjx-three'
    },
]
export default {
    name: 'WarningSelect',
@@ -44,9 +97,11 @@
                    let title = imgArr[imgArr.length - 1].split('.')[0]
                    let cur = warningImgData.find(i => i.url == title)
                    this.imageUrls.push({
                        url: item,
                        title
                        title: cur.title
                    })
                })
                this.loading = false
src/views/activity/components/drawBtnBox.vue
@@ -321,7 +321,7 @@
            let color = global.DC.Namespace.Cesium.Color.fromBytes(r, g, b, a)
            let position = item.position.slice(12, item.position.length - 2).replace(/,/g, ';').replace(/ /g, ',')
            let positions = position.split(';').map((item, index) => `${item},140`)
            let positions = position.split(';').map((item, index) => `${item},20`)
            positions.push(positions[0])
            positions = positions.join(';')
            if (item.type == 5 && (item.areaType == 2 || item.areaType == 3)) {
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-07-13 14:58:44
 * @LastEditTime: 2023-07-13 15:44:37
 * @FilePath: \srs-police-affairs\src\views\home\index.vue
 * @Description: 小区-栋-层-房屋
 *