From 5bbcdadbb201985f7bafcc60bd679d9e6f0e4229 Mon Sep 17 00:00:00 2001
From: guoshipeng <3194674006@qq.com>
Date: Mon, 12 Dec 2022 13:24:57 +0800
Subject: [PATCH] 1.浑南区走航车报告下载;2.菜单分配可以选择某个子菜单,但必须选择实时风场页面;3.空气质量报告模板更新;

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

diff --git a/src/utils/request.js b/src/utils/request.js
index e8c68b1..a85f97b 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -2,17 +2,14 @@
 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.33:8081/' // new 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