From 4200a06ee7c930b4af1b9aa5925028809d6d0d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=99=8C?= Date: Thu, 15 Jun 2023 20:45:53 +0800 Subject: [PATCH] no message --- src/views/system/menu/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue index d623be9..a029a89 100644 --- a/src/views/system/menu/index.vue +++ b/src/views/system/menu/index.vue @@ -68,9 +68,9 @@ //加载树数据 async getMenu(){ this.menuloading = true - var res = await this.$api.system.menu.list.get(); + var res = await this.$api.system.index.get(); this.menuloading = false - this.menuList = res.data; + this.menuList = res.data.menu; }, //树点击 menuClick(data, node){