瀏覽代碼

feat: 打包发布

lanjianrong 4 年之前
父節點
當前提交
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'
+      // }
     ]
   }
 ]