mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-06-14 08:57:31 +08:00
修改动画, 修改搜索
This commit is contained in:
+6
-6
@@ -1,9 +1,9 @@
|
||||
import request from "@/utils/request";
|
||||
import { ISearchDetail } from "@/type/search";
|
||||
import request from "@/utils/request"
|
||||
import { ISearchDetail } from "@/type/search"
|
||||
|
||||
// 搜索内容
|
||||
export const getSearch = (keywords: any) => {
|
||||
return request.get<ISearchDetail>("/search", {
|
||||
params: { keywords: keywords, type: 1018 },
|
||||
});
|
||||
};
|
||||
return request.get<any>("/cloudsearch", {
|
||||
params: { keywords: keywords, type: 1 },
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user