代办申请
This commit is contained in:
+1
-3
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user