feat:处理部分 todo 逻辑

This commit is contained in:
YunaiV
2025-04-28 21:17:18 +08:00
parent 08e7b32fc3
commit 997404dfb4
12 changed files with 47 additions and 67 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
import request from '@/sheep/request';
// TODO 芋艿:小程序直播还不支持
// TODO 芋艿:【直播】小程序直播还不支持
export default {
//小程序直播
mplive: {
@@ -10,12 +10,12 @@ export default {
method: 'GET',
params: {
ids: ids.join(','),
}
},
}),
getMpLink: () =>
request({
url: 'app/mplive/getMpLink',
method: 'GET'
method: 'GET',
}),
},
};
+2 -2
View File
@@ -6,5 +6,5 @@ Object.keys(files).forEach((key) => {
[key.replace(/(.*\/)*([^.]+).*/gi, '$2')]: files[key].default,
};
});
export default api;
// TODO @芋艿:要不要删除
export default api;