fix
13404089107
2025-03-04 013a3e3150348e9d9769a641f461631a93e03afb
fix
1个文件已修改
30 ■■■■ 已修改文件
src/router/router.js 30 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/router.js
@@ -28,22 +28,22 @@
                title: '首页',
                icon: 'home'
            },
            {
                path: '/early-warning',
                component: () => import('@/view/early-warning'),
                meta: {
                    title: '报警记录',
                    icon: 'home'
                }
            },
            {
                path: '/complaint',
                component: () => import('@/view/complaint/index'),
                meta: {
                    title: '投诉记录'
                }
            }
        ]
    },
    {
        path: '/early-warning',
        component: () => import('@/view/early-warning'),
        meta: {
            title: '报警记录',
            icon: 'home'
        }
    },
    {
        path: '/complaint',
        component: () => import('@/view/complaint/index'),
        meta: {
            title: '投诉记录'
        }
    }
    
]