修改测试问题

This commit is contained in:
guanj
2026-07-02 09:55:30 +08:00
parent 1d73755a43
commit 40899e6d55
21 changed files with 380 additions and 157 deletions

View File

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