diff --git a/public/twitter.png b/public/twitter.png new file mode 100644 index 0000000..5a00361 Binary files /dev/null and b/public/twitter.png differ diff --git a/src/components/Map.vue b/src/components/Map.vue index 7c9c422..550c20f 100644 --- a/src/components/Map.vue +++ b/src/components/Map.vue @@ -49,13 +49,13 @@ onMounted(() => { featureLayerG_area = L.layerGroup().addTo(homeMap) featureLayerG_point = L.layerGroup().addTo(homeMap) - 'http://t0.tianditu.com/img_c/wmts?layer=img&style=default&tilematrixset=c&Service=WMTS&Request=GetTile&Version=1.0.0&Format=tiles&TileMatrix={z}&TileCol={x}&TileRow={y}&tk=' - const CIA_C = "http://t0.tianditu.com/cia_c/wmts?layer=cia&style=default&tilematrixset=c&Service=WMTS&Request=GetTile&Version=1.0.0&Format=tiles&TileMatrix={z}&TileCol={x}&TileRow={y}&tk="; - const nameLayer = L.tileLayer(CIA_C + TK_KEY, { - maxZoom: 20, - tileSize: 256, - zoomOffset: 1 - }).addTo(homeMap); + // 'http://t0.tianditu.com/img_c/wmts?layer=img&style=default&tilematrixset=c&Service=WMTS&Request=GetTile&Version=1.0.0&Format=tiles&TileMatrix={z}&TileCol={x}&TileRow={y}&tk=' + // const CIA_C = "http://t0.tianditu.com/cia_c/wmts?layer=cia&style=default&tilematrixset=c&Service=WMTS&Request=GetTile&Version=1.0.0&Format=tiles&TileMatrix={z}&TileCol={x}&TileRow={y}&tk="; + // const nameLayer = L.tileLayer(CIA_C + TK_KEY, { + // maxZoom: 20, + // tileSize: 256, + // zoomOffset: 1 + // }).addTo(homeMap); // 创建Geocoding控件 const geocoder = L.Control.geocoder({ diff --git a/src/views/dataService/multimediaData/component/boot.vue b/src/views/dataService/multimediaData/component/boot.vue index 0e5bd7c..ac50b4e 100644 --- a/src/views/dataService/multimediaData/component/boot.vue +++ b/src/views/dataService/multimediaData/component/boot.vue @@ -94,7 +94,7 @@ - + diff --git a/src/views/responseManagement/userResponse/component/selectUser.vue b/src/views/responseManagement/userResponse/component/selectUser.vue index 5ec2c5d..61fd8c3 100644 --- a/src/views/responseManagement/userResponse/component/selectUser.vue +++ b/src/views/responseManagement/userResponse/component/selectUser.vue @@ -88,7 +88,7 @@ const save = async () => { allocation:"YES" }; let res = await submit(params).then(da=>{ - ElMessage.success('Save success'); + ElMessage.success('success'); }); emit('callback'); closeDialog();