feat:http封装 websocket封装

feat/meeting
gaotian 8 months ago
parent e436f05b55
commit 15b627ed8f
  1. 10
      request/index.js

@ -90,4 +90,12 @@ export default (params) => {
}
});
}).catch(() => { });
};
};
// 使用方法
// import { pageStudyInfo } from '@/request/api.js'
// // 获取学习列表详情信息
// pageStudyInfo (data).then((res) => {
// console.log('成功', res);
// }).catch((err) => {
// console.error('失败', err);
// });
Loading…
Cancel
Save