From e16f4a4e8fabb89a5c441792a9232fd9d835daba Mon Sep 17 00:00:00 2001 From: zhangds Date: Tue, 21 May 2024 13:57:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/start.js | 4 ++-- scripts/test.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/start.js b/scripts/start.js index 99ffef0e..0700e4d5 100644 --- a/scripts/start.js +++ b/scripts/start.js @@ -6,8 +6,8 @@ process.env.NODE_ENV = "development" // process.env.UNIFIED_URL = "http://test.user.1688sup.com/#/login" process.env.BASE_URL = "http://pre.marketapi.1688sup.com" -process.env.UNIFIED_API = "http://api.gray.user.1688sup.com/v1" -process.env.UNIFIED_URL = "http://gray.user.1688sup.com/#/login" +process.env.UNIFIED_API = "https://api.user.1688sup.com/v1" +process.env.UNIFIED_URL = "https://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 diff --git a/scripts/test.js b/scripts/test.js index 0c342bb3..5c167546 100644 --- a/scripts/test.js +++ b/scripts/test.js @@ -8,8 +8,8 @@ process.env.NODE_ENV = "test" // 镜像 process.env.BASE_URL = "http://pre.marketapi.1688sup.com" -process.env.UNIFIED_API = "http://api.gray.user.1688sup.com/v1" -process.env.UNIFIED_URL = "http://gray.user.1688sup.com/#/login" +process.env.UNIFIED_API = "https://api.user.1688sup.com/v1" +process.env.UNIFIED_URL = "https://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