no message

This commit is contained in:
2025-05-28 16:09:05 +08:00
parent 9c697cedfb
commit ecd60fb413

View File

@@ -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]