From 04cc8b991cad78cc1d80f40941dc2ecbc98ef05d Mon Sep 17 00:00:00 2001 From: paulGao Date: Fri, 24 Sep 2021 16:34:42 +0800 Subject: [PATCH] reset config seller --- seller/public/config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/seller/public/config.js b/seller/public/config.js index 69441029..5c7a3ab9 100644 --- a/seller/public/config.js +++ b/seller/public/config.js @@ -7,6 +7,10 @@ var BASE = { buyer: "https://buyer-api.pickmall.cn", seller: "https://store-api.pickmall.cn", manager: "https://admin-api.pickmall.cn" + // common: "http://192.168.0.111:8890", + // buyer: "http://192.168.0.111:8888", + // seller: "http://192.168.0.111:8889", + // manager: "http://192.168.0.111:8887" }, API_PROD: { common: "https://common-api.pickmall.cn",