From 98474b4a4374a2fe544886092672d41c9e1cf25b Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期三, 29 五月 2024 11:58:21 +0800
Subject: [PATCH] feat:问答增加排序

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

diff --git a/src/router.js b/src/router.js
index 79a7290..1709084 100644
--- a/src/router.js
+++ b/src/router.js
@@ -494,13 +494,13 @@
         path: 'departmentExamine/list',
         component: () => import('@/views/user/departmentExamine/list'),
         name: 'departmentExamineList',
-        meta: { title: '璋冨姩瀹℃牳', noCache: true }
+        meta: { title: '璋冨姩鎻愬璁板綍', noCache: true }
       },
       {
         path: 'UserConditionExamine/list',
         component: () => import('@/views/user/UserConditionExamine/list'),
         name: 'UserConditionExamineList',
-        meta: { title: '鐘舵�佸鏍�', noCache: true }
+        meta: { title: '鐘舵�佹彁瀹¤褰�', noCache: true }
       },
     ]
   },

--
Gitblit v1.8.0