c226c53291f8b270f8c4d1565cbde8ec46ceab0b..c9fb21b31f8a3deef02de529815bf9a13cd6e756
2022-04-08 lyfO_o
Merge remote-tracking branch 'origin/master' into master
c9fb21 对比 | 目录
2022-04-08 lyfO_o
登入导向
e3ddc0 对比 | 目录
已修改1个文件
18 ■■■■ 文件已修改
src/router/index.js 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.js
@@ -55,17 +55,31 @@
    {
        path: '/',
        component: Layout,
        redirect: '/doublePreventAction/doublePreventAction/riskLevelManage/index/doublePreventAction/riskLevelManage/analyseUnit/index',
        redirect: '/workPlan/workPlan/reserve',
        children: [
            {
                path: 'dashboard',
                component: () => import('@/views/doublePreventAction/riskLevelManage/analyseUnit/index'),
                component: () => import('@/views/workPlan/reserve'),
                name: 'Dashboard1',
                meta: { title: '首页', icon: 'el-icon-dash', noCache: true, affix: true }
            }
        ],
        hidden: true
    },
    // {
    //     path: '/',
    //     component: Layout,
    //     redirect: '/doublePreventAction/doublePreventAction/riskLevelManage/index/doublePreventAction/riskLevelManage/analyseUnit/index',
    //     children: [
    //         {
    //             path: 'dashboard',
    //             component: () => import('@/views/doublePreventAction/riskLevelManage/analyseUnit/index'),
    //             name: 'Dashboard1',
    //             meta: { title: '首页', icon: 'el-icon-dash', noCache: true, affix: true }
    //         }
    //     ],
    //     hidden: true
    // },
    {
        path: 'dashboard',
        component: Layout,