|
@@ -1,24 +1,24 @@
|
|
|
{
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
|
- {
|
|
|
- "path": "pages/report/complete",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "完工报告",
|
|
|
- "enablePullDownRefresh": true
|
|
|
- }
|
|
|
- },
|
|
|
{
|
|
|
- "path": "pages/report/working",
|
|
|
+ "path": "pages/index/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "施工报告",
|
|
|
+ "navigationStyle": "custom",
|
|
|
"enablePullDownRefresh": true
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/index/index",
|
|
|
+ "path": "pages/report/complete",
|
|
|
"style": {
|
|
|
- "navigationStyle": "custom",
|
|
|
+ "navigationBarTitleText": "完工报告",
|
|
|
+ "enablePullDownRefresh": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/report/working",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "施工报告",
|
|
|
"enablePullDownRefresh": true
|
|
|
}
|
|
|
},
|