Showing
6 changed files
with
6 additions
and
6 deletions
| ... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 | "navigationBarTitleText": "注册" |
| 12 | 12 | } |
| 13 | 13 | }, { |
| 14 | - "path": "pages/index", | |
| 14 | + "path": "pages/index/index", | |
| 15 | 15 | "style": { |
| 16 | 16 | "navigationBarTitleText": "首页", |
| 17 | 17 | "navigationStyle": "custom" |
| ... | ... | @@ -209,7 +209,7 @@ |
| 209 | 209 | "selectedColor": "#3D48A3", |
| 210 | 210 | "borderStyle": "white", |
| 211 | 211 | "list": [{ |
| 212 | - "pagePath": "pages/index", | |
| 212 | + "pagePath": "pages/index/index", | |
| 213 | 213 | "iconPath": "static/images/tabbar/home.png", |
| 214 | 214 | "selectedIconPath": "static/images/tabbar/home_act.png", |
| 215 | 215 | "text": "首页" | ... | ... |
pages/index/index.vue
renamed from
pages/index.vue