@@ -28,107 +28,107 @@ export const subAppRoutes = {
28
28
29
29
// 控制台route已迁移到统一的后台管理页面
30
30
export default [
31
- // {
32
- // path: 'console',
33
- // name: 'Console',
34
- // redirect: '/console/globalHistory',
35
- // meta: {
36
- // title: 'linkis console',
37
- // publicPage: true,
38
- // },
39
- // component: () =>
40
- // import('./view/linkis/index.vue'),
41
- // children: [{
42
- // name: 'globalHistory',
43
- // path: 'globalHistory',
44
- // component: () =>
45
- // import('./module/globalHistoryManagement/index.vue'),
46
- // meta: {
47
- // title: 'Global History',
48
- // publicPage: true,
49
- // // admin: true
50
- // },
51
- // }, {
52
- // name: 'viewHistory',
53
- // path: 'viewHistory',
54
- // component: () =>
55
- // import('./module/globalHistoryManagement/viewHistory.vue'),
56
- // meta: {
57
- // title: 'viewHistory',
58
- // publicPage: true,
59
- // // admin: true
60
- // },
61
- // }, {
62
- // name: 'resource',
63
- // path: 'resource',
64
- // component: () =>
65
- // import('./module/resourceManagement/index.vue'),
66
- // meta: {
67
- // title: 'resource',
68
- // publicPage: true,
69
- // // admin: true
70
- // },
71
- // },
72
- // {
73
- // name: 'setting',
74
- // path: 'setting',
75
- // component: () =>
76
- // import('./module/setting/setting.vue'),
77
- // meta: {
78
- // title: 'setting',
79
- // publicPage: true,
80
- // // admin: true
81
- // },
82
- // },{
83
- // name: 'ECM',
84
- // path: 'ECM',
85
- // component: () =>
86
- // import('./module/ECM/index.vue'),
87
- // meta: {
88
- // title: 'ECM',
89
- // publicPage: true,
90
- // // admin: true
91
- // },
92
- // },{
93
- // name: 'EngineConnList',
94
- // path: 'EngineConnList',
95
- // component: () =>
96
- // import('./module/ECM/engineConn.vue'),
97
- // meta: {
98
- // title: 'EngineConn',
99
- // publicPage: true,
100
- // // admin: true
101
- // },
102
- // }, {
103
- // name: 'globalValiable',
104
- // path: 'globalValiable',
105
- // component: () =>
106
- // import('./module/globalValiable/index.vue'),
107
- // meta: {
108
- // title: 'Global Valiable',
109
- // publicPage: true,
110
- // // admin: true
111
- // },
112
- // }, {
113
- // name: 'FAQ',
114
- // path: 'FAQ',
115
- // component: () =>
116
- // import('./module/FAQ/index.vue'),
117
- // meta: {
118
- // title: 'FAQ',
119
- // publicPage: true,
120
- // },
121
- // },
122
- // {
123
- // name: 'microService',
124
- // path: 'microService',
125
- // component: () =>
126
- // import('./module/microServiceManagement/index.vue'),
127
- // meta: {
128
- // title: 'microServiceManagement',
129
- // publicPage: true,
130
- // },
131
- // }
132
- // ],
133
- // },
31
+ {
32
+ path : 'console' ,
33
+ name : 'Console' ,
34
+ redirect : '/console/globalHistory' ,
35
+ meta : {
36
+ title : 'linkis console' ,
37
+ publicPage : true ,
38
+ } ,
39
+ component : ( ) =>
40
+ import ( './view/linkis/index.vue' ) ,
41
+ children : [ {
42
+ name : 'globalHistory' ,
43
+ path : 'globalHistory' ,
44
+ component : ( ) =>
45
+ import ( './module/globalHistoryManagement/index.vue' ) ,
46
+ meta : {
47
+ title : 'Global History' ,
48
+ publicPage : true ,
49
+ // admin: true
50
+ } ,
51
+ } , {
52
+ name : 'viewHistory' ,
53
+ path : 'viewHistory' ,
54
+ component : ( ) =>
55
+ import ( './module/globalHistoryManagement/viewHistory.vue' ) ,
56
+ meta : {
57
+ title : 'viewHistory' ,
58
+ publicPage : true ,
59
+ // admin: true
60
+ } ,
61
+ } , {
62
+ name : 'resource' ,
63
+ path : 'resource' ,
64
+ component : ( ) =>
65
+ import ( './module/resourceManagement/index.vue' ) ,
66
+ meta : {
67
+ title : 'resource' ,
68
+ publicPage : true ,
69
+ // admin: true
70
+ } ,
71
+ } ,
72
+ {
73
+ name : 'setting' ,
74
+ path : 'setting' ,
75
+ component : ( ) =>
76
+ import ( './module/setting/setting.vue' ) ,
77
+ meta : {
78
+ title : 'setting' ,
79
+ publicPage : true ,
80
+ // admin: true
81
+ } ,
82
+ } , {
83
+ name : 'ECM' ,
84
+ path : 'ECM' ,
85
+ component : ( ) =>
86
+ import ( './module/ECM/index.vue' ) ,
87
+ meta : {
88
+ title : 'ECM' ,
89
+ publicPage : true ,
90
+ // admin: true
91
+ } ,
92
+ } , {
93
+ name : 'EngineConnList' ,
94
+ path : 'EngineConnList' ,
95
+ component : ( ) =>
96
+ import ( './module/ECM/engineConn.vue' ) ,
97
+ meta : {
98
+ title : 'EngineConn' ,
99
+ publicPage : true ,
100
+ // admin: true
101
+ } ,
102
+ } , {
103
+ name : 'globalValiable' ,
104
+ path : 'globalValiable' ,
105
+ component : ( ) =>
106
+ import ( './module/globalValiable/index.vue' ) ,
107
+ meta : {
108
+ title : 'Global Valiable' ,
109
+ publicPage : true ,
110
+ // admin: true
111
+ } ,
112
+ } , {
113
+ name : 'FAQ' ,
114
+ path : 'FAQ' ,
115
+ component : ( ) =>
116
+ import ( './module/FAQ/index.vue' ) ,
117
+ meta : {
118
+ title : 'FAQ' ,
119
+ publicPage : true ,
120
+ } ,
121
+ } ,
122
+ {
123
+ name : 'microService' ,
124
+ path : 'microService' ,
125
+ component : ( ) =>
126
+ import ( './module/microServiceManagement/index.vue' ) ,
127
+ meta : {
128
+ title : 'microServiceManagement' ,
129
+ publicPage : true ,
130
+ } ,
131
+ }
132
+ ] ,
133
+ } ,
134
134
]
0 commit comments