代办申请

This commit is contained in:
2026-09-24 10:53:49 +08:00
parent 30578fcf6c
commit bef7f00970
+1 -3
View File
@@ -109,9 +109,7 @@ export default {
else uni.navigateTo({ url: a.url })
},
switchClock() { uni.switchTab({ url: '/pages/tabs/clock' }) },
goTodo() {
if (store.can('personal', 'approve')) uni.navigateTo({ url: '/pages/todo/list' })
},
goTodo() { uni.navigateTo({ url: '/pages/todo/list' }) },
reload() { store.refreshPerms() },
goPwd() { uni.navigateTo({ url: '/pages/password/password' }) },
logout() {