mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor(projects): perf code
This commit is contained in:
@ -393,6 +393,10 @@ const local: App.I18n.Schema = {
|
||||
required: 'Please enter password',
|
||||
invalid: 'Password format is incorrect'
|
||||
},
|
||||
confirmPwd: {
|
||||
required: 'Please enter password again',
|
||||
invalid: 'The two passwords are inconsistent'
|
||||
},
|
||||
code: {
|
||||
required: 'Please enter verification code',
|
||||
invalid: 'Verification code format is incorrect'
|
||||
|
Reference in New Issue
Block a user