lanjianrong 4 лет назад
Родитель
Сommit
add9293244
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      config/routes.ts

+ 6 - 6
config/routes.ts

@@ -56,13 +56,13 @@
         name: 'attendance',
         component: './business/Attendance',
         access: 'authRouteFilter'
-      },
-      {
-        path: '/business/contact',
-        name: 'contact',
-        component: './business/Contact',
-        access: 'authRouteFilter'
       }
+      // {
+      //   path: '/business/contact',
+      //   name: 'contact',
+      //   component: './business/Contact',
+      //   access: 'authRouteFilter'
+      // }
     ]
   }
 ]