flowaaa 1 年之前
父節點
當前提交
6d1b999e6f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app-angular/src/app/app.component.ts

+ 1 - 0
app-angular/src/app/app.component.ts

@@ -17,6 +17,7 @@ export class AppComponent {
       this.path = location.pathname;
     })
   }
+  // 
   goTab(path:string){
     this.path = path;
     this.router.navigate([path])