| 1234567891011121314151617181920 |
- commit 7d9bfe6fda275f7ee6a44016913a77f5a82f13c7
- Author: siyana <2836115187@qq.com>
- Date: Thu May 29 21:46:02 2025 +0800
- ee
- diff --git a/src/app/tab1/tab1-routing.module.ts b/src/app/tab1/tab1-routing.module.ts
- index 8c1cf5b..736a0b4 100644
- --- a/src/app/tab1/tab1-routing.module.ts
- +++ b/src/app/tab1/tab1-routing.module.ts
- @@ -5,7 +5,8 @@ import { Tab1Page } from './tab1.page';
- const routes: Routes = [
- {
- path: '',
- - component: Tab1Page,
- + component: Tab1Page,
- +
- }
- ];
-
|