|
@@ -103,7 +103,7 @@ export const constantRoutes = [
|
|
|
{
|
|
|
path: '/photographerManagement',
|
|
|
component: Layout,
|
|
|
- redirect: '/photographerManagement/PhotographerVerify',
|
|
|
+ redirect: '/photographerManagement/PhotoVerify',
|
|
|
name: '摄影师',
|
|
|
meta: {
|
|
|
title: '摄影师',
|
|
@@ -174,10 +174,10 @@ export const constantRoutes = [
|
|
|
children: [
|
|
|
{
|
|
|
path: 'PhotographerVerify',
|
|
|
- name: '摄影师审核',
|
|
|
+ name: '摄影师认证审核',
|
|
|
component: () => import('@/views/photographerManagement/photographerVerify/index'),
|
|
|
meta: {
|
|
|
- title: '摄影师审核'
|
|
|
+ title: '摄影师认证审核'
|
|
|
// icon: 'table'
|
|
|
}
|
|
|
},
|