From e20b7fc2f9380cb6addacfa97b1325edd74f11ac Mon Sep 17 00:00:00 2001 From: 张磊磊 <201175954@qq.com> Date: 星期三, 06 十二月 2023 10:59:06 +0800 Subject: [PATCH] thing.js 原料消耗总量/详情 --- hd/pipe/screen/src/main/java/com/thhy/screen/utils/HttpUtils.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hd/pipe/screen/src/main/java/com/thhy/screen/utils/HttpUtils.java b/hd/pipe/screen/src/main/java/com/thhy/screen/utils/HttpUtils.java index 0b8b4f8..3212066 100644 --- a/hd/pipe/screen/src/main/java/com/thhy/screen/utils/HttpUtils.java +++ b/hd/pipe/screen/src/main/java/com/thhy/screen/utils/HttpUtils.java @@ -12,7 +12,7 @@ public class HttpUtils { - private static String BaseHost = "http://192.168.5.198:9199/api/"; + private static String BaseHost = "http://58.210.64.90:9199/api/"; private static String token = ""; -- Gitblit v1.9.3