This commit is contained in:
2026-02-06 15:50:01 +08:00
parent 0af6c1e3c9
commit bbd24c4b8a
4 changed files with 7 additions and 914 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 {