File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -134,19 +134,19 @@ export const asyncRouterMap = [
134
134
name : 'profile' ,
135
135
component : RouteView ,
136
136
redirect : '/profile/basic' ,
137
- meta : { title : '详情页 ' , icon : 'profile' , permission : [ 'profile' ] } ,
137
+ meta : { title : 'menu.profile ' , icon : 'profile' , permission : [ 'profile' ] } ,
138
138
children : [
139
139
{
140
140
path : '/profile/basic' ,
141
141
name : 'ProfileBasic' ,
142
142
component : ( ) => import ( '@/views/profile/basic' ) ,
143
- meta : { title : '基础详情页 ' , permission : [ 'profile' ] }
143
+ meta : { title : 'menu.profile.basic ' , permission : [ 'profile' ] }
144
144
} ,
145
145
{
146
146
path : '/profile/advanced' ,
147
147
name : 'ProfileAdvanced' ,
148
148
component : ( ) => import ( '@/views/profile/advanced/Advanced' ) ,
149
- meta : { title : '高级详情页 ' , permission : [ 'profile' ] }
149
+ meta : { title : 'menu.profile.advanced ' , permission : [ 'profile' ] }
150
150
}
151
151
]
152
152
} ,
Original file line number Diff line number Diff line change @@ -19,5 +19,9 @@ export default {
19
19
'menu.list.search-list' : 'Search List' ,
20
20
'menu.list.search-list.articles' : 'Search List(articles)' ,
21
21
'menu.list.search-list.projects' : 'Search List(projects)' ,
22
- 'menu.list.search-list.applications' : 'Search List(applications)'
22
+ 'menu.list.search-list.applications' : 'Search List(applications)' ,
23
+ 'menu.profile' : 'Profile' ,
24
+ 'menu.profile.basic' : 'Basic Profile' ,
25
+ 'menu.profile.advanced' : 'Advanced Profile'
26
+
23
27
}
Original file line number Diff line number Diff line change @@ -19,5 +19,8 @@ export default {
19
19
'menu.list.search-list' : '搜索列表' ,
20
20
'menu.list.search-list.articles' : '搜索列表(文章)' ,
21
21
'menu.list.search-list.projects' : '搜索列表(项目)' ,
22
- 'menu.list.search-list.applications' : '搜索列表(应用)'
22
+ 'menu.list.search-list.applications' : '搜索列表(应用)' ,
23
+ 'menu.profile' : '详情页' ,
24
+ 'menu.profile.basic' : '基础详情页' ,
25
+ 'menu.profile.advanced' : '高级详情页'
23
26
}
You can’t perform that action at this time.
0 commit comments