소스 검색

feat:routes

202226701008 3 달 전
부모
커밋
bd75fbc66c
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      AIart-app/src/app/app.routes.ts

+ 7 - 1
AIart-app/src/app/app.routes.ts

@@ -22,5 +22,11 @@ export const routes: Routes = [
     pathMatch: 'full'
   },
   
-
+ 
+// 向量:面部特征向量
+//{
+  //path: "face/feat68",
+  //loadComponent: () => import('../app/modules/face/page-feat68/page-feat68.component').then(m => m.PageFeat68Component),
+ // runGuardsAndResolvers: "always",
+//},
 ];