Prechádzať zdrojové kódy

摄影师菜单调整

梁展鹏 3 rokov pred
rodič
commit
d710019bb0
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      src/router/index.js

+ 3 - 3
src/router/index.js

@@ -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'
         }
       },