lanjianrong 3 vuotta sitten
vanhempi
commit
2c8973cc4b
1 muutettua tiedostoa jossa 6 lisäystä ja 6 poistoa
  1. 6 6
      config/routes.ts

+ 6 - 6
config/routes.ts

@@ -80,13 +80,13 @@
         name: 'contact',
         component: './business/Contact',
         access: 'authRouteFilter'
-      },
-      {
-        path: '/business/notice',
-        name: 'notice',
-        component: './business/Notification',
-        access: 'authRouteFilter'
       }
+      // {
+      //   path: '/business/notice',
+      //   name: 'notice',
+      //   component: './business/Notification',
+      //   access: 'authRouteFilter'
+      // }
     ]
   }
 ]