This commit is contained in:
2026-03-19 10:38:40 +08:00
parent 91ce022c61
commit 1a254b38b4
5 changed files with 126 additions and 2 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 {