修改组件录入、新增项目管理

This commit is contained in:
GGJ
2025-05-28 16:45:50 +08:00
parent 06d4f0ec91
commit 80bdda9abc
8 changed files with 845 additions and 321 deletions

View File

@@ -60,3 +60,11 @@ export const queryActivatePage = () => {
method: 'post'
})
}
// 更具id 查询驾驶舱页面
export const queryById = (params: any) => {
return createAxios({
url: '/system-boot/dashboard/queryById',
method: 'post',
params
})
}