feat: 新增锁屏功能

This commit is contained in:
WuYihui
2023-05-10 10:12:31 +08:00
parent 46ac7f88c9
commit e2fd349070
11 changed files with 570 additions and 0 deletions

View File

@@ -42,6 +42,16 @@ export default {
delNoData: 'Please select the data to delete',
delSuccess: 'Deleted successfully'
},
lock: {
lockScreen: 'Lock screen',
lock: 'Lock',
lockPassword: 'Lock screen password',
unlock: 'Click to unlock',
backToLogin: 'Back to login',
entrySystem: 'Entry the system',
placeholder: 'Please enter the lock screen password',
message: 'Lock screen password error'
},
error: {
noPermission: `Sorry, you don't have permission to access this page.`,
pageError: 'Sorry, the page you visited does not exist.',