From 49f1db40efa2a03c0eada89abdfb9e9bd779f64c Mon Sep 17 00:00:00 2001 From: yupan <yupanx@163.com> Date: Mon, 07 Nov 2022 16:05:09 +0800 Subject: [PATCH] 易晨曦提交1、监测因子趋势页面修改时间控件 2、监测因子对比修改echarts显示 --- src/utils/request.js | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/utils/request.js b/src/utils/request.js index e8c68b1..b259d40 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -2,12 +2,8 @@ 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 -- Gitblit v1.8.0