修改登录页面
This commit is contained in:
@ -3,6 +3,7 @@ export default {
|
||||
"login.title": "E-Bidding Platform",
|
||||
"login.tab.supplier": "Supplier",
|
||||
"login.tab.expert": "Expert",
|
||||
"login.tab.manager": "Manager",
|
||||
"login.tab.agent": "Bidding Agent",
|
||||
"login.username.placeholder": "Please enter username",
|
||||
"login.password.placeholder": "Please enter password",
|
||||
|
@ -3,6 +3,7 @@ export default {
|
||||
"login.title": "电子招投标平台",
|
||||
"login.tab.supplier": "供应商",
|
||||
"login.tab.expert": "专家",
|
||||
"login.tab.manager": "管理员",
|
||||
"login.tab.agent": "招标代理",
|
||||
"login.username.placeholder": "请输入用户名",
|
||||
"login.password.placeholder": "请输入密码",
|
||||
|
@ -72,8 +72,7 @@ const LoginPage: React.FC = () => {
|
||||
|
||||
<div className="login-tab-container">
|
||||
<Tabs activeKey={activeKey} onChange={handleTabChange} className='login-tabs'>
|
||||
<TabPane tab={intl.formatMessage({ id: 'login.tab.supplier' })} key="supplier" />
|
||||
<TabPane tab={intl.formatMessage({ id: 'login.tab.expert' })} key="expert" />
|
||||
<TabPane tab={intl.formatMessage({ id: 'login.tab.manager' })} key="supplier" />
|
||||
<TabPane tab={intl.formatMessage({ id: 'login.tab.agent' })} key="agent" />
|
||||
</Tabs>
|
||||
</div>
|
||||
@ -123,7 +122,6 @@ const LoginPage: React.FC = () => {
|
||||
<Button type="primary" htmlType="submit" className="login-form-button" loading={loading} size="large">
|
||||
{intl.formatMessage({ id: 'login.button' })}
|
||||
</Button>
|
||||
{renderRegisterLink()}
|
||||
</Form.Item>
|
||||
</Form>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user