Commit 1e44451d by maolipeng

Merge branch 'feature/zhujian/0726/qwLiving' into rc

parents fb41f717 b359e5ea
...@@ -372,6 +372,7 @@ class AddLive extends React.Component { ...@@ -372,6 +372,7 @@ class AddLive extends React.Component {
CourseService.createLiveCloudCourse(params).then((res) => { CourseService.createLiveCloudCourse(params).then((res) => {
if (res.success) { if (res.success) {
message.success('新建成功'); message.success('新建成功');
routeHook.cancel()
window.RCHistory.push({ window.RCHistory.push({
pathname: `/live-course`, pathname: `/live-course`,
}); });
...@@ -387,6 +388,7 @@ class AddLive extends React.Component { ...@@ -387,6 +388,7 @@ class AddLive extends React.Component {
CourseService.updateLiveCloudCourse(params).then((res) => { CourseService.updateLiveCloudCourse(params).then((res) => {
if (res.success) { if (res.success) {
message.success('更新成功'); message.success('更新成功');
routeHook.cancel()
window.RCHistory.push({ window.RCHistory.push({
pathname: `/live-course`, pathname: `/live-course`,
}); });
......
...@@ -21,6 +21,9 @@ ...@@ -21,6 +21,9 @@
.introduce { .introduce {
display: flex; display: flex;
} }
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
color: #2966FF;
}
// .ant-select:not(.ant-select-disabled):hover .ant-select-selector{ // .ant-select:not(.ant-select-disabled):hover .ant-select-selector{
// border: none; // border: none;
// } // }
......
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