| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "预定"
- }
- }
- ,{
- "path" : "pages/wallet/wallet",
- "style" :
- {
- "navigationBarTitleText": "钱包",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
-
- }
- ,{
- "path" : "pages/mine/mine",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle":"custom"
- }
-
- }
- ,{
- "path" : "pages/roomService/roomService",
- "style" :
- {
- "navigationBarTitleText": "客房服务",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
-
- },
- {
- "path": "components/city/linzq-citySelect/linzq-citySelect",
- "style": {
- "navigationBarTitleText": "选择城市"
- }
- },
- {
- "path": "components/calendar/Calendar",
- "style": {
- "navigationBarTitleText": "选择日期"
- }
- }
- ,{
- "path" : "components/searchPage/searchPage",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/hotelDetail/hotelDetail",
- "style" :
- {
- "navigationBarTitleText": "酒店详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/hotelBooking/hotelBooking",
- "style" :
- {
- "navigationBarTitleText": "酒店预定",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/contacts/contacts",
- "style" :
- {
- "navigationBarTitleText": "联系人",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/addContacts/addContacts",
- "style" :
- {
- "navigationBarTitleText": "添加联系人",
- "enablePullDownRefresh": false,
- "backgroundColor": "#846FFE"
- }
-
- }
- ,{
- "path" : "components/coupon/coupon",
- "style" :
- {
- "navigationBarTitleText": "可用优惠券",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/bill/bill",
- "style" :
- {
- "navigationBarTitleText": "我的发票",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/bill/addBill",
- "style" :
- {
- "navigationBarTitleText": "添加发票",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/hotelAppraise/hotelAppraise",
- "style" :
- {
- "navigationBarTitleText": "酒店评价",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/hotelImage/hotelImage",
- "style" :
- {
- "navigationBarTitleText": "酒店照片",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/tabCoupon/tabCoupon",
- "style" :
- {
- "navigationBarTitleText": "券包",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/historyCoupon/historyCoupon",
- "style" :
- {
- "navigationBarTitleText": "历史券包",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/searchHotel/searchHotel",
- "style" :
- {
- "navigationBarTitleText": "搜索选择酒店",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/hotelCard/hotelCard",
- "style" :
- {
- "navigationBarTitleText": "办卡",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/memberCard/memberCard",
- "style" :
- {
- "navigationBarTitleText": "会员卡",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/order/BookingOrder/BookingOrder",
- "style" :
- {
- "navigationBarTitleText": "我的订单",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/order/inOrder/inOrder",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/order/posOrder/posOrder",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/order/foodOrder/foodOrder",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/order/serviceOrder/serviceOrder",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/order/settingsOrder/settingsOrder",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/collectHotel/collectHotel",
- "style" :
- {
- "navigationBarTitleText": "我的收藏",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/aboutUs/aboutUs",
- "style" :
- {
- "navigationBarTitleText": "关于我们",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/editUserInfo/editUserInfo",
- "style" :
- {
- "navigationBarTitleText": "编辑",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/editUserInfo/editUserName/editUserName",
- "style" :
- {
- "navigationBarTitleText": "编辑",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/editUserInfo/editUserPhone/editUserPhone",
- "style" :
- {
- "navigationBarTitleText": "绑定手机号",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/editUserInfo/nameAuthentication/nameAuthentication",
- "style" :
- {
- "navigationBarTitleText": "编辑",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/editUserInfo/editPayPassWord/editPayPassWord",
- "style" :
- {
- "navigationBarTitleText": "设置支付密码",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {},
- "easycom": {
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
- },
- "tabBar": {
- "backgroundColor": "#fff",
- "borderStyle": "white",
- "selectedColor": "#846FFE",
- "fontSize": "12px",
- "list": [{
- "iconPath": "static/tabbarIcon/yuding.png",
- "selectedIconPath": "static/tabbarIcon/yuding.png",
- "pagePath": "pages/index/index",
- "text": "预定"
- },
- {
- "iconPath": "static/tabbarIcon/shouyeweixuanzhong.png",
- "selectedIconPath": "static/tabbarIcon/shouyeweixuanzhong.png",
- "pagePath": "pages/wallet/wallet",
- "text": "钱包"
- },
- {
- "iconPath": "static/tabbarIcon/shoucang.png",
- "selectedIconPath": "static/tabbarIcon/shoucang.png",
- "pagePath": "pages/roomService/roomService",
- "text": "客房服务"
- },
- {
- "iconPath": "static/tabbarIcon/wode.png",
- "selectedIconPath": "static/tabbarIcon/wode.png",
- "pagePath": "pages/mine/mine",
- "text": "我的"
- }
- ]
- }
- }
|