style: login

This commit is contained in:
jialin
2024-07-08 14:46:33 +08:00
parent b753528e44
commit 01e9b70f6d
20 changed files with 178 additions and 40 deletions
+2 -1
View File
@@ -186,5 +186,6 @@ export default {
'common.filter.name': 'Filter by name',
'common.form.password': 'Password',
'common.form.username': 'Username',
'common.login.rember': 'Remember me'
'common.login.rember': 'Remember me',
'settings.company': 'SEAL'
};
+2 -1
View File
@@ -179,5 +179,6 @@ export default {
'common.filter.name': '名称查询',
'common.form.password': '密码',
'common.form.username': '用户名',
'common.login.rember': '记住我'
'common.login.rember': '记住我',
'settings.company': '数澈软件'
};