15 lines
388 B
Plaintext
15 lines
388 B
Plaintext
# just a flag
|
|
ENV=production
|
|
|
|
# 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/
|
|
|
|
VUE_APP_AICCS_URI=https://10.194.188.237/aiccs-api
|