From eb64e401aa8f22f510914a21ec3cf89e1594f6cb Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期一, 28 十月 2024 17:59:44 +0800 Subject: [PATCH] 1.修复开泵成功后跳转回首页时提示登录的bug --- api/config.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/api/config.js b/api/config.js index ed78f00..d4251f5 100644 --- a/api/config.js +++ b/api/config.js @@ -9,7 +9,8 @@ // BASEURL = 'https://irrigate.dayuyanjiuyuan.top/' // BASEURL = 'https://d4x9787456.vicp.fun/' // BASEURL = 'http://127.0.0.1:8087/' - BASEURL = 'http://192.168.40.166:8087/' + // BASEURL = 'http://192.168.40.166:8087/' + BASEURL = 'http://192.168.10.52:8087/' break default: BASEURL = '' -- Gitblit v1.8.0