mo 1 年之前
父節點
當前提交
a12b76bc0c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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' }}