接口传值

This commit is contained in:
x
2026-07-07 18:26:12 +08:00
parent dad440850d
commit 465f0f7564
2 changed files with 5 additions and 3 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 {