From 7d0214645bde6e2ab1d4eb29f29f7e9d1a27ab78 Mon Sep 17 00:00:00 2001 From: liaoboping <344114999@qq.com> Date: Mon, 8 Sep 2025 10:07:14 +0800 Subject: [PATCH] coding --- .env.production | 4 +- src/layouts/UserLayout.vue | 10 ++-- src/views/user/Login.vue | 2 +- src/views/user/ThirdLogin.vue | 89 ++++++++++++++++++++++------------- 4 files changed, 63 insertions(+), 42 deletions(-) diff --git a/.env.production b/.env.production index 9fae15a..b55556a 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ NODE_ENV=production VUE_APP_PREVIEW=true VUE_APP_API_BASE_URL=/api -VUE_APP_API_URL=http://127.0.0.1:8099 -VUE_APP_WEBSOCKET_URL=ws://127.0.0.1:9001 \ No newline at end of file +VUE_APP_API_URL=http://192.168.0.189:8099 +VUE_APP_WEBSOCKET_URL=ws://192.168.0.96:9001 \ No newline at end of file diff --git a/src/layouts/UserLayout.vue b/src/layouts/UserLayout.vue index cc461c7..828e536 100644 --- a/src/layouts/UserLayout.vue +++ b/src/layouts/UserLayout.vue @@ -3,7 +3,7 @@
- +
@@ -20,13 +20,13 @@