This commit is contained in:
2026-01-30 22:09:17 +08:00
parent 7211525ef8
commit 795ccbfd51
3 changed files with 3 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ const styles = StyleSheet.create({
class Api {
public static readonly BASE_URL = 'http://192.168.1.155:16000';
public static readonly BASE_URL = 'http://192.168.1.111:16000';
private static _instance: Api | null = null;
private ws: WebSocket | null = null;
private clientId: string = '';