fix: 修改镜像环境地址

This commit is contained in:
zhangds 2024-05-21 13:57:46 +08:00
parent 799b56b61a
commit e16f4a4e8f
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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