This commit is contained in:
2026-01-16 18:10:30 +08:00
parent 641c757090
commit 91b2b087f8
5 changed files with 133 additions and 19 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 {