修改测试问题
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
const debug = true // true 是连地服务端本地,false 是连接线上
|
||||
const debug = false // true 是连地服务端本地,false 是连接线上
|
||||
|
||||
const development = {
|
||||
domain: 'http://192.168.1.103:10215',
|
||||
// domain: 'http://192.168.1.102:27707/api',
|
||||
// domain: 'http://192.168.1.103:10215',
|
||||
domain: 'http://192.168.1.102:27707/api',
|
||||
}
|
||||
|
||||
const production = {
|
||||
domain: 'https://pqmcn.com:8092/api',
|
||||
domain: 'http://www.pqmcc.com:27707/api',
|
||||
}
|
||||
|
||||
const config = debug ? development : production
|
||||
|
||||
Reference in New Issue
Block a user