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