From f66a9a2c565966e98720be5e20604c6f75030f82 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期一, 28 十月 2024 17:40:13 +0800 Subject: [PATCH] 1.首页添加使用说明。2.修改扫码开阀功能。3.问题反馈功能相关 --- api/config.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/api/config.js b/api/config.js index 57a771d..d4251f5 100644 --- a/api/config.js +++ b/api/config.js @@ -8,7 +8,9 @@ case 'test': // BASEURL = 'https://irrigate.dayuyanjiuyuan.top/' // BASEURL = 'https://d4x9787456.vicp.fun/' - BASEURL = 'http://127.0.0.1:8087/' + // BASEURL = 'http://127.0.0.1:8087/' + // BASEURL = 'http://192.168.40.166:8087/' + BASEURL = 'http://192.168.10.52:8087/' break default: BASEURL = '' -- Gitblit v1.8.0