mobile 更新

This commit is contained in:
jianzhichu
2025-12-19 09:52:55 +08:00
parent 086a0ea5af
commit 0549688e6f
10 changed files with 229 additions and 119 deletions
+10
View File
@@ -254,7 +254,17 @@ export const useApiStore = defineStore('coreapi', () => {
});
}
//TOP
async function TopVideo(param: number) {
return http.request<any, Response<any>>('/api/Video/top' + param, 'get').then(r => {
return r.data;
}).finally(() => {
});
}
return {
TopVideo,
LogDetail,
MobileLogs,
ExportConf,