소스 검색

菜单文案优化

梁展鹏 3 년 전
부모
커밋
2af5a2db66
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/router/index.js

+ 2 - 2
src/router/index.js

@@ -152,10 +152,10 @@ export const constantRoutes = [
       },
       {
         path: 'PhotoVerifyManagement',
-        name: '上传照片管理',
+        name: '上传照片审核',
         component: () => import('@/views/photoManagement/photoVerifyManagement/index'),
         meta: {
-          title: '上传照片管理'
+          title: '上传照片审核'
           // icon: 'tree'
         }
       }