This commit is contained in:
那些花儿
2025-09-25 21:19:20 +08:00
parent 7ea9b74869
commit 7630890799
3 changed files with 21 additions and 4 deletions
@@ -88,9 +88,10 @@ const user = {
},
methods: {
handleStatClick(type) {
debugger
if (['todo', 'done', 'application'].includes(type)) {
window.open('/flow/todoCenter?status=' + type)
} else if (type === 'notification') {
window.open('/platform/v4/msg')
}
},
loadStats() {