From df438ecd2e03416f0454cf98a667d9e53a1b5dd8 Mon Sep 17 00:00:00 2001 From: guoshipeng <3194674006@qq.com> Date: Mon, 09 Jan 2023 13:19:18 +0800 Subject: [PATCH] 1.空气质量报告模板修改,2.走航监测报告模板修改,3.道路尘负荷页面03区间修改,4.尘负荷走航报告模板名字修改 --- src/utils/request.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/utils/request.js b/src/utils/request.js index fb25d76..1ec3d2b 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -2,11 +2,12 @@ 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://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/' -- Gitblit v1.8.0