diff --git a/.env.dev b/.env.dev index ec03946..e1a2810 100644 --- a/.env.dev +++ b/.env.dev @@ -14,5 +14,8 @@ VUE_APP_OIDC_SILENTREDIRECTURI = http://112.233.241.108:1803/silent-renew-oidc.h -VUE_APP_BASE_API =http://223.99.16.253:9001/api -VUE_APP_BASE_IMG_URL =http://223.99.16.253:9001 +#VUE_APP_BASE_API =http://223.99.16.253:9001/api +#VUE_APP_BASE_IMG_URL =http://223.99.16.253:9001 + +VUE_APP_BASE_API = http://123.132.248.154:9224/api +VUE_APP_BASE_IMG_URL = http://123.132.248.154:9224 \ No newline at end of file diff --git a/public/config/app.json b/public/config/app.json new file mode 100644 index 0000000..3589f71 --- /dev/null +++ b/public/config/app.json @@ -0,0 +1,62 @@ +{ + "method":"feixian", + "pingyixian":{ + "appname":"平邑县森林防火电子沙盘", + "area":"平邑县", + "baseUrl":"", + "waterUrl":"http://175.27.168.120:8080/geoserver/pingyixian/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=pingyixian%3Ashuiyuandi_new&maxFeatures=50000&outputFormat=application%2Fjson", + "goodsUrl":"", + "tools":{ + "routebox":true, + "toolsbox":true, + "monitorbox":true, + "uavbox":true, + "waterbox":true, + "reportbox":false, + "goodsbox":true, + "griderbox":false + } + }, + "feixian":{ + "appname":"费县森林防火电子沙盘", + "area":"费县", + "baseUrl":"", + "goodsUrl":"", + "tools":{ + "routebox":true, + "toolsbox":true, + "monitorbox":true, + "uavbox":true, + "waterbox":true, + "reportbox":true, + "goodsbox":true, + "griderbox":true + } + }, + "gaoxinqu":{ + "appname":"高新区森林防火电子沙盘", + "area":"高新区", + "baseUrl":"", + "goodsUrl":"", + "tools":{ + "routebox":true, + "toolsbox":true, + "monitorbox":true, + "uavbox":true, + "waterbox":true + } + }, + "lanlingxian":{ + "appname":"兰陵县森林防火电子沙盘", + "area":"兰陵县", + "baseUrl":"", + "goodsUrl":"", + "tools":{ + "routebox":true, + "toolsbox":true, + "monitorbox":true, + "uavbox":true, + "waterbox":true + } + } +} diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index 51961ac..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/img/wg-bg.png b/public/img/wg-bg.png new file mode 100644 index 0000000..000a6ae Binary files /dev/null and b/public/img/wg-bg.png differ diff --git a/public/index.html b/public/index.html index e4dacb3..3c3c17b 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ - 临沂国家高新区数据资源平台 + 林业防火平台 + + diff --git a/src/views/home/widget/gridbox.vue b/src/views/home/widget/gridbox.vue new file mode 100644 index 0000000..bc0c2a3 --- /dev/null +++ b/src/views/home/widget/gridbox.vue @@ -0,0 +1,475 @@ + + + + + \ No newline at end of file diff --git a/src/views/home/widget/reportbox.vue b/src/views/home/widget/reportbox.vue new file mode 100644 index 0000000..5f8ad19 --- /dev/null +++ b/src/views/home/widget/reportbox.vue @@ -0,0 +1,72 @@ + + + + + \ No newline at end of file diff --git a/src/views/home/widget/reportlist.vue b/src/views/home/widget/reportlist.vue new file mode 100644 index 0000000..46cbd96 --- /dev/null +++ b/src/views/home/widget/reportlist.vue @@ -0,0 +1,261 @@ + + + + + \ No newline at end of file diff --git a/src/views/home/widget/routebox.vue b/src/views/home/widget/routebox.vue index b3a1c12..f50f77c 100644 --- a/src/views/home/widget/routebox.vue +++ b/src/views/home/widget/routebox.vue @@ -28,7 +28,7 @@ import * as turf from '@turf/turf' export default { name: 'routebox', - props:['globalmap'], + props:['globalmap','routeInfo'], data(){ return { startPoint:null, @@ -38,12 +38,18 @@ import * as turf from '@turf/turf' contourLine:null, contourLineAreaObj:null, } + }, + watch:{ + + }, + created(){ + }, mounted(){ }, destroyed(){ - + }, methods:{ bindMapClick(type){ //绑定点击事件 绘制获取起始点数据 diff --git a/src/views/home/widget/situationbox.vue b/src/views/home/widget/situationbox.vue new file mode 100644 index 0000000..e69de29 diff --git a/src/views/home/widget/taskbox.vue b/src/views/home/widget/taskbox.vue new file mode 100644 index 0000000..bb9c85c --- /dev/null +++ b/src/views/home/widget/taskbox.vue @@ -0,0 +1,224 @@ + + + + + \ No newline at end of file diff --git a/src/views/home/widget/trendsbox.vue b/src/views/home/widget/trendsbox.vue new file mode 100644 index 0000000..94c7a75 --- /dev/null +++ b/src/views/home/widget/trendsbox.vue @@ -0,0 +1,53 @@ + + + + + \ No newline at end of file diff --git a/src/views/home/widget/waterbox.vue b/src/views/home/widget/waterbox.vue index d7810f2..68ce6f5 100644 --- a/src/views/home/widget/waterbox.vue +++ b/src/views/home/widget/waterbox.vue @@ -1,15 +1,185 @@