From a18495cc1cc5fcfa8350cc5ea85c6d77b03f2d0a Mon Sep 17 00:00:00 2001 From: cxc Date: Mon, 25 Jul 2022 17:32:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E5=88=97=E8=A1=A8=E5=9C=B0?= =?UTF-8?q?=E5=8C=BA=E9=80=89=E6=8B=A9=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 1 + src/views/components/CityOptions/index.vue | 152 +++++--- src/views/components/ExpertForm/index.vue | 400 +++++++++++---------- src/views/dataList/enterprise/add.vue | 7 +- src/views/login.vue | 2 +- src/views/website/siteSet/footer/index.vue | 2 +- 6 files changed, 322 insertions(+), 242 deletions(-) diff --git a/.env.production b/.env.production index 583ccf1..7b46b73 100644 --- a/.env.production +++ b/.env.production @@ -7,6 +7,7 @@ VITE_APP_ENV = 'production' # 若依管理系统/生产环境 # VITE_APP_BASE_API = '/prod-api' VITE_APP_BASE_API = 'http://120.26.107.74:1618' +#VITE_APP_BASE_API = '/api' # 是否在打包时开启压缩,支持 gzip 和 brotli VITE_BUILD_COMPRESS = gzip \ No newline at end of file diff --git a/src/views/components/CityOptions/index.vue b/src/views/components/CityOptions/index.vue index bf599ef..5561177 100644 --- a/src/views/components/CityOptions/index.vue +++ b/src/views/components/CityOptions/index.vue @@ -1,7 +1,7 @@ - + + diff --git a/src/views/components/ExpertForm/index.vue b/src/views/components/ExpertForm/index.vue index c6fb54e..e16b341 100644 --- a/src/views/components/ExpertForm/index.vue +++ b/src/views/components/ExpertForm/index.vue @@ -1,7 +1,8 @@ - + + diff --git a/src/views/dataList/enterprise/add.vue b/src/views/dataList/enterprise/add.vue index 6e50534..17fba40 100644 --- a/src/views/dataList/enterprise/add.vue +++ b/src/views/dataList/enterprise/add.vue @@ -1,6 +1,6 @@