14 lines
290 B
Plaintext
14 lines
290 B
Plaintext
NODE_ENV='production'
|
|
VUE_APP_NAME = 'production'
|
|
|
|
VUE_APP_FLAG = 'pro'
|
|
|
|
# 测试环境
|
|
VUE_APP_IMGAPI='http://10.100.5.9:8089/'
|
|
VUE_APP_API='http://10.100.5.9:8089'
|
|
|
|
VUE_APP_TITLE='(测试)'
|
|
VUE_APP_YUNXUE_URL='https://sdcstest3-phx-ucstable.yunxuetang.com.cn/'
|
|
|
|
outputDir = dist-test
|