@focus-teach/ui 1.0.47 → 1.0.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/api/index.js CHANGED
@@ -239,7 +239,7 @@ export function getBankIndex(options, success, error) {
239
239
  }
240
240
  );
241
241
  }
242
- //题库列表查询【USP】(chenxianyong)
242
+ //题库列表查询【USP】(chenxianyong)
243
243
  export function getBankIndexApi(options) {
244
244
  return new Promise(resolve => {
245
245
  axios.get("/ybk/item/index", {
@@ -347,6 +347,7 @@ export function getKldftNecessaryApi(options) {
347
347
  );
348
348
  })
349
349
  }
350
+
350
351
  //获取题目
351
352
  export function getQuestion(options, success, error) {
352
353
  return new Promise((resolve) => {