@@ -60,7 +60,7 @@ export const constantRoutes:RouteRecordRaw[] = [
6060 path : 'dashboard' ,
6161 component : ( ) => import ( '@/views/dashboard/index.vue' ) ,
6262 name : 'Dashboard' ,
63- meta : { title : 'Dashboard ' , icon : 'dashboard' , affix : true }
63+ meta : { title : '首页 ' , icon : 'dashboard' , affix : true }
6464 }
6565 ]
6666 } ,
@@ -72,7 +72,7 @@ export const constantRoutes:RouteRecordRaw[] = [
7272 path : 'index' ,
7373 component : ( ) => import ( '@/views/documentation/index.vue' ) ,
7474 name : 'Documentation' ,
75- meta : { title : 'Documentation ' , icon : 'documentation' , affix : true }
75+ meta : { title : '文档 ' , icon : 'documentation' , affix : true }
7676 }
7777 ]
7878 } ,
@@ -85,7 +85,7 @@ export const constantRoutes:RouteRecordRaw[] = [
8585 path : 'index' ,
8686 component : ( ) => import ( '@/views/guide/index.vue' ) ,
8787 name : 'Guide' ,
88- meta : { title : 'Guide ' , icon : 'guide' , noCache : true }
88+ meta : { title : '引导页 ' , icon : 'guide' , noCache : true }
8989 }
9090 ]
9191 } ,
@@ -99,7 +99,7 @@ export const constantRoutes:RouteRecordRaw[] = [
9999 path : 'index' ,
100100 component : ( ) => import ( '@/views/profile/index.vue' ) ,
101101 name : 'Profile' ,
102- meta : { title : 'Profile ' , icon : 'user' , noCache : true }
102+ meta : { title : '个人中心 ' , icon : 'user' , noCache : true }
103103 }
104104 ]
105105 }
@@ -119,7 +119,7 @@ export const asyncRoutes:RouteRecordRaw[] = [
119119 name : 'Permission' ,
120120 meta : {
121121 alwaysShow : true , // will always show the root menu
122- title : 'Permission ' ,
122+ title : '权限测试页 ' ,
123123 icon : 'lock' ,
124124 roles : [ 'admin' , 'editor' ] // you can set roles in root nav
125125 } ,
@@ -129,7 +129,7 @@ export const asyncRoutes:RouteRecordRaw[] = [
129129 component : ( ) => import ( '@/views/permission/page.vue' ) ,
130130 name : 'PagePermission' ,
131131 meta : {
132- title : 'Page Permission ' ,
132+ title : '页面权限 ' ,
133133 roles : [ 'admin' ] // or you can only set roles in sub nav
134134 }
135135 } ,
@@ -138,7 +138,7 @@ export const asyncRoutes:RouteRecordRaw[] = [
138138 component : ( ) => import ( '@/views/permission/directive.vue' ) ,
139139 name : 'DirectivePermission' ,
140140 meta : {
141- title : 'Directive Permission '
141+ title : '指令权限 '
142142 // if do not set roles, means: this page does not require permission
143143 }
144144 } ,
@@ -147,7 +147,7 @@ export const asyncRoutes:RouteRecordRaw[] = [
147147 component : ( ) => import ( '@/views/permission/role.vue' ) ,
148148 name : 'RolePermission' ,
149149 meta : {
150- title : 'Role Permission ' ,
150+ title : '角色权限 ' ,
151151 roles : [ 'admin' ]
152152 }
153153 }
@@ -162,7 +162,7 @@ export const asyncRoutes:RouteRecordRaw[] = [
162162 path : 'index' ,
163163 component : ( ) => import ( '@/views/icons/index.vue' ) ,
164164 name : 'Icons' ,
165- meta : { title : 'Icons ' , icon : 'icon' , noCache : true }
165+ meta : { title : '图标 ' , icon : 'icon' , noCache : true }
166166 }
167167 ]
168168 } ,
@@ -179,27 +179,27 @@ export const asyncRoutes:RouteRecordRaw[] = [
179179 redirect : '/example/list' ,
180180 name : 'Example' ,
181181 meta : {
182- title : 'Example ' ,
182+ title : '综合示例 ' ,
183183 icon : markRaw ( IconHelp )
184184 } ,
185185 children : [
186186 {
187187 path : 'create' ,
188188 component : ( ) => import ( '@/views/example/create.vue' ) ,
189189 name : 'CreateArticle' ,
190- meta : { title : 'Create Article ' , icon : 'edit' }
190+ meta : { title : '创建文章 ' , icon : 'edit' }
191191 } ,
192192 {
193193 path : 'edit/:id(\\d+)' ,
194194 component : ( ) => import ( '@/views/example/edit.vue' ) ,
195195 name : 'EditArticle' ,
196- meta : { hidden : true , title : 'Edit Article ' , noCache : true , activeMenu : '/example/list' }
196+ meta : { hidden : true , title : '编辑文章 ' , noCache : true , activeMenu : '/example/list' }
197197 } ,
198198 {
199199 path : 'list' ,
200200 component : ( ) => import ( '@/views/example/list.vue' ) ,
201201 name : 'ArticleList' ,
202- meta : { title : 'Article List ' , icon : 'list' }
202+ meta : { title : '文章列表 ' , icon : 'list' }
203203 }
204204 ]
205205 } ,
@@ -212,7 +212,7 @@ export const asyncRoutes:RouteRecordRaw[] = [
212212 path : 'index' ,
213213 component : ( ) => import ( '@/views/tab/index.vue' ) ,
214214 name : 'Tab' ,
215- meta : { title : 'Tab ' , icon : 'tab' }
215+ meta : { title : 'Tabs标签页 ' , icon : 'tab' }
216216 }
217217 ]
218218 } ,
@@ -223,7 +223,7 @@ export const asyncRoutes:RouteRecordRaw[] = [
223223 redirect : 'noRedirect' ,
224224 name : 'ErrorPages' ,
225225 meta : {
226- title : 'Error Pages ' ,
226+ title : '错误页面 ' ,
227227 icon : '404'
228228 } ,
229229 children : [
@@ -250,7 +250,7 @@ export const asyncRoutes:RouteRecordRaw[] = [
250250 path : 'log' ,
251251 component : ( ) => import ( '@/views/error-log/index.vue' ) ,
252252 name : 'ErrorLog' ,
253- meta : { title : 'Error Log ' , icon : 'bug' }
253+ meta : { title : '错误日志 ' , icon : 'bug' }
254254 }
255255 ]
256256 } ,
@@ -269,25 +269,25 @@ export const asyncRoutes:RouteRecordRaw[] = [
269269 path : 'export-excel' ,
270270 component : ( ) => import ( '@/views/excel/export-excel.vue' ) ,
271271 name : 'ExportExcel' ,
272- meta : { title : 'Export Excel' }
272+ meta : { title : '导出 Excel' }
273273 } ,
274274 {
275275 path : 'export-selected-excel' ,
276276 component : ( ) => import ( '@/views/excel/select-excel.vue' ) ,
277277 name : 'SelectExcel' ,
278- meta : { title : 'Export Selected ' }
278+ meta : { title : '导出 已选择项 ' }
279279 } ,
280280 {
281281 path : 'export-merge-header' ,
282282 component : ( ) => import ( '@/views/excel/merge-header.vue' ) ,
283283 name : 'MergeHeader' ,
284- meta : { title : 'Merge Header ' }
284+ meta : { title : '导出 多级表头 ' }
285285 } ,
286286 {
287287 path : 'upload-excel' ,
288288 component : ( ) => import ( '@/views/excel/upload-excel.vue' ) ,
289289 name : 'UploadExcel' ,
290- meta : { title : 'Upload Excel' }
290+ meta : { title : '上传 Excel' }
291291 }
292292 ]
293293 } ,
@@ -303,7 +303,7 @@ export const asyncRoutes:RouteRecordRaw[] = [
303303 path : 'download' ,
304304 component : ( ) => import ( '@/views/zip/index.vue' ) ,
305305 name : 'ExportZip' ,
306- meta : { title : 'Export Zip' }
306+ meta : { title : '导出 Zip' }
307307 }
308308 ]
309309 } ,
@@ -335,7 +335,7 @@ export const asyncRoutes:RouteRecordRaw[] = [
335335 path : 'index' ,
336336 component : ( ) => import ( '@/views/theme/index.vue' ) ,
337337 name : 'Theme' ,
338- meta : { title : 'Theme ' , icon : 'theme' }
338+ meta : { title : '主题 ' , icon : 'theme' }
339339 }
340340 ]
341341 } ,
@@ -348,7 +348,7 @@ export const asyncRoutes:RouteRecordRaw[] = [
348348 path : 'index' ,
349349 component : ( ) => import ( '@/views/clipboard/index.vue' ) ,
350350 name : 'ClipboardDemo' ,
351- meta : { title : 'Clipboard ' , icon : 'clipboard' }
351+ meta : { title : '剪贴板 ' , icon : 'clipboard' }
352352 }
353353 ]
354354 } ,
@@ -359,7 +359,7 @@ export const asyncRoutes:RouteRecordRaw[] = [
359359 children : [
360360 {
361361 path : 'https://element-plus.midfar.com' ,
362- meta : { title : 'External Link ' , icon : 'link' } ,
362+ meta : { title : '外链 ' , icon : 'link' } ,
363363 redirect : ''
364364 }
365365 ]
@@ -370,21 +370,21 @@ export const asyncRoutes:RouteRecordRaw[] = [
370370 component : Layout ,
371371 name : 'MyDemo' ,
372372 meta : {
373- title : 'MyDemo ' ,
373+ title : '我的示例 ' ,
374374 icon : 'component'
375375 } ,
376376 children : [
377377 {
378378 path : 'element-demo' ,
379379 component : ( ) => import ( '@/views/mydemo/ElementDemo.vue' ) ,
380380 name : 'ElementDemo' ,
381- meta : { title : 'ElementDemo ' , icon : 'skill' }
381+ meta : { title : 'Element 示例 ' , icon : 'skill' }
382382 } ,
383383 {
384384 path : 'store-demo' ,
385385 component : ( ) => import ( '@/views/mydemo/StoreDemo.vue' ) ,
386386 name : 'StoreDemo' ,
387- meta : { title : 'StoreDemo ' , icon : 'lock' }
387+ meta : { title : 'Store 示例 ' , icon : 'lock' }
388388 }
389389 ]
390390 } ,
0 commit comments