wjx 2 tygodni temu
rodzic
commit
2bbc80479c
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      src/pages/user/login/index.tsx

+ 2 - 0
src/pages/user/login/index.tsx

@@ -216,6 +216,7 @@ const Login: React.FC = () => {
               minWidth: 280,
               maxWidth: '75vw',
             }}
+            name='loginFormHome'
             title={Settings.title}
             subTitle={'趣程数字业务指挥中心(整合公众号/企微/广告投放)'}
             onFinish={async (values) => {
@@ -240,6 +241,7 @@ const Login: React.FC = () => {
               <>
                 <ProFormText
                   fieldProps={{
+                    autoComplete: 'phone',
                     size: 'large',
                     prefix: <MobileOutlined />,
                   }}