diff --git a/public/static/libs/mapbox/style/floodOneMap.json b/public/static/libs/mapbox/style/floodOneMap.json index 30d544d..2158f9d 100644 --- a/public/static/libs/mapbox/style/floodOneMap.json +++ b/public/static/libs/mapbox/style/floodOneMap.json @@ -596,7 +596,7 @@ "minzoom": 0, "maxzoom": 24, "mType": "mvt", - "columns": "起始点号,连接点号,st_asText(geometrys) as geometry" + "columns": "起始点号,连接点号,类型,st_asText(geometrys) as geometry" }, { "id": "city_boundary", diff --git a/public/static/libs/mapbox/style/floodOneMap.json b/public/static/libs/mapbox/style/floodOneMap.json index 30d544d..2158f9d 100644 --- a/public/static/libs/mapbox/style/floodOneMap.json +++ b/public/static/libs/mapbox/style/floodOneMap.json @@ -596,7 +596,7 @@ "minzoom": 0, "maxzoom": 24, "mType": "mvt", - "columns": "起始点号,连接点号,st_asText(geometrys) as geometry" + "columns": "起始点号,连接点号,类型,st_asText(geometrys) as geometry" }, { "id": "city_boundary", diff --git a/src/views/gisMapPage/commonLegend.js b/src/views/gisMapPage/commonLegend.js index 073c6e3..3adda70 100644 --- a/src/views/gisMapPage/commonLegend.js +++ b/src/views/gisMapPage/commonLegend.js @@ -167,13 +167,13 @@ layername: 'imageTiler', type: 'background', }, - { - isCheck: false, - name: '三维建筑', - url: 'rainAreas.png', - layername: 'kaifengBuilding', - type: 'background', - }, + // { + // isCheck: false, + // name: '三维建筑', + // url: 'rainAreas.png', + // layername: 'kaifengBuilding', + // type: 'background', + // }, ], }, { diff --git a/public/static/libs/mapbox/style/floodOneMap.json b/public/static/libs/mapbox/style/floodOneMap.json index 30d544d..2158f9d 100644 --- a/public/static/libs/mapbox/style/floodOneMap.json +++ b/public/static/libs/mapbox/style/floodOneMap.json @@ -596,7 +596,7 @@ "minzoom": 0, "maxzoom": 24, "mType": "mvt", - "columns": "起始点号,连接点号,st_asText(geometrys) as geometry" + "columns": "起始点号,连接点号,类型,st_asText(geometrys) as geometry" }, { "id": "city_boundary", diff --git a/src/views/gisMapPage/commonLegend.js b/src/views/gisMapPage/commonLegend.js index 073c6e3..3adda70 100644 --- a/src/views/gisMapPage/commonLegend.js +++ b/src/views/gisMapPage/commonLegend.js @@ -167,13 +167,13 @@ layername: 'imageTiler', type: 'background', }, - { - isCheck: false, - name: '三维建筑', - url: 'rainAreas.png', - layername: 'kaifengBuilding', - type: 'background', - }, + // { + // isCheck: false, + // name: '三维建筑', + // url: 'rainAreas.png', + // layername: 'kaifengBuilding', + // type: 'background', + // }, ], }, { diff --git a/src/views/system/MenuNotifi/Notification.vue b/src/views/system/MenuNotifi/Notification.vue index 787686a..ded4201 100644 --- a/src/views/system/MenuNotifi/Notification.vue +++ b/src/views/system/MenuNotifi/Notification.vue @@ -2,8 +2,11 @@
- - + + + + + diff --git a/public/static/libs/mapbox/style/floodOneMap.json b/public/static/libs/mapbox/style/floodOneMap.json index 30d544d..2158f9d 100644 --- a/public/static/libs/mapbox/style/floodOneMap.json +++ b/public/static/libs/mapbox/style/floodOneMap.json @@ -596,7 +596,7 @@ "minzoom": 0, "maxzoom": 24, "mType": "mvt", - "columns": "起始点号,连接点号,st_asText(geometrys) as geometry" + "columns": "起始点号,连接点号,类型,st_asText(geometrys) as geometry" }, { "id": "city_boundary", diff --git a/src/views/gisMapPage/commonLegend.js b/src/views/gisMapPage/commonLegend.js index 073c6e3..3adda70 100644 --- a/src/views/gisMapPage/commonLegend.js +++ b/src/views/gisMapPage/commonLegend.js @@ -167,13 +167,13 @@ layername: 'imageTiler', type: 'background', }, - { - isCheck: false, - name: '三维建筑', - url: 'rainAreas.png', - layername: 'kaifengBuilding', - type: 'background', - }, + // { + // isCheck: false, + // name: '三维建筑', + // url: 'rainAreas.png', + // layername: 'kaifengBuilding', + // type: 'background', + // }, ], }, { diff --git a/src/views/system/MenuNotifi/Notification.vue b/src/views/system/MenuNotifi/Notification.vue index 787686a..ded4201 100644 --- a/src/views/system/MenuNotifi/Notification.vue +++ b/src/views/system/MenuNotifi/Notification.vue @@ -2,8 +2,11 @@
- - + + + + + diff --git a/vite.config.js b/vite.config.js index 24dcf41..ea36ec6 100644 --- a/vite.config.js +++ b/vite.config.js @@ -7,8 +7,8 @@ const Timestamp = new Date().getTime(); //随机时间戳 // const targetUrl = 'http://192.168.16.254:7200'; //孙逢时 -const targetUrl = 'http://192.168.20.52:7300'; //杨辉 -// const targetUrl = 'https://server2.wh-nf.cn:8082/prod-api'; //线上 +// const targetUrl = 'http://192.168.20.52:7300'; //杨辉 +const targetUrl = 'https://server2.wh-nf.cn:8082/prod-api'; //线上 // https://vitejs.dev/config/ export default defineConfig(({ mode, command }) => {