diff --git a/.env.dev b/.env.dev index f9e9a5f..4436bae 100644 --- a/.env.dev +++ b/.env.dev @@ -22,7 +22,7 @@ VITE_DROP_CONSOLE=false VITE_SOURCEMAP=true # 打包路径 -VITE_BASE_PATH='http://106.118.88.15:48080' +VITE_BASE_PATH='http://server.ayaojies.com.cn:48080' # 输出路径 VITE_OUT_DIR=dist diff --git a/.env.local b/.env.local index 2662574..4cfb0f3 100644 --- a/.env.local +++ b/.env.local @@ -4,7 +4,7 @@ NODE_ENV=development VITE_DEV=true # 请求路径 -VITE_BASE_URL='http://106.118.88.15:48080' +VITE_BASE_URL='http://server.ayaojies.com.cn:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务 VITE_UPLOAD_TYPE=server diff --git a/.env.prod b/.env.prod index 3eee7d1..7bf2746 100644 --- a/.env.prod +++ b/.env.prod @@ -4,7 +4,7 @@ NODE_ENV=production VITE_DEV=false # 请求路径 -VITE_BASE_URL='http://106.118.88.15:48080' +VITE_BASE_URL='http://server.ayaojies.com.cn:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务 VITE_UPLOAD_TYPE=server diff --git a/.env.stage b/.env.stage index a910ed0..380e3ca 100644 --- a/.env.stage +++ b/.env.stage @@ -4,7 +4,7 @@ NODE_ENV=production VITE_DEV=false # 请求路径 -VITE_BASE_URL='http://106.118.88.15:48080' +VITE_BASE_URL='http://server.ayaojies.com.cn:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务 VITE_UPLOAD_TYPE=server diff --git a/.env.test b/.env.test index 3cdb19d..2364857 100644 --- a/.env.test +++ b/.env.test @@ -4,7 +4,7 @@ NODE_ENV=production VITE_DEV=false # 请求路径 -VITE_BASE_URL='http://106.118.88.15:48080' +VITE_BASE_URL='http://server.ayaojies.com.cn:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务 VITE_UPLOAD_TYPE=server diff --git a/public/map/components/CompanyShorePower.vue b/public/map/components/CompanyShorePower.vue index 666fe9d..b82dc71 100644 --- a/public/map/components/CompanyShorePower.vue +++ b/public/map/components/CompanyShorePower.vue @@ -8,6 +8,7 @@