lanjianrong 4 yıl önce
ebeveyn
işleme
3fa61efd88
1 değiştirilmiş dosya ile 11 ekleme ve 11 silme
  1. 11 11
      config/routes.js

+ 11 - 11
config/routes.js

@@ -70,13 +70,13 @@ export default [
         component: './Customer/Business',
         access: 'authRouteFilter',
         validatePerm: true
-      },
-      {
-        path: '/customer/test',
-        name: 'test',
-        icon: 'icon-usd-circle',
-        component: './Customer/Test'
       }
+      // {
+      //   path: '/customer/test',
+      //   name: 'test',
+      //   icon: 'icon-usd-circle',
+      //   component: './Customer/Test'
+      // }
     ]
   },
   {
@@ -210,12 +210,12 @@ export default [
             component: './Statistic/Product/InvoiceTrends',
             access: 'authRouteFilter',
             validatePerm: true
-          },
-          {
-            path: 'customer-additions',
-            name: 'customer-additions',
-            component: './Statistic/Product/CustomerAdditions'
           }
+          // {
+          //   path: 'customer-additions',
+          //   name: 'customer-additions',
+          //   component: './Statistic/Product/CustomerAdditions'
+          // }
         ]
       }
     ]