@focus-teach/ui 1.0.48 → 1.0.50

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
@@ -267,9 +267,9 @@ export function getBankData(options, success, error) {
267
267
  }
268
268
  );
269
269
  }
270
- //题库分页查询【USP】(chenxianyong)
270
+ //题库分页查询【USP】(chenxianyong)
271
271
  export function getBankDataApi(options) {
272
- return new Promise(resolve=>{
272
+ return new Promise(resolve=> {
273
273
  axios.get("/ybk/item/bank", {
274
274
  params: options
275
275
  }).then(