1 Star 0 Fork 5

CodeBeeee/xq_travel_cloud

forked from 飞哥/xq_travel_cloud 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 6.14 KB
一键复制 编辑 原始数据 按行查看 历史
飞哥 提交于 2022-04-08 02:29 . 完成消息
{
"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": "我的"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codebeeee/xq_travel_cloud.git
git@gitee.com:codebeeee/xq_travel_cloud.git
codebeeee
xq_travel_cloud
xq_travel_cloud
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385