修改路径

This commit is contained in:
fengtianyangyang
2022-01-25 19:08:47 +08:00
parent e5918b041a
commit 3311568e50
9 changed files with 69 additions and 71 deletions

View File

@@ -3,10 +3,8 @@ var BASE = {
* @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:8888",
seller: "http://127.0.0.1:8888"
},
API_PROD: {
common: "https://common-api.pickmall.cn",