From d61e1edc20c16a68b00a217acfbc0955d972c68f Mon Sep 17 00:00:00 2001 From: zhoubj <2647555799@qq.com> Date: Sat, 23 May 2026 16:30:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +--- .env.production | 4 +--- .gitignore | 2 ++ 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.env.development b/.env.development index 522525f..2a08ab2 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,3 @@ -NEW_FILE_CODE - # 后端地址 VITE_BACKEND_BASE_URL=http://localhost:8081 @@ -13,4 +11,4 @@ VITE_GEOSERVER_BASE_URL=http://47.92.216.173:4019/geoserver/xian VITE_WEBSOCKET_URL=http://localhost:8081/websocket # 文件地址 -VITE_FILE_URL=http://localhost:8083 \ No newline at end of file +VITE_FILE_URL=http://localhost:8083 diff --git a/.env.production b/.env.production index 7248402..857fd68 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,3 @@ -NEW_FILE_CODE - # 后端地址 VITE_BACKEND_BASE_URL=http://localhost:8080 @@ -13,4 +11,4 @@ VITE_GEOSERVER_BASE_URL=http://10.22.245.246/geoserver/xian VITE_WEBSOCKET_URL=http://localhost:8080/websocket # 文件地址 -VITE_FILE_URL=http://localhost:8083 \ No newline at end of file +VITE_FILE_URL=http://localhost:8083 diff --git a/.gitignore b/.gitignore index 86f2c24..1265315 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ dist-ssr auto-imports.d.ts components.d.ts pnpm-lock.yaml +/package-lock.json +/pnpm-workspace.yaml