From 2a0c34f7ad3e85cb6c4d4b36ae3eb8b71eb8b901 Mon Sep 17 00:00:00 2001 From: xielue Date: Tue, 13 Dec 2022 23:02:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=A2=9E=E5=8A=A0=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=85=AC=E5=8F=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 +- src/pages/login/Login.vue | 184 ++++++++++++++++++++------------------ src/services/base/api.js | 1 + src/services/base/user.js | 38 ++++---- src/utils/request.js | 14 +-- 5 files changed, 131 insertions(+), 112 deletions(-) diff --git a/.env.development b/.env.development index 083018f..25a8a00 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -VUE_APP_API_BASE_URL=http://192.168.31.166:46000 -VUE_APP_USER_MODEL=AdminUser -VUE_APP_USER_MODEL2=BaseAdmin \ No newline at end of file +VUE_APP_API_BASE_URL=http://zxx4.f3322.net:46000 +VUE_APP_USER_MODEL2=AdminUser +VUE_APP_USER_MODEL=BaseAdmin \ No newline at end of file diff --git a/src/pages/login/Login.vue b/src/pages/login/Login.vue index 7f58444..83bff12 100644 --- a/src/pages/login/Login.vue +++ b/src/pages/login/Login.vue @@ -29,7 +29,7 @@ - + @@ -74,12 +74,12 @@ - +