Bladeren bron

fix:注释静态路由

zh 2 jaren geleden
bovenliggende
commit
19dea081dc
1 gewijzigde bestanden met toevoegingen van 18 en 18 verwijderingen
  1. 18 18
      src/router/index.js

+ 18 - 18
src/router/index.js

@@ -48,24 +48,24 @@ export const constantRoutes = [
     hidden: true
   },
 
-  {
-    path: '/return_goods',
-    component: Layout,
-    children: [
-      {
-        path: 'new_apply',
-        name: 'new_apply',
-        component: () => import('@/views/supply/apply/new_apply'),
-        meta: { title: '零售退货申请', icon: '' }
-      },
-      {
-        path: 'new_engin',
-        name: 'new_apply',
-        component: () => import('@/views/supply/apply/new_engin'),
-        meta: { title: '工程退货申请', icon: '' }
-      }
-    ]
-  }
+  // {
+  //   path: '/return_goods',
+  //   component: Layout,
+  //   children: [
+  //     {
+  //       path: 'new_apply',
+  //       name: 'new_apply',
+  //       component: () => import('@/views/supply/apply/new_apply'),
+  //       meta: { title: '零售退货申请', icon: '' }
+  //     },
+  //     {
+  //       path: 'new_engin',
+  //       name: 'new_apply',
+  //       component: () => import('@/views/supply/apply/new_engin'),
+  //       meta: { title: '工程退货申请', icon: '' }
+  //     }
+  //   ]
+  // }
 
   // {
   //   path: '/goods',