2026-04-22 16:16:36 +08:00
|
|
|
# NODE_ENV = production
|
2026-04-22 10:28:54 +08:00
|
|
|
|
|
|
|
|
# just a flag
|
|
|
|
|
ENV = 'staging'
|
|
|
|
|
|
|
|
|
|
# base api
|
2026-04-22 16:16:36 +08:00
|
|
|
VUE_APP_BASE_API = '/crgs-api'
|
2026-04-22 10:28:54 +08:00
|
|
|
|
2026-04-22 16:16:36 +08:00
|
|
|
#项目后端文件存放资源路径
|
|
|
|
|
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/
|