💪 optimize: 优化代码

This commit is contained in:
wangsongsole 2024-03-11 09:21:56 +08:00
parent 8fc049c1eb
commit 03a3749b4d
1 changed files with 2 additions and 3 deletions

View File

@ -1,14 +1,13 @@
// Do this as the first thing so that any code reading it knows the right env.
// 测试
process.env.BABEL_ENV = "test"
process.env.NODE_ENV = "test"
// 测试
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"
// 镜像
// process.env.BABEL_ENV = "test"
// 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"