@@ -215,7 +215,7 @@ export default {
getLocalIp() {
const {hostname} = window.location;
return hostname === 'localhost' || hostname === '127.0.0.1'
- ? 'http://localhost'
+ ? 'http://192.168.4.9'
: `http://${hostname}`;
},
getPort() {