接口对接修改

This commit is contained in:
仲么了
2023-07-24 08:47:20 +08:00
parent 2104bc0c4c
commit 689436759f
31 changed files with 1070 additions and 448 deletions

View File

@@ -1,13 +1,13 @@
const debug = true // true 是连地服务端本地false 是连接线上
const development = {
domain: 'http://192.168.1.114:10210',
domain: 'http://192.168.1.139:10215',
devCode: "2aaecd0b124df819eda75e639a1f91fd",
key: "f81804778c89c779"
}
const production = {
domain: 'http://192.168.1.60:8094',
domain: 'http://192.168.1.13:10215',
}
const config = debug ? development : production