wip(Login): Login developing

This commit is contained in:
陈凯龙
2022-01-04 16:53:13 +08:00
parent 4d52f7bf58
commit 77097c8d92
11 changed files with 1542 additions and 1493 deletions

View File

@@ -11,6 +11,13 @@ export default {
large: 'Large',
small: 'Small'
},
login: {
message1: 'Welcome to the system',
message2: 'Backstage management system',
username: 'Username',
password: 'password',
login: 'Sign in'
},
formDemo: {
input: 'Input',
inputNumber: 'InputNumber',