解决商品分类不同步数据问题,解决pc端添加发票问题

This commit is contained in:
lemon橪
2021-06-18 14:52:40 +08:00
parent 99ae898139
commit 336643419e
6 changed files with 1130 additions and 1131 deletions

View File

@@ -17,10 +17,15 @@ 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: "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"
},
api_prod: {
common: "https://common-api.pickmall.cn",