Compare commits
2 Commits
30fa01aa56
...
ec0e9a96ab
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec0e9a96ab | ||
|
|
cf6831dfbe |
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -6,14 +6,14 @@ export const name4_config = `OP9999`
|
||||
// 工厂网段 192.168.0.180 生产环境需使用
|
||||
// 开发环境使用 127.0.0.1
|
||||
|
||||
// var url = `http://192.168.0.180:10140`
|
||||
// var api = `http://192.168.0.180:9981`
|
||||
var url = `http://192.168.0.180:10140`
|
||||
var api = `http://192.168.0.180:9981`
|
||||
|
||||
var url = `http://127.0.0.1:10140`
|
||||
var api = `http://127.0.0.1:9981`
|
||||
// var url = `http://127.0.0.1:10140`
|
||||
// var api = `http://127.0.0.1:9981`
|
||||
|
||||
// var url = `http://192.168.0.180:10140`
|
||||
// export const mqttIp = `192.168.0.180`
|
||||
// export const mqttIp = `127.0.0.1`
|
||||
export const mqttIp = `192.168.0.180`
|
||||
export const mqttTopic = `VerifyResult`
|
||||
export const mqttInitRequestTopic = `MesServer`
|
||||
|
||||
Reference in New Issue
Block a user