尾部导航
This commit is contained in:
@ -16,3 +16,11 @@ export function getInfo(params) {
|
||||
params,
|
||||
});
|
||||
}
|
||||
|
||||
// 获取分类
|
||||
export function getCategory() {
|
||||
return request({
|
||||
url: "/app/solution/getCategory",
|
||||
method: "get",
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user