wujingjing
2024-06-27 f6dcf75fafffe0634804389b22663882db414363
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
window.route = [
    {
        name: 'Home',
        isKeepAlive: true,
        isAffix: false,
        path: '/home',
        component: '/project/ch/home/Home.vue',
        redirect: null,
        showTitle: false,
    },
    {
        name: 'Scenario',
        isKeepAlive: true,
        isAffix: false,
        path: '/Scenario',
        component: '/project/ch/home/Scenario.vue',
        redirect: null,
        showTitle: true,
    },
];