From 04f3f15c930c2b02187d0ce11d68978b65361d54 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期五, 31 三月 2023 09:26:29 +0800 Subject: [PATCH] 修复多数bug --- api/request.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/request.js b/api/request.js index 4e20f01..058fc92 100644 --- a/api/request.js +++ b/api/request.js @@ -79,15 +79,15 @@ } // const BaseUrl = "http://192.168.0.120:9997" -const webSocketUrl = "ws://192.168.3.119:9997/wrzs/ws/info" +// const webSocketUrl = "ws://192.168.3.119:9997/wrzs/ws/info" -const BaseUrl = "http://192.168.3.119:9997"; +// const BaseUrl = "http://192.168.3.119:9997"; // const BaseUrl = "http://192.168.0.144:9997"; // const BaseUrl = "http://hesuancj.cn:9997"; // 绾夸笂 -// const BaseUrl = "https://hesuancj.cn:9095"; +const BaseUrl = "https://hesuancj.cn:9095"; -// const webSocketUrl = "ws://hesuancj.cn:9095/wrzs/ws/info" +const webSocketUrl = "wss://hesuancj.cn:9095/wrzs/ws/info" // const webSocketUrl = "ws://hesuancj.cn:9997/wrzs/ws/info" // 璇锋眰鎷︽埅 const fetch = (url, opt) => { -- Gitblit v1.9.1