代办申请
This commit is contained in:
+1
-3
@@ -109,9 +109,7 @@ export default {
|
|||||||
else uni.navigateTo({ url: a.url })
|
else uni.navigateTo({ url: a.url })
|
||||||
},
|
},
|
||||||
switchClock() { uni.switchTab({ url: '/pages/tabs/clock' }) },
|
switchClock() { uni.switchTab({ url: '/pages/tabs/clock' }) },
|
||||||
goTodo() {
|
goTodo() { uni.navigateTo({ url: '/pages/todo/list' }) },
|
||||||
if (store.can('personal', 'approve')) uni.navigateTo({ url: '/pages/todo/list' })
|
|
||||||
},
|
|
||||||
reload() { store.refreshPerms() },
|
reload() { store.refreshPerms() },
|
||||||
goPwd() { uni.navigateTo({ url: '/pages/password/password' }) },
|
goPwd() { uni.navigateTo({ url: '/pages/password/password' }) },
|
||||||
logout() {
|
logout() {
|
||||||
|
|||||||
Reference in New Issue
Block a user