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

---
 src/router/index.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 3378c61..8cbbfaa 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -53,8 +53,8 @@
 	    component: () => import('@/views/Admin/Audit'),
 	  },
       {
-        path: '/torelease',
-        name: 'torelease',
+        path: '/notice',
+        name: 'notice',
         meta: { title: '信息编辑' },
         component: () => import('@/views/Admin/notice'),
       },
@@ -74,7 +74,7 @@
         path: '/history',
         name: 'history',
         meta: { title: '历史信息' },
-        component: () => import('@/views/Admin/History'),
+        component: () => import('@/views/Admin/history'),
       },
 	  {
 	    path: '/callRecord',

--
Gitblit v1.9.2