yangyin
2024-08-29 71fbff5a8ef776e80d5088de0ce7f98d36c031b1
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
window.route = [
    {
        name: 'StatusPreview',
        isKeepAlive: true,
        isAffix: true,
        path: '/home',
        component: '',
    },
    {
        name: 'SqlAmis',
        isKeepAlive: true,
        isAffix: false,
        path: '/lowCode/sqlAmis',
        component: '/project/yw/lowCode/sqlAmis/SqlAmis.vue',
    },
    //#region ====================== 数据管理 ======================
 
    {
        name: 'GraphIndex',
        isKeepAlive: true,
        isAffix: false,
        path: '/graph/graphIndex',
        component: '/project/yw/graph/GraphIndex.vue',
    },
    {
        name: 'GraphDetail',
        isKeepAlive: true,
        isAffix: false,
        path: '/graph/graphDetail',
        component: '/project/yw/graph/GraphDetail.vue',
    },
    {
        name: 'AddGraph',
        isKeepAlive: true,
        isAffix: false,
        path: '/graph/addGraph',
        component: '/project/yw/graph/AddGraph.vue',
    },
    //#endregion
];