master
paulGao 2021-09-03 15:43:46 +08:00
parent c8edf9c1bd
commit 48002d6143
1 changed files with 8 additions and 8 deletions

View File

@ -21,14 +21,14 @@ export default {
* @description api请求基础路径
*/
api_dev: {
common: "https://common-api.pickmall.cn",
buyer: "https://buyer-api.pickmall.cn",
seller: "https://store-api.pickmall.cn",
manager: "https://admin-api.pickmall.cn"
// common: 'http://192.168.0.100:8890',
// buyer: 'http://192.168.0.100:8888',
// seller: 'http://192.168.0.100:8889',
// manager: 'http://192.168.0.100:8887'
// common: "https://common-api.pickmall.cn",
// buyer: "https://buyer-api.pickmall.cn",
// seller: "https://store-api.pickmall.cn",
// manager: "https://admin-api.pickmall.cn"
common: 'http://192.168.0.111:8890',
buyer: 'http://192.168.0.111:8888',
seller: 'http://192.168.0.111:8889',
manager: 'http://192.168.0.111:8887'
},
api_prod: {
common: "https://common-api.pickmall.cn",