wujingjing
2024-12-12 a3c84d896dff3758f3bc3274b0306afe018179a8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
window.route = [
    {
        name: 'AgentGraph',
        isKeepAlive: true,
        isAffix: false,
        path: '/agent/graph',
        component: '/project/yw/systemManage/agentGraph/AgentGraph.vue',
    },
    {
        name: 'FlowApp',
        isKeepAlive: true,
        isAffix: false,
        path: '/workFlow/design',
        component: '/project/yw/systemManage/flowApp/FlowApp.vue',
    },
    {
        name: 'ChatLog',
        isKeepAlive: true,
        isAffix: false,
        path: '/chatLog',
        component: '/project/yw/systemManage/chatLog/ChatLog.vue',
    },
    {
        name: 'RoleMgr',
        isKeepAlive: true,
        isAffix: false,
        path: '/authCenter/roleMgr',
        component: '/project/yw/systemManage/roleMgr/RoleMgr.vue',
    },
    {
        name: 'UserMgr',
        isKeepAlive: true,
        isAffix: false,
        path: '/authCenter/userMgr',
        component: '/project/yw/systemManage/userMgr/UserMgr.vue',
    },
    //部门管理
    {
        name: 'DepartmentMgr',
        isKeepAlive: true,
        isAffix: false,
        path: '/authCenter/departmentMgr',
        component: '/project/yw/systemManage/departmentMgr/DepartmentMgr.vue',
    },
    {
        name: 'AccessLog',
        isKeepAlive: true,
        isAffix: false,
        path: '/authCenter/operateLog',
        component: '/project/yw/systemManage/accessLog/AccessLog.vue',
    },
    {
        name: 'SysGroupMgr',
        isKeepAlive: true,
        isAffix: false,
        path: '/sysGroupMgr',
        component: '/project/yw/systemManage/sysGroupMgr/SysGroupMgr.vue',
    },
    {
        name: 'MetricMgr',
        isKeepAlive: true,
        isAffix: false,
        path: '/home',
        component: '/project/yw/systemManage/metricMgr/MetricMgr.vue',
    },
    {
        name: 'MetricDetail',
        isKeepAlive: true,
        isAffix: false,
        path: '/MetricDetail',
        component: '/project/yw/systemManage/metricMgr/MetricDetail.vue',
    },
    {
        name: 'MetricAgentMgr',
        isKeepAlive: true,
        isAffix: false,
        path: '/metricAgent',
        component: '/project/yw/systemManage/metricAgentMgr/MetricAgentMgr.vue',
    },
    {
        name: 'AmisEditor',
        isKeepAlive: true,
        isAffix: false,
        path: '/amisEditor',
        component: '/project/yw/lowCode/amis/AmisEditor.vue',
    },
    {
        name: 'DimensionMgr',
        isKeepAlive: true,
        isAffix: false,
        path: '/dimensionMgr',
        component: '/project/yw/systemManage/dimensionMgr/DimensionMgr.vue',
    },
 
    {
        name: 'SqlAmis',
        isKeepAlive: true,
        isAffix: false,
        path: '/pageMgr',
        component: '/project/yw/lowCode/sqlAmis/SqlAmis.vue',
    },
    {
        name: 'SupervisorPrompt',
        isKeepAlive: true,
        isAffix: false,
        path: '/supervisorPrompt',
        component: '/project/yw/systemManage/supervisorPrompt/SupervisorPrompt.vue',
    },
    {
        name: 'DataSourceMgr',
        isKeepAlive: true,
        isAffix: false,
        path: '/dataSourceMgr',
        component: '/project/yw/systemManage/dataSourceMgr/DataSourceMgr.vue',
    },
    //#region ====================== 数据管理 ======================
 
    {
        name: 'GraphIndex',
        isKeepAlive: true,
        isAffix: false,
        path: '/graph/graphIndex',
        component: '/project/yw/dataManage/graph/GraphIndex.vue',
    },
    {
        name: 'GraphDetail',
        isKeepAlive: true,
        isAffix: false,
        path: '/graph/graphDetail',
        component: '/project/yw/dataManage/graph/GraphDetail.vue',
    },
    {
        name: 'AddGraph',
        isKeepAlive: true,
        isAffix: false,
        path: '/graph/addGraph',
        component: '/project/yw/dataManage/graph/AddGraph.vue',
    },
    {
        name: 'Knowledge',
        isKeepAlive: true,
        isAffix: false,
        path: '/knowledge/knowledgeIndex',
        component: '/project/yw/dataManage/knowledge/Knowledge.vue',
    },
    {
        name: 'AddKnowledge',
        isKeepAlive: true,
        isAffix: false,
        path: '/knowledge/addKnowledge',
        component: '/project/yw/dataManage/knowledge/AddKnowledge.vue',
    },
    {
        name: 'EditKnowledge',
        isKeepAlive: true,
        isAffix: false,
        path: '/knowledge/editKnowledge',
        component: '/project/yw/dataManage/knowledge/EditKnowledge.vue',
    },
    {
        name: 'ViewKnowledge',
        isKeepAlive: true,
        isAffix: false,
        path: '/knowledge/viewKnowledge',
        component: '/project/yw/dataManage/knowledge/ViewKnowledge.vue',
    },
    {
        name: 'ViewSegmentationFile',
        isKeepAlive: true,
        isAffix: false,
        path: '/knowledge/viewSegmentationFile',
        component: '/project/yw/dataManage/viewKnowBase/ViewSegmentationFile.vue',
    },
    {
        name: 'ViewFile',
        isKeepAlive: true,
        isAffix: false,
        path: '/knowledge/viewFile',
        component: '/project/yw/dataManage/viewKnowBase/ViewFile.vue',
    },
    {
        name: 'WorkFlowIndex',
        isKeepAlive: true,
        isAffix: false,
        path: '/workFlow/WorkFlowIndex',
        component: '/project/yw/dataManage/workFlowMgr/WorkFlowIndex.vue',
    },
    //#endregion
    //#region ====================== 推荐问题 ======================
    {
        name: 'RecommendQuestions',
        isKeepAlive: true,
        isAffix: false,
        path: '/recommendQuestions',
        component: '/project/yw/systemManage/questionMgr/RecommendQuestions.vue',
    }
    //#endregion
];