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 @@