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 @@