封装控制设备 初始哈 xbox显示 优化

This commit is contained in:
mmc
2026-05-20 09:25:58 +08:00
parent 64682d9ef5
commit e7234ce63e
4 changed files with 212 additions and 12 deletions

4
env.js
View File

@@ -15,8 +15,8 @@ const envConfig = {
},
[ENV.PROD]: {
// baseURL: 'http://192.168.2.56:8081',
baseURL: 'http://1.95.137.212:59015',//http://192.168.2.56:8081
//baseURL: 'https://serviceri.satabot.com',
//baseURL: 'http://1.95.137.212:59015',//http://192.168.2.56:8081
baseURL: 'https://serviceri.satabot.com',
WS_URL: 'wss://ri.satabot.com/ws/'
},
};