From eb07bc16cb0b06f3b96a4f59d74f82b62195f096 Mon Sep 17 00:00:00 2001
From: yichenxi <yichenxi0601@163.com>
Date: Mon, 12 Dec 2022 13:56:47 +0800
Subject: [PATCH] 1、尘负荷走航路段报告

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

diff --git a/src/utils/request.js b/src/utils/request.js
index f7a3398..fb25d76 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -2,12 +2,15 @@
 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
 // const baseUrl = 'http://192.168.0.33:8085/'// 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/'
+
 // create an axios instance
 const service = axios.create({
   // baseURL: 'http://47.99.64.149:8080/screen_api_v2/', // url = base url + request url

--
Gitblit v1.8.0