From b5f5447eca60074726c160d135d31df67d373b1f Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Tue, 9 May 2023 15:56:38 +0800 Subject: [PATCH] local storage --- config.js | 2 +- index.html | 19 +++++++++++++++++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index bf59d48..04a6528 100644 --- a/config.js +++ b/config.js @@ -1,4 +1,4 @@ -const websocketAddress = "ws://localhost:8888/websocket/123"; +const websocketAddress = "ws://192.168.1.138:19001"; const config = { 你好: "123", b: "1231231", diff --git a/index.html b/index.html index 6c780df..5cf0bf3 100644 --- a/index.html +++ b/index.html @@ -260,6 +260,12 @@