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": {
|
"adempiere": {
|
||||||
"api": {
|
"api": {
|
||||||
"url": "http://localhost:8085",
|
"url": "https://api.erpya.com",
|
||||||
"service": "/adempiere-api",
|
"service": "/adempiere-api",
|
||||||
"fullPath": "http://localhost:8085/adempiere-api"
|
"fullPath": "https://api.erpya.com/adempiere-api"
|
||||||
},
|
},
|
||||||
"images": {
|
"images": {
|
||||||
"url": "http://localhost:8085",
|
"url": "https://api.erpya.com",
|
||||||
"service": "/adempiere-api/img",
|
"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