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