From 7eb5b93102d6d5fb0ad69ada5b64bf51730cb1a6 Mon Sep 17 00:00:00 2001 From: song Date: Mon, 6 Sep 2021 16:49:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E8=80=83=E5=8B=A4,=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/components/HeadNav/HeadNav.vue | 36 +++++++++++++++--- src/components/List/List.vue | 29 ++++++++------ src/components/MemberPicker/MemberPicker.vue | 8 ++-- src/components/TimePicker/TimePicker.vue | 40 +++++++++++++++----- src/config/api.js | 3 ++ src/store/modules/home/mutations.js | 27 +++++++++++++ src/store/modules/home/state.js | 3 ++ src/views/FirstPage/FirstPage.vue | 4 +- 9 files changed, 120 insertions(+), 32 deletions(-) diff --git a/.env.production b/.env.production index 09f58c5..b9b103f 100644 --- a/.env.production +++ b/.env.production @@ -5,6 +5,6 @@ VUE_APP_BASE_URL=https://test.tall.wiki/checkwork/ VUE_APP_API_URL=https://test.tall.wiki/checkwork/gateway VUE_APP_PROXY_URL=/gateway VUE_APP_PUBLIC_PATH=/checkwork -VUE_APP_MSG_URL=wss://www.tall.wiki/websocket/message/v4.0/ws +VUE_APP_MSG_URL=wss://test.tall.wiki/websocket/message/v4.0/ws VUE_APP_TITLE=考勤管理 VUE_APP_DESCRIPTION=考勤管理 diff --git a/src/components/HeadNav/HeadNav.vue b/src/components/HeadNav/HeadNav.vue index fbe53fb..875710e 100644 --- a/src/components/HeadNav/HeadNav.vue +++ b/src/components/HeadNav/HeadNav.vue @@ -2,21 +2,47 @@ diff --git a/src/components/List/List.vue b/src/components/List/List.vue index b0cc3d6..e48e248 100644 --- a/src/components/List/List.vue +++ b/src/components/List/List.vue @@ -149,7 +149,7 @@