@@ -112,10 +112,10 @@ export const constantRoutes = [
children: [
{
path: 'PhotoVerify',
- name: '照片管理',
+ name: '摄影师', // add by 梁展鹏 20210723 因为只有一个菜单,所以暂时把菜单名称写到这里。实际上这里是"照片管理"
component: () => import('@/views/photographerManagement/photoVerify/index'),
meta: {
- title: '照片管理'
+ title: '摄影师'
// icon: 'tree'
}