const localIP = '10.222.233.79' App({ globalData: { sdk: null, userId: '', token: '', baseUrl: `http://${localIP}:8082`, wsUrl: `ws://${localIP}:8082/ws/im`, }, onLaunch() { console.log('MiniProgram Demo launched') }, })