From 044421889868e5aad272265b65d4daf14c794836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=AF=9A?= Date: Wed, 31 Dec 2025 12:46:03 +0800 Subject: [PATCH] fix --- Web/src/views/SettingView.vue | 6 +++--- docker-compose.yml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Web/src/views/SettingView.vue b/Web/src/views/SettingView.vue index 8b7fb28..02107b4 100644 --- a/Web/src/views/SettingView.vue +++ b/Web/src/views/SettingView.vue @@ -129,9 +129,9 @@ const handleSmartClassification = () => { router.push({ name: 'smart-classification' }) } -const handleNaturalLanguageClassification = () => { - router.push({ name: 'classification-nlp' }) -} +// const handleNaturalLanguageClassification = () => { +// router.push({ name: 'classification-nlp' }) +// } /** * 处理退出登录 diff --git a/docker-compose.yml b/docker-compose.yml index c6da455..470871e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,9 +10,12 @@ environment: - ASPNETCORE_ENVIRONMENT=Production - ASPNETCORE_URLS=http://+:8080 + - TZ=Asia/Shanghai volumes: - /wd/apps/vols/emailbill/database:/app/database - /wd/apps/vols/emailbill/logs:/app/logs + - /etc/localtime:/etc/localtime:ro + - /etc/timezone:/etc/timezone:ro networks: all_in: