添加自定义 icon

This commit is contained in:
GGJ
2024-04-07 13:43:30 +08:00
parent a43dd0f62f
commit 266da2405f
198 changed files with 298 additions and 68 deletions

View File

@@ -37,7 +37,7 @@ import { useAdminInfo } from '@/stores/adminInfo'
const adminInfo = useAdminInfo()
defineOptions({
name: 'auth/role'
name: 'user-boot/role/list'
})
const height = mainHeight(20).height
const treeRef = ref()
@@ -150,6 +150,8 @@ const checkChange = (data: any) => {
updateRoleMenu({
id: menuListId.value,
idList: treeRef.value.treeRef.getCheckedNodes(false, true).map((node: any) => node.id)
}).then(() => {
ElMessage.success('操作成功!')
})
}, 1000)
}