fast(dev): 调整config配置
This commit is contained in:
parent
e8d25e0eda
commit
34675100bb
|
@ -22,6 +22,11 @@ export default {
|
||||||
swichWsUrl: 'ws://127.0.0.1:8001',
|
swichWsUrl: 'ws://127.0.0.1:8001',
|
||||||
serialPortUrl: 'http://127.0.0.1:8888',
|
serialPortUrl: 'http://127.0.0.1:8888',
|
||||||
|
|
||||||
|
// url: 'http://192.168.1.17:8000',
|
||||||
|
// wsUrl: 'ws://192.168.1.17:8000',
|
||||||
|
// swichWsUrl: 'ws://192.168.1.17:8001',
|
||||||
|
// serialPortUrl: 'http://192.168.1.17:8000',
|
||||||
|
|
||||||
// 远程连接串口使用
|
// 远程连接串口使用
|
||||||
// serialPortUrl: 'http://120.77.172.42:7202',
|
// serialPortUrl: 'http://120.77.172.42:7202',
|
||||||
// serialPortUrl: 'http://192.168.1.17:8888',
|
// serialPortUrl: 'http://192.168.1.17:8888',
|
||||||
|
|
Loading…
Reference in New Issue