From d081cdaabcb942298f1df374f6a1cd626741098f Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期四, 08 六月 2023 14:17:14 +0800
Subject: [PATCH] 新增页面和配置,部分接口对接

---
 src/router/index.js |   28 +++++++++++++++++++++++-----
 1 files changed, 23 insertions(+), 5 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 5cc0150..3378c61 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -56,8 +56,14 @@
         path: '/torelease',
         name: 'torelease',
         meta: { title: '信息编辑' },
-        component: () => import('@/views/Admin/Notice'),
+        component: () => import('@/views/Admin/notice'),
       },
+		{
+			path: '/msgReview',
+			name: '/msgReview',
+			meta: { title: '信息审核' },
+			component: () => import('@/views/Admin/msgReview'),
+		},
 	  {
 	    path: '/report',
 	    name: 'report',
@@ -77,6 +83,12 @@
 	    component: () => import('@/views/Admin/callRecord'),
 	  },
 		{
+			path: '/massSend',
+			name: 'massSend',
+			meta: { title: '常规群发' },
+			component: () => import('@/views/Admin/massSend'),
+		},
+		{
 			path: '/msgRecord',
 			name: 'msgRecord',
 			meta: { title: '短信记录' },
@@ -95,11 +107,17 @@
         component: () => import('@/views/Admin/userManage'),
       },
 		{
-			path: '/menu',
-			name: 'menu',
-			meta: { title: '菜单管理' },
-			component: () => import('@/views/Admin/menuManage'),
+			path: '/smsSetting',
+			name: 'smsSetting',
+			meta: { title: '短信平台设置' },
+			component: () => import('@/views/Admin/smsSetting'),
 		},
+		// {
+		// 	path: '/menu',
+		// 	name: 'menu',
+		// 	meta: { title: '菜单管理' },
+		// 	component: () => import('@/views/Admin/menuManage'),
+		// },
     ]
   },
 ];

--
Gitblit v1.9.2