14 lines
371 B
Plaintext
14 lines
371 B
Plaintext
# NODE_ENV = production
|
|
|
|
# just a flag
|
|
ENV = 'staging'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = '/crgs-api'
|
|
|
|
#项目后端文件存放资源路径
|
|
VUE_FILE_URI = http://172.22.80.35:8070/public/fileUpload
|
|
|
|
VUE_APP_FILE_URI = http://localhost:9527/crgs-api/system/dissent/dissentApplication/
|
|
|
|
VUE_APP_FILE_URI35 = http://172.22.80.35:8070/crgs-api/system/dissent/dissentApplication/ |