no message

This commit is contained in:
2025-07-22 14:35:12 +08:00
parent 1e7eaa5070
commit 30a1df1055

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') {
this.menuList = [...res.result.rf_menu1.sonTree]
} else {