修改部分端口号,修改局域网ip

This commit is contained in:
Chopper
2021-05-17 15:40:02 +08:00
parent cd86e1de22
commit dc0cb5a76c
6 changed files with 15 additions and 15 deletions

View File

@@ -17,10 +17,10 @@ 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://127.0.0.1:8890',
buyer: 'http://127.0.0.1:8888',
seller: 'http://127.0.0.1:8889',
manager: 'http://127.0.0.1:8887'
},
api_prod: {
common: 'https://common-api.pickmall.cn',