代码拉取完成,页面将自动刷新
同步操作将从 飞哥/xq_travel_cloud 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
}
,{
"path" : "pages/loginauto/loginauto",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
, {
"path": "pages/msg/msg",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
}, {
"path": "pages/me/me",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/me/myBackImg",
"style": {
"app-plus": {
"titleNView": false
}
}
}, {
"path": "pages/me/myFace",
"style": {
"app-plus": {
"titleNView": false
}
}
}, {
"path": "pages/me/myInfo",
"style": {
"navigationBarTitleText": "修改个人资料",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#ff5722"
}
}, {
"path": "pages/me/modifyNickname",
"style": {
"navigationBarTitleText": "修改昵称",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#ff5722",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "保存",
"color": "#ff5722",
"width": "60px",
"fontSize": "15px",
"fontWeight": "bold"
}]
}
}
}
}, {
"path": "pages/me/modifyDesc",
"style": {
"navigationBarTitleText": "修改简介",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#ff5722",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "保存",
"color": "#ff5722",
"width": "60px",
"fontSize": "15px",
"fontWeight": "bold"
}]
}
}
}
}, {
"path": "pages/me/modifySex",
"style": {
"navigationBarTitleText": "修改性别",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#ff5722",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "保存",
"color": "#ff5722",
"width": "60px",
"fontSize": "15px",
"fontWeight": "bold"
}]
}
}
}
}, {
"path": "pages/me/modifyBirthday",
"style": {
"navigationBarTitleText": "修改生日",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#ff5722",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "保存",
"color": "#ff5722",
"width": "60px",
"fontSize": "15px",
"fontWeight": "bold"
}]
}
}
}
}, {
"path": "pages/me/modifyLocation",
"style": {
"navigationBarTitleText": "修改所在地",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#ff5722",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "保存",
"color": "#ff5722",
"width": "60px",
"fontSize": "15px",
"fontWeight": "bold"
}]
}
}
}
}, {
"path": "pages/me/chooseProvince",
"style": {
"navigationBarTitleText": "选择省份",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#ff5722"
}
}, {
"path": "pages/me/chooseCity",
"style": {
"navigationBarTitleText": "选择地区",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#ff5722"
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#EEEEEE",
"enablePullDownRefresh": false
}
}, {
"path": "pages/login/loginpwd",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{
"root": "pagessub",
"pages": [{
"path": "hotel/hotel",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
}, {
"path": "hoteldetail/detail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "hotelmap/hotelmap",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}]
}, {
"root": "pagesorder",
"pages": [{
"path": "order/order",
"style": {
"navigationBarTitleText": "",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#FF5722",
"enablePullDownRefresh": true
}
} ,{
"path" : "myorder/myorder",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "orderresult/orderresult",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
]
}],
"preloadRule": {
"pagessub/hotel/hotel": {
"network": "all",
"packages": ["pagessub"]
},
"pagessub/hoteldetail/detail": {
"network": "all",
"packages": ["pagessub"]
}
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#333333",
"selectedColor": "#000000",
"borderStyle": "white",
"backgroundColor": "#fbfbfb",
"fontSize": "14px",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/navbar/index.png",
"selectedIconPath": "static/navbar/index-select.png",
"text": "首页"
},
{
"pagePath": "pages/msg/msg",
"iconPath": "static/navbar/msg.png",
"selectedIconPath": "static/navbar/msg-select.png",
"text": "消息"
}, {
"pagePath": "pages/me/me",
"iconPath": "static/navbar/me.png",
"selectedIconPath": "static/navbar/me-select.png",
"text": "我的"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。