木箱库

This commit is contained in:
2025-07-30 13:22:17 +08:00
parent 689a80e8d5
commit 1461578b93
10 changed files with 378 additions and 18 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 {