From c740e56f0add249613600df5636e3351b0b38811 Mon Sep 17 00:00:00 2001
From: yupan <yupanx@163.com>
Date: Thu, 27 Oct 2022 10:33:40 +0800
Subject: [PATCH] 1、新增监测站点数据页面 2、监测因子趋势页面修改显示bug 3、监测因子趋势和监测因子对比修改时间控件

---
 src/utils/request.js |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/utils/request.js b/src/utils/request.js
index 794747b..e64f521 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -3,12 +3,14 @@
 import store from '@/store'
 import { getToken } from '@/utils/auth'
 
-// const baseUrl = 'http://47.99.64.149:8081/'
-const baseUrl = 'http://192.168.0.42:8081/'
 
+
+
+// const baseUrl = 'http://47.99.64.149:8081/'
+const baseUrl = 'http://192.168.0.42:8081/' // lzj
 // const baseUrl = 'http://192.168.0.33:8081/' // yy
 // const baseUrl = 'http://192.168.0.25:8081' // jj
-// const baseUrl = 'http://192.168.0.33:8085/' // swb
+// const baseUrl = 'http://192.168.0.33:8085/'// swb
 // const baseUrl = 'http://121.43.179.139:8080'
 // create an axios instance 
 const service = axios.create({

--
Gitblit v1.8.0