1234567891011121314151617181920212223242526 |
- const config = {
- //base_url: 'http://192.168.1.9:8080',//柴
- // base_url: 'http://192.168.1.7:8080',//刘波
- //base_url: 'http://192.168.1.17:8080',//周攀
- // base_url: 'http://192.168.1.8:8080',//高升
- //base_url: 'http://192.168.1.29:8080',//何成
- // base_url: 'http://192.168.1.43:9800',//43服务器
- // base_url: 'https://demo.sxitdlc.com/xzgd/',
-
- // base_url: 'https://lab.sxitdlc.com/labNhSystem/',//43服务器高升测试
- //base_url: 'https://lab.sxitdlc.com/labAppTest/',//43服务器线上
- base_url: 'https://lab.sxitdlc.com/appTest/',//88服务器线上
- // base_url: 'https://lab.sxitdlc.com/labSystem/', //线上地址
-
-
- //视频地址
- video_url:'https://lab.sxitdlc.com',
-
- //MQTT
- // mqtt_url :'192.168.1.43:1883', //43MQTT
- mqtt_url: 'lab.sxitdlc.com/nhmqtt', //正式MQTT
- username: 'mqtt',
- password: 'mqtt@zd1883',
- }
- export { config }
|