驾驶舱功能开发

This commit is contained in:
GGJ
2025-05-28 08:41:29 +08:00
parent 2a6b9a37d2
commit 06d4f0ec91
21 changed files with 1866 additions and 170 deletions

View File

@@ -206,3 +206,10 @@ export const getSysConfig = () => {
method: 'get'
})
}
// 驾驶舱组件配置
export const componentTree = () => {
return request({
url: '/user-boot/component/componentTree',
method: 'GET'
})
}