From 1faecc4b78a3039d2754b0f40fa8153e101bbc35 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Wed, 20 Sep 2023 15:43:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20config:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/start.js | 7 ------- scripts/test.js | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/start.js b/scripts/start.js index 79ab445f..b8c2aec7 100644 --- a/scripts/start.js +++ b/scripts/start.js @@ -5,13 +5,6 @@ process.env.BASE_URL = "http://test.marketapi.1688sup.com" process.env.UNIFIED_API = "http://api.test.user.1688sup.com/v1" process.env.UNIFIED_URL = "http://test.user.1688sup.com/#/login" -//镜像环境 / 统一登陆灰度 -/* - baseurl = 'http://pre.marketapi.1688sup.com' - unifiedApi = 'http://api.gray.user.1688sup.com/v1'; - window.unifiedUrl = 'http://gray.user.1688sup.com/#/login'; -*/ - // Makes the script crash on unhandled rejections instead of silently // ignoring them. In the future, promise rejections that are not handled will // terminate the Node.js process with a non-zero exit code. diff --git a/scripts/test.js b/scripts/test.js index e2172654..261daad3 100644 --- a/scripts/test.js +++ b/scripts/test.js @@ -5,6 +5,13 @@ process.env.BASE_URL = "http://test.marketapi.1688sup.com" process.env.UNIFIED_API = "http://api.test.user.1688sup.com/v1" process.env.UNIFIED_URL = "http://test.user.1688sup.com/#/login" +//镜像环境 / 统一登陆灰度 +/* + baseurl = 'http://pre.marketapi.1688sup.com' + unifiedApi = 'http://api.gray.user.1688sup.com/v1'; + window.unifiedUrl = 'http://gray.user.1688sup.com/#/login'; +*/ + // Makes the script crash on unhandled rejections instead of silently // ignoring them. In the future, promise rejections that are not handled will // terminate the Node.js process with a non-zero exit code.