@@ -480,8 +480,8 @@ const userNav = options => {
480
480
parentId : 0 ,
481
481
id : 1 ,
482
482
meta : {
483
+ title : 'menu.dashboard' ,
483
484
icon : 'dashboard' ,
484
- title : '仪表盘' ,
485
485
show : true
486
486
} ,
487
487
component : 'RouteView' ,
@@ -492,7 +492,7 @@ const userNav = options => {
492
492
parentId : 1 ,
493
493
id : 7 ,
494
494
meta : {
495
- title : '工作台 ' ,
495
+ title : 'menu.dashboard.monitor ' ,
496
496
show : true
497
497
} ,
498
498
component : 'Workplace'
@@ -503,7 +503,7 @@ const userNav = options => {
503
503
parentId : 1 ,
504
504
id : 3 ,
505
505
meta : {
506
- title : '监控页(外部) ' ,
506
+ title : 'menu.dashboard.workplace ' ,
507
507
target : '_blank' ,
508
508
show : true
509
509
}
@@ -513,7 +513,7 @@ const userNav = options => {
513
513
parentId : 1 ,
514
514
id : 2 ,
515
515
meta : {
516
- title : '分析页 ' ,
516
+ title : 'menu.dashboard.analysis ' ,
517
517
show : true
518
518
} ,
519
519
component : 'Analysis' ,
@@ -527,7 +527,7 @@ const userNav = options => {
527
527
id : 10 ,
528
528
meta : {
529
529
icon : 'form' ,
530
- title : '表单页 '
530
+ title : 'menu.form '
531
531
} ,
532
532
redirect : '/form/base-form' ,
533
533
component : 'RouteView'
@@ -537,7 +537,7 @@ const userNav = options => {
537
537
parentId : 10 ,
538
538
id : 6 ,
539
539
meta : {
540
- title : '基础表单 '
540
+ title : 'menu.form.basic-form '
541
541
} ,
542
542
component : 'BasicForm'
543
543
} ,
@@ -546,7 +546,7 @@ const userNav = options => {
546
546
parentId : 10 ,
547
547
id : 5 ,
548
548
meta : {
549
- title : '分步表单 '
549
+ title : 'menu.form.step-form '
550
550
} ,
551
551
component : 'StepForm'
552
552
} ,
@@ -555,7 +555,7 @@ const userNav = options => {
555
555
parentId : 10 ,
556
556
id : 4 ,
557
557
meta : {
558
- title : '高级表单 '
558
+ title : 'menu.form.advanced-form '
559
559
} ,
560
560
component : 'AdvanceForm'
561
561
} ,
@@ -567,7 +567,7 @@ const userNav = options => {
567
567
id : 10010 ,
568
568
meta : {
569
569
icon : 'table' ,
570
- title : '列表页 ' ,
570
+ title : 'menu.list ' ,
571
571
show : true
572
572
} ,
573
573
redirect : '/list/table-list' ,
@@ -579,7 +579,7 @@ const userNav = options => {
579
579
id : 10011 ,
580
580
path : '/list/table-list/:pageNo([1-9]\\d*)?' ,
581
581
meta : {
582
- title : '查询表格 ' ,
582
+ title : 'menu.list.table-list ' ,
583
583
show : true
584
584
} ,
585
585
component : 'TableList'
@@ -589,7 +589,7 @@ const userNav = options => {
589
589
parentId : 10010 ,
590
590
id : 10012 ,
591
591
meta : {
592
- title : '标准列表 ' ,
592
+ title : 'menu.list.basic-list ' ,
593
593
show : true
594
594
} ,
595
595
component : 'StandardList'
@@ -599,7 +599,7 @@ const userNav = options => {
599
599
parentId : 10010 ,
600
600
id : 10013 ,
601
601
meta : {
602
- title : '卡片列表 ' ,
602
+ title : 'menu.list.card-list ' ,
603
603
show : true
604
604
} ,
605
605
component : 'CardList'
@@ -609,7 +609,7 @@ const userNav = options => {
609
609
parentId : 10010 ,
610
610
id : 10014 ,
611
611
meta : {
612
- title : '搜索列表 ' ,
612
+ title : 'menu.list.search-list ' ,
613
613
show : true
614
614
} ,
615
615
redirect : '/list/search/article' ,
@@ -620,7 +620,7 @@ const userNav = options => {
620
620
parentId : 10014 ,
621
621
id : 10015 ,
622
622
meta : {
623
- title : '搜索列表(文章) ' ,
623
+ title : 'menu.list.search-list.articles ' ,
624
624
show : true
625
625
} ,
626
626
component : 'SearchArticles'
@@ -630,7 +630,7 @@ const userNav = options => {
630
630
parentId : 10014 ,
631
631
id : 10016 ,
632
632
meta : {
633
- title : '搜索列表(项目) ' ,
633
+ title : 'menu.list.search-list.projects ' ,
634
634
show : true
635
635
} ,
636
636
component : 'SearchProjects'
@@ -640,7 +640,7 @@ const userNav = options => {
640
640
parentId : 10014 ,
641
641
id : 10017 ,
642
642
meta : {
643
- title : '搜索列表(应用) ' ,
643
+ title : 'menu.list.search-list.applications ' ,
644
644
show : true
645
645
} ,
646
646
component : 'SearchApplications'
@@ -652,7 +652,7 @@ const userNav = options => {
652
652
parentId : 0 ,
653
653
id : 10018 ,
654
654
meta : {
655
- title : '详情页 ' ,
655
+ title : 'menu.profile ' ,
656
656
icon : 'profile' ,
657
657
show : true
658
658
} ,
@@ -664,7 +664,7 @@ const userNav = options => {
664
664
parentId : 10018 ,
665
665
id : 10019 ,
666
666
meta : {
667
- title : '基础详情页 ' ,
667
+ title : 'menu.profile.basic ' ,
668
668
show : true
669
669
} ,
670
670
component : 'ProfileBasic'
@@ -674,7 +674,7 @@ const userNav = options => {
674
674
parentId : 10018 ,
675
675
id : 10020 ,
676
676
meta : {
677
- title : '高级详情页 ' ,
677
+ title : 'menu.profile.advanced ' ,
678
678
show : true
679
679
} ,
680
680
component : 'ProfileAdvanced'
@@ -686,7 +686,7 @@ const userNav = options => {
686
686
parentId : 0 ,
687
687
id : 10021 ,
688
688
meta : {
689
- title : '结果页 ' ,
689
+ title : 'menu.result ' ,
690
690
icon : 'check-circle-o' ,
691
691
show : true
692
692
} ,
@@ -698,7 +698,7 @@ const userNav = options => {
698
698
parentId : 10021 ,
699
699
id : 10022 ,
700
700
meta : {
701
- title : '成功 ' ,
701
+ title : 'menu.result.success ' ,
702
702
hiddenHeaderContent : true ,
703
703
show : true
704
704
} ,
@@ -709,7 +709,7 @@ const userNav = options => {
709
709
parentId : 10021 ,
710
710
id : 10023 ,
711
711
meta : {
712
- title : '失败 ' ,
712
+ title : 'menu.result.fail ' ,
713
713
hiddenHeaderContent : true ,
714
714
show : true
715
715
} ,
@@ -722,7 +722,7 @@ const userNav = options => {
722
722
parentId : 0 ,
723
723
id : 10024 ,
724
724
meta : {
725
- title : '异常页 ' ,
725
+ title : 'menu.exception ' ,
726
726
icon : 'warning' ,
727
727
show : true
728
728
} ,
@@ -734,7 +734,7 @@ const userNav = options => {
734
734
parentId : 10024 ,
735
735
id : 10025 ,
736
736
meta : {
737
- title : '403 ' ,
737
+ title : 'menu.exception.not-permission ' ,
738
738
show : true
739
739
} ,
740
740
component : 'Exception403'
@@ -744,7 +744,7 @@ const userNav = options => {
744
744
parentId : 10024 ,
745
745
id : 10026 ,
746
746
meta : {
747
- title : '404 ' ,
747
+ title : 'menu.exception.not-find ' ,
748
748
show : true
749
749
} ,
750
750
component : 'Exception404'
@@ -754,7 +754,7 @@ const userNav = options => {
754
754
parentId : 10024 ,
755
755
id : 10027 ,
756
756
meta : {
757
- title : '500 ' ,
757
+ title : 'menu.exception.server-error ' ,
758
758
show : true
759
759
} ,
760
760
component : 'Exception500'
@@ -766,7 +766,7 @@ const userNav = options => {
766
766
parentId : 0 ,
767
767
id : 10028 ,
768
768
meta : {
769
- title : '个人页 ' ,
769
+ title : 'menu.account ' ,
770
770
icon : 'user' ,
771
771
show : true
772
772
} ,
@@ -778,7 +778,7 @@ const userNav = options => {
778
778
parentId : 10028 ,
779
779
id : 10029 ,
780
780
meta : {
781
- title : '个人中心 ' ,
781
+ title : 'menu.account.center ' ,
782
782
show : true
783
783
} ,
784
784
component : 'AccountCenter'
@@ -789,7 +789,7 @@ const userNav = options => {
789
789
parentId : 10028 ,
790
790
id : 10030 ,
791
791
meta : {
792
- title : '个人设置 ' ,
792
+ title : 'menu.account.settings ' ,
793
793
hideHeader : true ,
794
794
hideChildren : true ,
795
795
show : true
@@ -803,7 +803,7 @@ const userNav = options => {
803
803
parentId : 10030 ,
804
804
id : 10031 ,
805
805
meta : {
806
- title : '基本设置 ' ,
806
+ title : 'account.settings.menuMap.basic ' ,
807
807
show : false
808
808
} ,
809
809
component : 'BasicSetting'
@@ -814,7 +814,7 @@ const userNav = options => {
814
814
parentId : 10030 ,
815
815
id : 10032 ,
816
816
meta : {
817
- title : '安全设置 ' ,
817
+ title : 'account.settings.menuMap.security ' ,
818
818
show : false
819
819
} ,
820
820
component : 'SecuritySettings'
@@ -825,7 +825,7 @@ const userNav = options => {
825
825
parentId : 10030 ,
826
826
id : 10033 ,
827
827
meta : {
828
- title : '个性化设置 ' ,
828
+ title : 'account.settings.menuMap.custom ' ,
829
829
show : false
830
830
} ,
831
831
component : 'CustomSettings'
@@ -836,7 +836,7 @@ const userNav = options => {
836
836
parentId : 10030 ,
837
837
id : 10034 ,
838
838
meta : {
839
- title : '账户绑定 ' ,
839
+ title : 'account.settings.menuMap.binding ' ,
840
840
show : false
841
841
} ,
842
842
component : 'BindingSettings'
@@ -847,7 +847,7 @@ const userNav = options => {
847
847
parentId : 10030 ,
848
848
id : 10034 ,
849
849
meta : {
850
- title : '新消息通知 ' ,
850
+ title : 'account.settings.menuMap.notification ' ,
851
851
show : false
852
852
} ,
853
853
component : 'NotificationSettings'
0 commit comments