fix
This commit is contained in:
@@ -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' })
|
||||
// }
|
||||
|
||||
/**
|
||||
* 处理退出登录
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user