fix(接口测试): 接口测试_认证配置修改密码限制改为100
This commit is contained in:
parent
dbd04dab7f
commit
d988fa68db
|
@ -27,7 +27,7 @@
|
||||||
<el-form-item :label="$t('commons.password')" prop="password"
|
<el-form-item :label="$t('commons.password')" prop="password"
|
||||||
v-if=" authConfig.verification!=undefined && authConfig.verification !='No Auth'">
|
v-if=" authConfig.verification!=undefined && authConfig.verification !='No Auth'">
|
||||||
<el-input v-model="authConfig.password" :placeholder="$t('commons.password')" show-password autocomplete="off"
|
<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-item>
|
||||||
|
|
||||||
</el-form>
|
</el-form>
|
||||||
|
|
Loading…
Reference in New Issue