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: '',