From accaf01dabdf317e67b7f24c13c81c1023d51cd4 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期四, 23 三月 2023 16:49:50 +0800 Subject: [PATCH] 首页增加历史提煤单 --- api/request.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/request.js b/api/request.js index ed6e018..1912f06 100644 --- a/api/request.js +++ b/api/request.js @@ -80,8 +80,8 @@ // const BaseUrl = "http://192.168.0.120:9997" // const webSocketUrl = "ws://192.168.0.120:9997/wrzs/ws/info" -const BaseUrl = "http://192.168.3.109:9997"; -const webSocketUrl = "ws://192.168.3.109:9997/wrzs/ws/info" +const BaseUrl = "http://192.168.110.101:9997"; +const webSocketUrl = "ws://192.168.110.101:9997/wrzs/ws/info" // 璇锋眰鎷︽埅 const fetch = (url, opt) => { -- Gitblit v1.9.1