Commit 385661a9 by zhanghaozhe

Merge branch 'ai-test' of gitlab.julyedu.com:baiguangyao/mr-julyedu into ai-test

parents 22523b6c b19df682
html, body, #root {
height: 100% !important;
}
.score-content { .score-content {
width: 100%; width: 100%;
height: 100%;
background-color: #09f; background-color: #09f;
} }
.score-report { .score-report {
......
...@@ -44,10 +44,6 @@ class aiTestHelp extends Component { ...@@ -44,10 +44,6 @@ class aiTestHelp extends Component {
total_num: data.total_num, total_num: data.total_num,
code: data.code code: data.code
}) })
} else if (code === 4030) {
this.props.history.push('/passport/login')
} else {
Toast.info(msg)
} }
}) })
} }
......
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