From 6bc0efe1d7ffb748fba153878a70ddf3425e888b Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 25 二月 2025 10:53:31 +0800
Subject: [PATCH] gx
---
src/router/route.ts | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/src/router/route.ts b/src/router/route.ts
index 8c71fd8..407ec7c 100644
--- a/src/router/route.ts
+++ b/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: '调查表',
},
},
];
--
Gitblit v1.8.0