From b82c1f5e2c6daeede03f6fcf7c91ae66348d97e3 Mon Sep 17 00:00:00 2001 From: guoshipeng <3194674006@qq.com> Date: Thu, 11 May 2023 16:03:21 +0800 Subject: [PATCH] 1、道路尘负荷分析尘负荷值修改 2、6参设定修改 --- src/utils/request.js | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/utils/request.js b/src/utils/request.js index e8c68b1..1e5dc19 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -2,17 +2,17 @@ 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://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.11:8085/'// swb +// const baseUrl = 'http://192.168.0.11:8081/' // new swb // const baseUrl = 'http://121.43.179.139:8080' -// create an axios instance +// const baseUrl = 'http://192.168.0.33:8085/' +// const baseUrl = 'http://192.168.0.33:8081/' + +// 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