'去除弹出保存用户名密码弹框'
This commit is contained in:
parent
4ef02281ce
commit
2181ef42ae
|
@ -36,7 +36,7 @@
|
|||
<el-form-item :label="$t('system_parameter_setting.SMTP_password')" prop="password">
|
||||
</el-form-item>
|
||||
<el-input v-model="formInline.password" :placeholder="$t('system_parameter_setting.SMTP_password')"
|
||||
show-password></el-input>
|
||||
autocomplete="new-password" type="text" @focus="changeType"></el-input>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
|
@ -79,6 +79,7 @@
|
|||
account: 'xjj0608@163.com',
|
||||
password: '2345678',*/
|
||||
},
|
||||
readOnly: false,
|
||||
result: {},
|
||||
showEdit: true,
|
||||
showSave: false,
|
||||
|
@ -113,6 +114,9 @@
|
|||
this.query()
|
||||
},
|
||||
methods: {
|
||||
changeType() {
|
||||
this.type = 'password'
|
||||
},
|
||||
|
||||
query() {
|
||||
this.result = this.$get("/system/mail/info", response => {
|
||||
|
|
Loading…
Reference in New Issue