💪 optimize: 优化代码
This commit is contained in:
parent
8fc049c1eb
commit
03a3749b4d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue