Commit 15d5c6921203f8a1257ec64ced86b30f1b65a813
1 parent
aad2a308
add pages
Showing
1 changed file
with
4 additions
and
7 deletions
pages.json
| @@ -14,15 +14,15 @@ | @@ -14,15 +14,15 @@ | ||
| 14 | "pages": [ | 14 | "pages": [ |
| 15 | // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages | 15 | // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
| 16 | { | 16 | { |
| 17 | - "path": "pages/parkRecordList/parkRecordList", | 17 | + "path": "pages/index/index", |
| 18 | "style": { | 18 | "style": { |
| 19 | - "navigationBarTitleText": "停车记录" | 19 | + "navigationBarTitleText": "商户管理" |
| 20 | } | 20 | } |
| 21 | }, | 21 | }, |
| 22 | { | 22 | { |
| 23 | - "path": "pages/index/index", | 23 | + "path": "pages/parkRecordList/parkRecordList", |
| 24 | "style": { | 24 | "style": { |
| 25 | - "navigationBarTitleText": "商户管理" | 25 | + "navigationBarTitleText": "停车记录" |
| 26 | } | 26 | } |
| 27 | }, | 27 | }, |
| 28 | 28 | ||
| @@ -34,9 +34,6 @@ | @@ -34,9 +34,6 @@ | ||
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | }, | 36 | }, |
| 37 | - | ||
| 38 | - | ||
| 39 | - | ||
| 40 | { | 37 | { |
| 41 | "path": "pages/businessCard/cardPrint", | 38 | "path": "pages/businessCard/cardPrint", |
| 42 | "style": { | 39 | "style": { |