|
@@ -81,7 +81,6 @@ export default function Index() {
|
|
|
</Button>
|
|
</Button>
|
|
|
<Button
|
|
<Button
|
|
|
className="action-button"
|
|
className="action-button"
|
|
|
- type="warn"
|
|
|
|
|
loading={loading}
|
|
loading={loading}
|
|
|
onClick={handleLogout}
|
|
onClick={handleLogout}
|
|
|
>
|
|
>
|
|
@@ -99,7 +98,6 @@ export default function Index() {
|
|
|
<View className="login-buttons">
|
|
<View className="login-buttons">
|
|
|
<Button
|
|
<Button
|
|
|
className="login-button"
|
|
className="login-button"
|
|
|
- type="primary"
|
|
|
|
|
onClick={handleLogin}
|
|
onClick={handleLogin}
|
|
|
>
|
|
>
|
|
|
立即登录
|
|
立即登录
|