From acdfecc5f685d9eb58de639f12d294213f3bcceb Mon Sep 17 00:00:00 2001
From: Shu Guang <61069967+shuguangnet@users.noreply.github.com>
Date: Mon, 31 Mar 2025 21:47:41 +0800
Subject: [PATCH] feat: Add Dockerfile and Docker-compose
---
src/components/common/UserLogin.vue | 59 ++++++++++++++++-------------
src/utils/axios.js | 2 +-
2 files changed, 34 insertions(+), 27 deletions(-)
diff --git a/src/components/common/UserLogin.vue b/src/components/common/UserLogin.vue
index 674eec9d..f283c0c2 100644
--- a/src/components/common/UserLogin.vue
+++ b/src/components/common/UserLogin.vue
@@ -1,9 +1,8 @@
diff --git a/src/utils/axios.js b/src/utils/axios.js
index f9c80ffe..a1cff0d7 100644
--- a/src/utils/axios.js
+++ b/src/utils/axios.js
@@ -4,7 +4,7 @@ import store from '@/store';
// 创建axios实例
const http = axios.create({
- baseURL: 'http://js.shuguangwl.com:8887',
+ baseURL: 'http://localhost:8887',
// 设置基础URL
});