瀏覽代碼

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",
+//},
 ];