|
@@ -481,8 +481,8 @@ export default {
|
|
|
this.$prompt('请输入登录密码', '鉴别操作', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
- inputType: 'text',
|
|
|
- customClass:'no-autofill-pwd',
|
|
|
+ inputType: 'password',
|
|
|
+ // customClass:'no-autofill-pwd',
|
|
|
inputValidator: (val) => {
|
|
|
if (val === null || val.length < 1 || val.length > 20) {
|
|
|
return false;
|
|
@@ -682,8 +682,8 @@ export default {
|
|
|
this.$prompt('请输入登录密码', '鉴别操作', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
- inputType: 'text',
|
|
|
- customClass:'no-autofill-pwd',
|
|
|
+ inputType: 'password',
|
|
|
+ // customClass:'no-autofill-pwd',
|
|
|
inputValidator: (val) => {
|
|
|
if (val === null || val.length < 1 || val.length > 20) {
|
|
|
return false;
|
|
@@ -736,8 +736,8 @@ export default {
|
|
|
this.$prompt('请输入登录密码', '鉴别操作', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
- inputType: 'text',
|
|
|
- customClass:'no-autofill-pwd',
|
|
|
+ inputType: 'password',
|
|
|
+ // customClass:'no-autofill-pwd',
|
|
|
inputValidator: (val) => {
|
|
|
if (val === null || val.length < 1 || val.length > 20) {
|
|
|
return false;
|
|
@@ -810,8 +810,8 @@ export default {
|
|
|
this.$prompt('请输入登录密码', '鉴别操作', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
- inputType: 'text',
|
|
|
- customClass:'no-autofill-pwd',
|
|
|
+ inputType: 'password',
|
|
|
+ // customClass:'no-autofill-pwd',
|
|
|
inputValidator: (val) => {
|
|
|
if (val === null || val.length < 1 || val.length > 20) {
|
|
|
return false;
|
|
@@ -905,8 +905,8 @@ export default {
|
|
|
this.$prompt('请输入密码', '鉴别操作', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
- inputType: 'text',
|
|
|
- customClass:'no-autofill-pwd',
|
|
|
+ inputType: 'password',
|
|
|
+ // customClass:'no-autofill-pwd',
|
|
|
inputValidator: (val) => {
|
|
|
if (val === null || val.length < 1 || val.length > 20) {
|
|
|
return false;
|
|
@@ -1055,8 +1055,8 @@ export default {
|
|
|
this.$prompt('请输入登录密码', '鉴别操作', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
- inputType: 'text',
|
|
|
- customClass:'no-autofill-pwd',
|
|
|
+ inputType: 'password',
|
|
|
+ // customClass:'no-autofill-pwd',
|
|
|
inputValidator: (val) => {
|
|
|
if (val === null || val.length < 1 || val.length > 20) {
|
|
|
return false;
|
|
@@ -1316,8 +1316,8 @@ export default {
|
|
|
this.$prompt('请输入登录密码', '鉴别操作', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
- inputType: 'text',
|
|
|
- customClass:'no-autofill-pwd',
|
|
|
+ inputType: 'password',
|
|
|
+ // customClass:'no-autofill-pwd',
|
|
|
inputValidator: (val) => {
|
|
|
if (val === null || val.length < 1 || val.length > 20) {
|
|
|
return false;
|
|
@@ -1380,13 +1380,13 @@ export default {
|
|
|
}
|
|
|
};
|
|
|
</script>
|
|
|
-<style rel="stylesheet/scss" lang="scss">
|
|
|
-.no-autofill-pwd{
|
|
|
- .el-message-box__content{
|
|
|
- .el-input__inner{
|
|
|
- text-security:disc!important;
|
|
|
- -webkit-text-security:disc!important;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-</style>
|
|
|
+<!--<style rel="stylesheet/scss" lang="scss">-->
|
|
|
+<!--.no-autofill-pwd{-->
|
|
|
+<!-- .el-message-box__content{-->
|
|
|
+<!-- .el-input__inner{-->
|
|
|
+<!-- text-security:disc!important;-->
|
|
|
+<!-- -webkit-text-security:disc!important;-->
|
|
|
+<!-- }-->
|
|
|
+<!-- }-->
|
|
|
+<!--}-->
|
|
|
+<!--</style>-->
|