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