From 4e15972e4db30f68e4ea74759fd04f00e6e44be2 Mon Sep 17 00:00:00 2001 From: yichenxi <yichenxi0601@163.com> Date: Tue, 13 Dec 2022 11:21:23 +0800 Subject: [PATCH] 1、尘负荷走航路段报告 --- src/utils/request.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/request.js b/src/utils/request.js index 0567b1c..1767476 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -2,7 +2,7 @@ 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://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 @@ -10,7 +10,7 @@ // const baseUrl = 'http://192.168.0.33:8081/' // new swb // const baseUrl = 'http://121.43.179.139:8080' // const baseUrl = 'http://192.168.0.33:8085/' -// const baseUrl = 'http://192.168.0.33:8081/' +const baseUrl = 'http://192.168.0.33:8081/' // create an axios instance const service = axios.create({ -- Gitblit v1.8.0