在自动填充的输入框前面加上代码:
<input type="password" hidden autocomplete="new-password" />
<div class="flex row-bt al-center">
<!-- 输入框的值自动填充功能取消 -->
<input type="password" hidden autocomplete="new-password" />
<el-input size="small" clearable v-model.trim="form.code" class="mr10" />
<el-button :type="canSend ? 'primary' : 'info'" @click="sendCode" :disabled="!canSend" style="width: 110px;height: 32px;">{{ countTxt }}</el-button>
</div>
参考:浏览器页面中输入框的值自动填充功能取消——技能提升_jqury输入框自动填充手机号怎么取消_叶浩成520的博客-CSDN博客