wrc修改

This commit is contained in:
2026-04-27 17:52:35 +08:00
parent b68da45166
commit d1367d7f40
2 changed files with 21 additions and 4 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 {