chenyc
2025-03-04 3a4602d8286f09ce2f7812dea697995e2a9487cf
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'),
@@ -1212,7 +1227,7 @@
      name: 'tiaochabiao1',
      component: () => import('/@/views/tiaochabiao/demo1.vue'),
      meta: {
         title: '调差表',
         title: '调查表',
      },
   },
];