{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages // { // "path": "pages/index/index", // "style": { // "navigationBarTitleText": "uni-app" // } // }, // { // "path": "pages/login/login", // "style": { // "navigationBarTitleText": "uni-app" // } // }, { "path" : "pages/home/home", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/orderList/orderList", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/my/my", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/myReservation/myReservation", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/myCar/myCar", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/shopDetail/shopDetail", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/orderDetail/orderDetail", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/my/myInfo", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/myCar/carDetail", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/my/myEquity", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/my/register", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/myReservation/addReservation", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/my/message", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/my/evaluate", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/my/cardRoll", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/myReservation/reservationSuccess", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/orderDetail/evaluate", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/guideList/guideList", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/guideList/guideDetail", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/login/bindPhoe", "style" : { "navigationBarTitleText" : "" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "navigationStyle": "custom" }, "uniIdRouter": {} }