尾部导航

This commit is contained in:
cxc
2022-11-17 17:29:47 +08:00
parent c2327f30cb
commit 7dc27a03ea
54 changed files with 956 additions and 433 deletions

View File

@ -16,3 +16,11 @@ export function getInfo(params) {
params,
});
}
// 获取分类
export function getCategory() {
return request({
url: "/app/solution/getCategory",
method: "get",
});
}