{ "pages" : [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path" : "pages/startup/startup", "style" : {} }, { "path" : "pages/index/index", "style" : {} }, { "path" : "pages/remind/index/index", "style" : {} }, { "path" : "pages/book/index/index", "style" : {} }, { "path" : "pages/book/manage/index", "style" : {} }, { "path" : "pages/settlement/index/index", "style" : {} }, { "path" : "pages/center/index/index", "style" : {} }, { "path" : "pages/book/detail/index", "style" : {} }, { "path" : "pages/book/remind/index", "style" : {} }, { "path" : "pages/book/history/index", "style" : {} }, { "path" : "pages/book/wedding/index", "style" : {} }, { "path" : "pages/remind/detail/index", "style" : {} }, { "path" : "pages/remind/history/index", "style" : {} }, { "path" : "pages/remind/consultation/index", "style" : {} }, { "path" : "pages/remind/manage/index", "style" : {} }, { "path" : "pages/settlement/detail/index", "style" : {} }, { "path" : "pages/settlement/history/index", "style" : {} }, { "path" : "pages/settlement/collection/index", "style" : {} }, { "path" : "pages/settlement/cancel/index", "style" : {} }, { "path" : "pages/settlement/settlement/index", "style" : {} }, { "path" : "pages/center/setting/index", "style" : {} }, { "path" : "pages/center/setting/changetel", "style" : {} }, { "path" : "pages/center/setting/modifypass", "style" : {} }, { "path" : "pages/center/setting/forgetpass", "style" : {} }, { "path" : "pages/login/newlogin", "style" : {} }, { "path" : "pages/login/oldlogin", "style" : {} }, { "path" : "pages/search/index", "style" : {} }, { "path" : "pages/center/about/index", "style" : {} }, { "path" : "pages/center/about/dynamic", "style" : {} }, { "path" : "pages/center/about/agreement", "style" : {} }, { "path" : "pages/book/share/index", "style" : {} }, { "path" : "pages/center/report/report", "style" : {} }, { "path" : "pages/settlement/supplement/index", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false } }, { "path" : "App", "style" : {} } ], "tabBar" : { "selectedColor" : "#4A8CF5", "position" : "top", "color" : "#646D7E", "list" : [ { "pagePath" : "pages/remind/index/index", "text" : "提醒" }, { "pagePath" : "pages/book/index/index", "text" : "预订" }, { "pagePath" : "pages/settlement/index/index", "text" : "结算" }, { "pagePath" : "pages/center/index/index", "text" : "我的" } ] }, "globalStyle" : { "navigationStyle" : "custom", "app-plus" : { "softinputMode" : "adjustResize" } }, // "app-plus":{“softinputMode”: “adjustResize”} "condition" : { //模式配置,仅开发期间生效 "current" : 0, //当前激活的模式(list 的索引项) "list" : [ { "name" : "", //模式名称 "path" : "", //启动页面,必选 "query" : "" //启动参数,在页面的onLoad函数里面得到 } ] } }