diff --git a/.env b/.env index 6a0ca67..9616f38 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ -# VITE_MAINURL=http://127.0.0.1:8081/ -VITE_MAINURL=http://localhost:8081/ +VITE_MAINURL=http://127.0.0.1:8081/ +# VITE_MAINURL=https://6k4n616846.goho.co/ # VITE_MAINURL=http://192.168.1.12:8081/ # VITE_MAINURL=http://6adad28a.r36.cpolar.top # VITE_MAINURL=https://10.86.138.22/shp/ \ No newline at end of file diff --git a/public/image/bg10.png b/public/image/bg10.png new file mode 100644 index 0000000..bb07085 Binary files /dev/null and b/public/image/bg10.png differ diff --git a/src/router.ts b/src/router.ts index a5e84eb..c892428 100644 --- a/src/router.ts +++ b/src/router.ts @@ -1,4 +1,3 @@ -import { component } from '@nutui/nutui/dist/types/__VUE/grid/common' import { createRouter, createWebHashHistory } from 'vue-router' const routes = [ diff --git a/src/views/shanghaiStreetMap.vue b/src/views/shanghaiStreetMap.vue index 2f54c7c..a8deb6d 100644 --- a/src/views/shanghaiStreetMap.vue +++ b/src/views/shanghaiStreetMap.vue @@ -2763,8 +2763,8 @@ const initStreetChart = () => { map: "JiedaoMap", // 使用注册的地图名称 geoIndex: 10, // 地理坐标系组件的索引 zoom: 0.87, // 地图缩放等级 - left: streetLeft[districtValue.value], // 距离左侧10% - top: streetTop[districtValue.value], // + left: (streetLeft as any)[districtValue.value], // 距离左侧10% + top: (streetTop as any)[districtValue.value], // // center: ["50%", "50%"], // 地图中心点坐标 showLegendSymbol: false, // 不显示图例标记 label: { diff --git a/src/views/shanghaiStreetMapDasai copy.vue b/src/views/shanghaiStreetMapDasai copy.vue index 4318ee2..9e619a1 100644 --- a/src/views/shanghaiStreetMapDasai copy.vue +++ b/src/views/shanghaiStreetMapDasai copy.vue @@ -318,6 +318,7 @@