mo 1 년 전
부모
커밋
a503b2c6ba
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/setting/modal/forgotPassword.tsx

+ 2 - 0
src/views/setting/modal/forgotPassword.tsx

@@ -158,6 +158,8 @@ export default defineComponent({
                   type="text"
                   maxlength={6}
                   placeholder="请输入验证码"
+                  {...{  autocomplete:"off"}}
+
                   inputProps={{ autocomplete: 'off' }}
                   class={styles.sendInput}></NInput>
                 <NButton