feat: Add dynamic route
This commit is contained in:
@@ -126,7 +126,10 @@ export default {
|
||||
exampleAdd: 'Example page - add',
|
||||
exampleEdit: 'Example page - edit',
|
||||
exampleDetail: 'Example page - detail',
|
||||
errorPage: 'Error page'
|
||||
errorPage: 'Error page',
|
||||
authorization: 'Authorization',
|
||||
user: 'User management',
|
||||
role: 'Role management'
|
||||
},
|
||||
analysis: {
|
||||
newUser: 'New user',
|
||||
@@ -393,5 +396,18 @@ export default {
|
||||
content: 'Content',
|
||||
save: 'Save',
|
||||
detail: 'Detail'
|
||||
},
|
||||
userDemo: {
|
||||
title: 'User management',
|
||||
message:
|
||||
'Because it is simulated data, only two accounts with different permissions are provided, which can be modified and combined by developers according to the actual situation.',
|
||||
index: 'Index',
|
||||
action: 'Action',
|
||||
username: 'Username',
|
||||
password: 'Password',
|
||||
role: 'Role',
|
||||
remark: 'Remark',
|
||||
remarkMessage1: 'Back end control routing permission',
|
||||
remarkMessage2: 'Front end control routing permission'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user