组袋组桶

This commit is contained in:
2026-04-03 13:25:37 +08:00
parent b9282a61e6
commit 826a698d48
5 changed files with 46 additions and 131 deletions

View File

@@ -138,8 +138,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 {