修改组件录入、新增项目管理
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user