fix
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 17s
Docker Build & Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
2025-12-31 12:46:03 +08:00
parent 545796aba9
commit 0444218898
2 changed files with 6 additions and 3 deletions

View File

@@ -129,9 +129,9 @@ const handleSmartClassification = () => {
router.push({ name: 'smart-classification' }) router.push({ name: 'smart-classification' })
} }
const handleNaturalLanguageClassification = () => { // const handleNaturalLanguageClassification = () => {
router.push({ name: 'classification-nlp' }) // router.push({ name: 'classification-nlp' })
} // }
/** /**
* 处理退出登录 * 处理退出登录

View File

@@ -10,9 +10,12 @@
environment: environment:
- ASPNETCORE_ENVIRONMENT=Production - ASPNETCORE_ENVIRONMENT=Production
- ASPNETCORE_URLS=http://+:8080 - ASPNETCORE_URLS=http://+:8080
- TZ=Asia/Shanghai
volumes: volumes:
- /wd/apps/vols/emailbill/database:/app/database - /wd/apps/vols/emailbill/database:/app/database
- /wd/apps/vols/emailbill/logs:/app/logs - /wd/apps/vols/emailbill/logs:/app/logs
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
networks: networks:
all_in: all_in: