批量商品价格展示

This commit is contained in:
lemon橪
2022-05-27 18:16:12 +08:00
parent 3405cf68bb
commit 8a7f9b2487
3 changed files with 8082 additions and 8757 deletions

View File

@@ -3,8 +3,8 @@ var BASE = {
* @description api请求基础路径
*/
API_DEV: {
common: "https://common-api.pickmall.cn",
buyer: "https://buyer-api.pickmall.cn",
common: "http://192.168.0.106:8890",
buyer: "http://192.168.0.106:8888",
seller: "https://store-api.pickmall.cn",
manager: "https://admin-api.pickmall.cn"
},