diff --git a/buyer/public/config.js b/buyer/public/config.js index acbea889..43e3a90e 100644 --- a/buyer/public/config.js +++ b/buyer/public/config.js @@ -9,9 +9,9 @@ var BASE = { manager: "http://localhost:8887" }, API_PROD: { - common: "http://192.168.2.110:8890", - buyer: "http://192.168.2.110:8888", - seller: "http://192.168.2.110:8889", - manager: "http://192.168.2.110: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" }, };