Browse Source

feat:routes

202226701008 3 months ago
parent
commit
bd75fbc66c
1 changed files with 7 additions and 1 deletions
  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",
+//},
 ];