浏览代码

菜单文案优化

梁展鹏 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'
         }
       }