14 lines
261 B
Bash
14 lines
261 B
Bash
NODE_ENV='production'
|
|
VUE_APP_NAME = 'production'
|
|
|
|
VUE_APP_FLAG = 'pro'
|
|
|
|
# 生产环境
|
|
VUE_APP_IMGAPI='http://10.100.5.9:18089/'
|
|
VUE_APP_API='http://10.100.5.9:18089'
|
|
|
|
VUE_APP_TITLE=''
|
|
VUE_APP_YUNXUE_URL='https://dongfeng.yunxuetang.cn/'
|
|
|
|
outputDir = dist-pro
|