buildadmin/web/.env.production

12 lines
222 B
Plaintext
Raw Normal View History

# 线上环境
ENV = 'production'
# base路径
VITE_BASE_PATH = '/'
# 导出路径
VITE_OUT_DIR = 'dist'
2022-02-24 17:44:00 +00:00
# 线上环境接口地址 - 'getCurrentDomain:表示获取当前域名'
VITE_AXIOS_BASE_URL = 'getCurrentDomain'