1
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-12-25 14:10:31 +08:00
parent f637f746cb
commit 9bdb8f64b3
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -95,7 +95,6 @@ export default {
: 'zh'
/* eslint-disable */
var reg1 = /^[a-zA-Z0-9_]{4,16}$/ //密码必须是8位以上、必须含有字母、数字、特殊符号
console.log(!reg1.test(value))
if (!reg1.test(value)) {
callback(
lang === 'zh'
@@ -300,7 +300,6 @@ export default {
: 'zh'
/* eslint-disable */
var reg1 = /^[a-zA-Z0-9_]{4,16}$/ //密码必须是8位以上、必须含有字母、数字、特殊符号
console.log(!reg1.test(value))
if (!reg1.test(value)) {
callback(
lang === 'zh'
@@ -168,7 +168,6 @@ export default {
roles.push(item.UserTypeId)
}
})
console.log(roles)
this.$emit('update:roles', roles)
this.$emit('update:visible', false)
},