diff --git a/pages/home/home.vue b/pages/home/home.vue index 1c95944..bc30d64 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -69,8 +69,8 @@ }, methods: { async _authority () { - let res = await authority() - // let res = await allAuthority() + // let res = await authority() + let res = await allAuthority() if (res.code === '1') { if (res.result.hasOwnProperty('rf_menu0')) { this.menuList1 = [...res.result.rf_menu0.sonTree]