diff --git a/.env.local b/.env.local index 4782a110..fe9c5b29 100644 --- a/.env.local +++ b/.env.local @@ -4,9 +4,9 @@ NODE_ENV=development VITE_DEV=true # 请求路径 -VITE_BASE_URL='http://10.10.7.132:48080' +# VITE_BASE_URL='http://10.10.7.132:48080' # VITE_BASE_URL='http://10.10.100.15:48080' -# VITE_BASE_URL='http://10.10.5.5:48080' +VITE_BASE_URL='http://10.10.5.5:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务 VITE_UPLOAD_TYPE=server diff --git a/src/assets/imgs/indexPage/pick-up-point.png b/src/assets/imgs/indexPage/pick-up-point.png new file mode 100644 index 00000000..9c8b3846 Binary files /dev/null and b/src/assets/imgs/indexPage/pick-up-point.png differ diff --git a/src/views/mapPage/components/locationSelectionDialog.vue b/src/views/mapPage/components/locationSelectionDialog.vue index f3e4a1ab..9b76046e 100644 --- a/src/views/mapPage/components/locationSelectionDialog.vue +++ b/src/views/mapPage/components/locationSelectionDialog.vue @@ -138,8 +138,10 @@