From e9cb47183b76fefe410b95768d5129e04ead87d3 Mon Sep 17 00:00:00 2001
From: wgx <31655391@qq.com>
Date: Thu, 8 Jan 2026 17:41:25 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.development | 4 ++--
package.json | 1 +
pnpm-lock.yaml | 3 +++
.../appmana/station/components/SurvStationInfoForm.vue | 6 ++++++
4 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/.env.development b/.env.development
index e0fc62d..a60c312 100644
--- a/.env.development
+++ b/.env.development
@@ -5,8 +5,8 @@ VITE_USE_MOCK = true
VITE_PUBLIC_PATH = /
# 跨域代理,您可以配置多个 ,请注意,没有换行符
- VITE_PROXY = [["/jeecgboot","http://192.168.2.110:9999"],["/upload","http://192.168.2.110:3300/upload"]]
-#VITE_PROXY = [["/jeecgboot","https://fxnsp.sxcooh.com"],["/upload","http://192.168.2.111:3300/upload"]]
+VITE_PROXY = [["/jeecgboot","http://192.168.2.110:9999"],["/upload","http://192.168.2.110:3300/upload"]]
+VITE_PROXY = [["/jeecgboot","https://fxnsp.sxcooh.com/lh-api/"],["/upload","http://192.168.2.111:3300/upload"]]
# 控制台不输出
VITE_DROP_CONSOLE = false
diff --git a/package.json b/package.json
index 702f16a..2076ca9 100644
--- a/package.json
+++ b/package.json
@@ -48,6 +48,7 @@
"@vueuse/shared": "^8.3.0",
"@zxcvbn-ts/core": "^2.0.1",
"ant-design-vue": "^3.2.12",
+ "html2canvas": "1.4.1",
"axios": "^0.26.1",
"china-area-data": "^5.0.1",
"clipboard": "^2.0.8",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index e0e299e..517a026 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -96,6 +96,9 @@ importers:
ezuikit-js:
specifier: ^7.6.8
version: 7.7.10
+ html2canvas:
+ specifier: 1.4.1
+ version: 1.4.1
intro.js:
specifier: ^5.1.0
version: 5.1.0
diff --git a/src/views/appmana/station/components/SurvStationInfoForm.vue b/src/views/appmana/station/components/SurvStationInfoForm.vue
index ea74fa9..4d23998 100644
--- a/src/views/appmana/station/components/SurvStationInfoForm.vue
+++ b/src/views/appmana/station/components/SurvStationInfoForm.vue
@@ -7,6 +7,11 @@
+
+
+
+
+
@@ -152,6 +157,7 @@
updatedTime: '',
isDel: undefined,
stationName: '',
+ stationShortName: '',
stationLatitude: '',
stationLongitude: '',
corpId: '',