mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-29 18:24:16 +08:00
- Use default request utility from legacy source code - Improve calling structure - Implement posibility of create endpoint for request - Allows define a generic calling for backend service - Remove unnecessary functions
15 lines
234 B
JSON
15 lines
234 B
JSON
{
|
|
"server": {
|
|
"host": "localhost",
|
|
"port": 9527
|
|
},
|
|
"adempiere": {
|
|
"api": {
|
|
"url": "https://api.erpya.com/adempiere-api"
|
|
},
|
|
"images": {
|
|
"url": "https://api.erpya.com/adempiere-api/img"
|
|
}
|
|
}
|
|
}
|