mo 1 year ago
parent
commit
a12b76bc0c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/setting/modal/forgotPassword.tsx

+ 1 - 1
src/views/setting/modal/forgotPassword.tsx

@@ -155,7 +155,7 @@ export default defineComponent({
               <NInputGroup>
                 <NInput
                   v-model:value={formInline.code}
-                  type="text"
+                  type="nimber"
                   maxlength={6}
                   placeholder="请输入验证码"
                   inputProps={{ autocomplete: 'off' }}