feat(个人中心): 个人中心

个人中心完成
This commit is contained in:
猿小天
2023-03-12 22:59:39 +08:00
parent 0c38495515
commit e79f790d72

View File

@@ -190,7 +190,7 @@ let buttonOptions = ref<[]>()
let editedMenuInfo = ref()
//菜单节点点击事件
const menuNodeClick = (node: any, obj: any) => {
isBtnPermissionShow.value = obj.checked && !node.is_catalog
isBtnPermissionShow.value = !node.is_catalog
if (!node.is_catalog) {
buttonOptions.value = []
editedMenuInfo.value = node