mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-22 15:24:09 +00:00
14 lines
266 B
Plaintext
14 lines
266 B
Plaintext
# 安装程序自动构建模式配置
|
|
|
|
# 线上环境
|
|
ENV = 'production'
|
|
|
|
# base路径
|
|
VITE_BASE_PATH = '/'
|
|
|
|
# 导出路径
|
|
VITE_OUT_DIR = '../dist/'
|
|
|
|
# 线上环境接口地址 - 'getCurrentDomain:表示获取当前域名'
|
|
VITE_AXIOS_BASE_URL = 'getCurrentDomain'
|