From 17388fa7ecd1f3ebadad470a463573a1cfe4468f Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期四, 31 八月 2023 11:29:31 +0800
Subject: [PATCH] 扬尘Vue

---
 src/main.ts |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main.ts b/src/main.ts
index 3cdc444..3d9bbbc 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -14,7 +14,8 @@
 
 const app = createApp(App)
 
-axios.defaults.baseURL = 'http://192.168.1.4:8081'
+// axios.defaults.baseURL = 'http://192.168.1.4:8081'
+axios.defaults.baseURL = 'http://localhost:8081'
 app.config.globalProperties.$http = axios
 
 app.use(createPinia())

--
Gitblit v1.9.3