This commit is contained in:
那些花儿
2025-09-26 09:26:17 +08:00
parent dd9f161ab9
commit 41cbc8e90b
4 changed files with 25 additions and 28 deletions
@@ -88,7 +88,7 @@ const user = {
},
methods: {
handleStatClick(type) {
if (['todo', 'done', 'application'].includes(type)) {
if (['todo', 'done', 'started'].includes(type)) {
window.open('/flow/todoCenter?status=' + type)
} else if (type === 'notification') {
window.open('/platform/v4/msg')