【删除】 删除无用代码

This commit is contained in:
dlaren
2025-08-13 11:06:20 +08:00
parent f7819fb294
commit d753d43c62
27 changed files with 76 additions and 10265 deletions

View File

@@ -39,7 +39,7 @@ export const deleteXlsx = async (id: number) => {
}
// 查询Xlsx节点列表(小类) 根据title查询出来下面所有的数据
export const getSlideByNameList = async (title: string) => {
export const getXlsxByNameList = async (title: string) => {
console.log(title)
return await request.get({ url: '/exam/xlsx/getByNameList?title=' + title })
}