123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "源享住平台登录",
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- },
- {
- "path": "pages/home/home",
- "style": {
- "navigationBarTitleText": "源享住",
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- },
- {
- "path": "pages/order/order",
- "style": {
- "navigationBarTitleText": "我的订单",
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- },
- {
- "path": "pages/my/my",
- "style": {
- "navigationBarTitleText": "个人中心",
- "mp-weixin": {
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#7096F6"
- }
- }
- },
- {
- "path": "mp_ecard_sdk/index/index",
- "style": {
- "navigationBarTitleText": "腾讯云E证通授权",
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- }
- ],
- "globalStyle": {
- // "navigationBarTextStyle": "black",
- // // "navigationBarTitleText": "柏源平台",
- // "navigationBarBackgroundColor": "#F8F8F8",
- // "backgroundColor": "#F8F8F8",
- // "app-plus": {
- // "background": "#efeff4"
- // }
- },
- "tabBar": {
- "selectedColor": "#6789F0",
- "list": [{
- "pagePath": "pages/home/home",
- "text": "首页",
- "iconPath": "static/home.png",
- "selectedIconPath": "static/home_selected.png"
- },
- {
- "pagePath": "pages/order/order",
- "text": "订单",
- "iconPath": "static/order.png",
- "selectedIconPath": "static/order_selected.png"
- },
- {
- "pagePath": "pages/my/my",
- "text": "我的",
- "iconPath": "static/my.png",
- "selectedIconPath": "static/my_selected.png"
- }
- ]
- },
- "subPackages": [{
- "root": "subpkg",
- "pages": [{
- "path": "myAccount/myAccount",
- "style": {
- "navigationBarTitleText": "我的账户",
- "enablePullDownRefresh": false,
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- },
- {
- "path": "checkout/checkout",
- "style": {
- "navigationBarTitleText": "退房办理",
- "enablePullDownRefresh": false,
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- },
- {
- "path": "extend/extend",
- "style": {
- "navigationBarTitleText": "续住办理",
- "enablePullDownRefresh": false,
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- },
- {
- "path": "changeRoom/changeRoom",
- "style": {
- "navigationBarTitleText": "换房办理",
- "enablePullDownRefresh": false,
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- },
- {
- "path": "emergencyKey/emergencyKey",
- "style": {
- "navigationBarTitleText": "手机开门",
- "enablePullDownRefresh": false,
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- },
- {
- "path": "changeHotel/changeHotel",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- },
- {
- "path": "updateNameAndIdNumber/updateNameAndIdNumber",
- "style": {
- "navigationBarTitleText": "修改个人信息",
- "enablePullDownRefresh": false,
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- },
- {
- "path": "elevatorControl/elevatorControl",
- "style": {
- "navigationBarTitleText": "梯控二维码",
- "enablePullDownRefresh": false,
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- }
- ]
- },
- {
- "root": "subpkg_checkin",
- "pages": [{
- "path": "checkin/checkin",
- "style": {
- "navigationBarTitleText": "入住办理",
- "enablePullDownRefresh": false,
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- },
- {
- "path": "selectRoomType/selectRoomType",
- "style": {
- "navigationBarTitleText": "房源类型",
- "enablePullDownRefresh": false,
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- },
- {
- "path": "selectRoom/selectRoom",
- "style": {
- "navigationBarTitleText": "选择房间",
- "enablePullDownRefresh": false,
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- },
- {
- "path": "addGuest/addGuest",
- "style": {
- "navigationBarTitleText": "添加顾客",
- "enablePullDownRefresh": false,
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- },
- {
- "path": "setCheckinDate/setCheckinDate",
- "style": {
- "navigationBarTitleText": "设置时间",
- "enablePullDownRefresh": false,
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- },
- {
- "path": "dynamicFaceCheck/dynamicFaceCheck",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- },
- {
- "path": "selectCheckinType/selectCheckinType",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- },
- {
- "path": "hasReservation/hasReservation",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- },
- {
- "path": "submitOrder/submitOrder",
- "style": {
- "navigationBarTitleText": "提交订单",
- "enablePullDownRefresh": false,
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- },
- {
- "path": "queryOrder/queryOrder",
- "style": {
- "navigationBarTitleText": "查询订单",
- "enablePullDownRefresh": false,
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- },
- {
- "path": "orderDetail/orderDetail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": false,
- "mp-weixin": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8"
- }
- }
- }
- ]
- }
- ]
- }
|