增加已删除视频查看

This commit is contained in:
jianzhichu
2025-12-05 23:17:04 +08:00
parent 91056d9cfa
commit c60f7bdf57
8 changed files with 200 additions and 64 deletions
+9
View File
@@ -218,6 +218,14 @@ export const useApiStore = defineStore('coreapi', () => {
});
}
//删除
async function GetDeleteViedos() {
return http.request<any, Response<any>>('/api/video/vdelete/get', 'get').then(r => {
return r.data;
}).finally(() => {
});
}
//检查版本
@@ -247,6 +255,7 @@ export const useApiStore = defineStore('coreapi', () => {
}
return {
GetDeleteViedos,
DelFollow,
AddFollow,
CheckTag,