fix(接口测试): 接口测试_认证配置修改密码限制改为100

This commit is contained in:
wxg0103 2022-01-27 10:49:40 +08:00 committed by fit2-zhao
parent dbd04dab7f
commit d988fa68db
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<el-form-item :label="$t('commons.password')" prop="password"
v-if=" authConfig.verification!=undefined && authConfig.verification !='No Auth'">
<el-input v-model="authConfig.password" :placeholder="$t('commons.password')" show-password autocomplete="off"
maxlength="50" show-word-limit/>
maxlength="100" show-word-limit/>
</el-form-item>
</el-form>