Преглед на файлове

chore(release): publish 版本9

lanjianrong преди 4 години
родител
ревизия
621762a577
променени са 1 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 6 6
      config/routes.js

+ 6 - 6
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'
+      // }
     ]
   },
   {