From d1a606963672990eee0b4db6834fa0c3e74fa946 Mon Sep 17 00:00:00 2001
From: guoshipeng <3194674006@qq.com>
Date: Thu, 06 Jul 2023 09:35:24 +0800
Subject: [PATCH] 上传组件
---
src/utils/request.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/utils/request.js b/src/utils/request.js
index 1767476..1f252a9 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -2,15 +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://192.168.0.33:8081/' // new swb
+// const baseUrl = 'http://192.168.0.28:8081/'// cjl
+// const baseUrl = 'http://192.168.0.11: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