Commit 85e89e6d authored by 武广's avatar 武广

fix: 隐藏手机号短信登录

parent 1a5300cc
......@@ -82,9 +82,10 @@ class Login extends Component {
<Submit loading={submitting}>登录</Submit>
</LoginComponents>
</Tabs.TabPane>
<Tabs.TabPane tab="手机号登录" key="2">
{/* 后端短信模板还没申请下来 先隐藏 */}
{/* <Tabs.TabPane tab="手机号登录" key="2">
<LoginSMS loading={submitting} dispatch={this.props.dispatch} />
</Tabs.TabPane>
</Tabs.TabPane> */}
</Tabs>
</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