From a84175b5e189ac6da0d80ac64f77a4b45e7c9157 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期四, 14 十一月 2024 13:48:34 +0800 Subject: [PATCH] 1.添加瞬时流量相关2.优化界面3.修改原开阀和未关阀列表的sessionId为clientId --- api/config.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/api/config.js b/api/config.js index d4251f5..03c1874 100644 --- a/api/config.js +++ b/api/config.js @@ -9,8 +9,10 @@ // 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.10.52:8087/' + BASEURL = 'http://192.168.40.166:8087/' + // BASEURL = 'http://192.168.10.52:8087/' + // BASEURL = 'http://8.130.130.233:54321/prod-api/' + // BASEURL = 'https://sp.dayuyanjiuyuan.top/' break default: BASEURL = '' -- Gitblit v1.8.0