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

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

@@ -185,7 +185,7 @@ export default defineComponent({
               ]}>
               <NInput
                 v-model:value={formInline.password}
-                type="password"
+
                 showPasswordOn="click"
                 placeholder="请输入密码"
                 inputProps={{ autocomplete: 'off' }}