style: error页面多语言
This commit is contained in:
@@ -122,6 +122,22 @@ export default {
|
||||
serialNum: 'serialNum',
|
||||
expiryDate: 'expiryDate',
|
||||
},
|
||||
error: {
|
||||
err403: {
|
||||
ttile: 'No access',
|
||||
subTitle:'Please do not perform illegal operations, you can go back to the main page or return to the',
|
||||
backHome: 'Back to Home',
|
||||
back: 'Back',
|
||||
},
|
||||
err404: {
|
||||
ttile: 'Match page not found',
|
||||
subTitle:'Sorry, the page you are looking for does not exist.',
|
||||
backHome: 'Back to Home',
|
||||
tipTitle: "Can't find the page?",
|
||||
paragraph: 'Try checking the URL for errors and then press the refresh button on your browser.',
|
||||
paragraph1: 'Try to find other content in our application.',
|
||||
},
|
||||
},
|
||||
login: {
|
||||
tabPane1: 'Account password login',
|
||||
tabPane2: 'Login with phone number',
|
||||
|
||||
Reference in New Issue
Block a user