siyana 1 周之前
父節點
當前提交
7d9bfe6fda
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/app/tab1/tab1-routing.module.ts

+ 2 - 1
src/app/tab1/tab1-routing.module.ts

@@ -5,7 +5,8 @@ import { Tab1Page } from './tab1.page';
 const routes: Routes = [
   {
     path: '',
-    component: Tab1Page,
+    component: Tab1Page, 
+    
   }
 ];