fix: 修改镜像环境地址
This commit is contained in:
parent
799b56b61a
commit
e16f4a4e8f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue