k94314517
2024-06-28 ecbdab9da9488cc58a1ac7064f9cffde4792fba4
h5/api/index.js
@@ -4,18 +4,12 @@
export * from './staff'
export * from './meeting'
// 查询字典值数据
export const getSystemDictData = (data) => {
  return http({
    url: 'visitsAdmin/cloudService/web/other/getSystemDictData',
    data
  })
}
// 获取题目数据
export const getProblemsVO = (data) => {
  return http({
    url: 'visitsAdmin/cloudService/web/problem/getProblemsVO',
    method: 'get',
    data
  })
}