gx
chenyc
2025-02-17 6e015f71927ea207d398735db5a2e6f2d592538f
src/router/route.ts
@@ -1120,6 +1120,21 @@
            },
         },
         {
            path: '/tongji',
            name: 'tongji',
            component: () => import('/@/views/tongji/index.vue'),
            meta: {
               title: 'message.router.tongji',
               isLink: '',
               isHide: false,
               isKeepAlive: true,
               isAffix: false,
               isIframe: false,
               roles: ['admin', 'common'],
               icon: 'iconfont icon-gerenzhongxin',
            },
         },
         {
            path: '/tools',
            name: 'tools',
            component: () => import('/@/views/tools/index.vue'),