| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- {
-
- "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函数里面得到
- }
- ]
- }
- }
|