feat:登出清空数据

This commit is contained in:
houjunxiang
2025-12-01 10:54:45 +08:00
parent 1bcfde72ee
commit 298503fec8
3 changed files with 6 additions and 11 deletions

View File

@@ -10,15 +10,7 @@ const getDeviceLaboratoryListBy = params => {
}
})
}
// 获取平板端菜单
const getMenuForPAD = () => {
return request({
url: '/sys/permission/getMenuForPAD',
method: 'GET'
})
}
export default {
getDeviceLaboratoryListBy,
getMenuForPAD
getDeviceLaboratoryListBy
}