From b154944a23194d0dcac889585e1436f988ecd19f Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期三, 22 五月 2024 15:22:00 +0800
Subject: [PATCH] feat:用户状况新增审核

---
 src/router.js |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/router.js b/src/router.js
index 8428af1..86a80d1 100644
--- a/src/router.js
+++ b/src/router.js
@@ -78,6 +78,12 @@
         meta: { title: '璋冨姩瀹℃牳', noCache: true }
       },
       {
+        path: 'UserConditionExamine/list',
+        component: () => import('@/views/user/UserConditionExamine/list'),
+        name: 'UserConditionExamineList',
+        meta: { title: '鐘舵�佸鏍�', noCache: true }
+      },
+      {
         path: 'tag/list',
         component: () => import('@/views/user/tag/list'),
         name: 'TagAdminPageList',
@@ -484,6 +490,12 @@
         name: 'departmentExamineList',
         meta: { title: '璋冨姩瀹℃牳', noCache: true }
       },
+      {
+        path: 'UserConditionExamine/list',
+        component: () => import('@/views/user/UserConditionExamine/list'),
+        name: 'UserConditionExamineList',
+        meta: { title: '鐘舵�佸鏍�', noCache: true }
+      },
     ]
   },
   {

--
Gitblit v1.8.0