mirror of https://github.com/halo-dev/halo-admin
Update src/modules/system/users/components/UserEditingModal.vue
Co-authored-by: guqing <38999863+guqing@users.noreply.github.com>pull/868/head
parent
22e79fa662
commit
bf2a1627e7
|
@ -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="{
|
||||||
|
|
Loading…
Reference in New Issue