This commit is contained in:
2026-01-19 10:12:27 +08:00
parent 91b2b087f8
commit fdd4fad7e7
3 changed files with 5 additions and 5 deletions

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 {