From 9af0ba7e5a51b187f762234755ed1559ab91f5f5 Mon Sep 17 00:00:00 2001
From: yupan <yupanx@163.com>
Date: Mon, 07 Nov 2022 16:23:37 +0800
Subject: [PATCH] 1、监测因子趋势时间控件修改 2、监测因子对比echarts显示修改

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

diff --git a/src/utils/request.js b/src/utils/request.js
index b259d40..f7a3398 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -2,13 +2,13 @@
 import { MessageBox, Message } from 'element-ui'
 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/' // lzj
+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://121.43.179.139:8080'
-// create an axios instance 
+// create an axios instance
 const service = axios.create({
   // baseURL: 'http://47.99.64.149:8080/screen_api_v2/', // url = base url + request url
   baseURL: baseUrl,

--
Gitblit v1.8.0