From 1ea7a94afe8369c797e2bc451c842c7c0f41d31d Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期五, 08 九月 2023 15:35:25 +0800 Subject: [PATCH] initial commit --- src/router/index.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index b764581..2b8b413 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -112,6 +112,12 @@ meta: { title: '短信平台设置' }, component: () => import('@/views/Admin/smsSetting'), }, + { + path: '/reactionManage', + name: 'reactionManage', + meta: { title: '响应措施管理' }, + component: () => import('@/views/Admin/reactionManage'), + }, // { // path: '/menu', // name: 'menu', -- Gitblit v1.9.2