首页功能模块支持动态惨淡

This commit is contained in:
BBIT-Kai
2025-12-16 15:29:50 +08:00
parent dbdc222541
commit b6cc35d1ee
7 changed files with 209 additions and 151 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export async function getMenuListForUser() {
/**
* 获取菜单数据列表
*/
export async function getMenuListForAll(plat_id:number) {
export async function getMenuListForAll(plat_id: number) {
return pyRequestClient.get<Array<SystemMenuApi.SystemMenu>>(
`/system/menu/list/all/${plat_id}`,
);