Commit 8919aad8 by zhujian

fix:kjdshjkhsdjhjdjjkl

parent d1fb4f9d
......@@ -129,7 +129,7 @@ export default function AddLiveClassInfoWorkWX(props) {
const _query = {
...teacherQuery,
current,
size:15
size:100
};
StoreService.getStoreUserBasicPage( _query).then((res) => {
const { result = {} } = res;
......
......@@ -91,7 +91,7 @@ class LiveCourseOpt extends React.Component {
<Button type="primary" onClick={this.handleCreateLiveCouese}>新建直播课</Button>
}
{/* <Button type="primary" onClick={this.handleCreateQWCouese}>新建企微直播课</Button> */}
{!this.state.isMac && <Button onClick={this.handleDownloadClient}>下载直播客户端</Button>}
<Button onClick={this.handleDownloadClient}>下载直播客户端</Button>
</div>
<Route path={`${match.url}/createqwcourse`} component={CreateWorkWXCourse} />
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment