From 7cf85ad3023d84ac6f80cb535f629f37703bd5d6 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 23 Apr 2024 10:36:42 +0800
Subject: [PATCH] 添加数据统计
---
src/router/index.js | 24 +++++++++++++++++++++---
1 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index b764581..8c9b385 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -41,10 +41,10 @@
component: () => import('@/views/Admin/list'),
},
{
- path: '/audit',
- name: 'audit',
+ path: '/dataStatistic',
+ name: 'dataStatistic',
meta: { title: '数据统计' },
- component: () => import('@/views/Admin/Audit'),
+ component: () => import('@/views/Admin/dataStatistic'),
},
{
path: '/notice',
@@ -112,6 +112,24 @@
meta: { title: '短信平台设置' },
component: () => import('@/views/Admin/smsSetting'),
},
+ {
+ path: '/reactionManage',
+ name: 'reactionManage',
+ meta: { title: '响应措施管理' },
+ component: () => import('@/views/Admin/reactionManage'),
+ },
+ {
+ path: '/appfile',
+ name: 'appfile',
+ meta: { title: 'App版本信息' },
+ component: () => import('@/views/Admin/appFile.vue'),
+ },
+ {
+ path: '/samelevelGroup',
+ name: 'samelevelGroup',
+ meta: { title: '平级接收人分组' },
+ component: () => import('@/views/Admin/sameLevelGroup.vue'),
+ },
// {
// path: '/menu',
// name: 'menu',
--
Gitblit v1.9.2