mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-11 13:39:48 +08:00
Add default API for testing project (#669)
Just add default URL for API use this API for testing project without install backend
This commit is contained in:
parent
4c1a34077d
commit
3959b51e10
@ -5,14 +5,14 @@
|
||||
},
|
||||
"adempiere": {
|
||||
"api": {
|
||||
"url": "http://localhost:8085",
|
||||
"url": "https://api.erpya.com",
|
||||
"service": "/adempiere-api",
|
||||
"fullPath": "http://localhost:8085/adempiere-api"
|
||||
"fullPath": "https://api.erpya.com/adempiere-api"
|
||||
},
|
||||
"images": {
|
||||
"url": "http://localhost:8085",
|
||||
"url": "https://api.erpya.com",
|
||||
"service": "/adempiere-api/img",
|
||||
"fullPath": "http://localhost:8085/adempiere-api/img"
|
||||
"fullPath": "https://api.erpya.com/adempiere-api/img"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user