From 3674b63db42c1282c6cc3e71b664b1609a532a17 Mon Sep 17 00:00:00 2001 From: paulGao Date: Fri, 24 Sep 2021 16:38:27 +0800 Subject: [PATCH] reset config --- seller/public/config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/seller/public/config.js b/seller/public/config.js index 5c7a3ab9..69441029 100644 --- a/seller/public/config.js +++ b/seller/public/config.js @@ -7,10 +7,6 @@ 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",