修改播放声音通用组件

This commit is contained in:
田岩
2025-08-27 21:04:34 +08:00
parent 42b22ebc95
commit b68783956e
13 changed files with 221 additions and 149 deletions
+12
View File
@@ -0,0 +1,12 @@
import request from '@/api/request'
const base_url = '/trastudy'
export const queryTraStdyInfoPreviewPaging = (data) => {
return request({
url: base_url + '/traStdyInfoPreview/queryTraStdyInfoPreviewPaging',
method: 'post',
toastErrors: true,
data
});
};