Update src/modules/system/users/components/UserEditingModal.vue

Co-authored-by: guqing <38999863+guqing@users.noreply.github.com>
pull/868/head
Ryan Wang 2023-02-21 12:00:10 +08:00 committed by GitHub
parent 22e79fa662
commit bf2a1627e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ const handleCreateUser = async () => {
['length:0,50'], ['length:0,50'],
[ [
'matches', 'matches',
/^[a-z0-9]([-a-z0-9]*[a-z0-9])?(.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$/, /^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$/,
], ],
]" ]"
:validation-messages="{ :validation-messages="{