From 1a6930e031135cf0a5f1f5f4e94d5875b85677d2 Mon Sep 17 00:00:00 2001
From: cjl <chenjl@deyt.cn>
Date: Thu, 13 Jul 2023 19:00:35 +0800
Subject: [PATCH] chore

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

diff --git a/src/utils/request.js b/src/utils/request.js
index 5982c31..464fed0 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://localhost: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

--
Gitblit v1.8.0