diff --git a/chat-client/src/App.vue b/chat-client/src/App.vue index cd13224..0ee0960 100644 --- a/chat-client/src/App.vue +++ b/chat-client/src/App.vue @@ -3,15 +3,15 @@ diff --git a/chat-client/src/views/permission/menuManage/index.vue b/chat-client/src/views/permission/menuManage/index.vue index 50e3bb4..ceffb99 100644 --- a/chat-client/src/views/permission/menuManage/index.vue +++ b/chat-client/src/views/permission/menuManage/index.vue @@ -203,6 +203,7 @@ const accessRef = ref(null) const handleAccessControlView = (data) => { //TODO: 跳转到访问控制页面 + accessRef.value.showAccess(data) } onMounted(() => { getMenuTree()