企业列表地区选择器

This commit is contained in:
cxc
2022-07-25 17:32:16 +08:00
parent 65fd5e1adb
commit a18495cc1c
6 changed files with 322 additions and 242 deletions

View File

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