1 Star 1 Fork 0

王青玄/随心游旅游手机端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 9.84 KB
一键复制 编辑 原始数据 按行查看 历史
王青玄 提交于 2023-08-31 16:12 . 消息模块展示
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
}, {
"path": "pages/msg/msg",
"style": {
"navigationBarTitleText": "消息通知",
"enablePullDownRefresh": true
}
}, {
"path": "pages/me/me",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
}
// {
// "path": "pages/login/login",
// "style": {
// "backgroundColor": "#ffffff",
// "navigationBarTitleText": "",
// "enablePullDownRefresh": false
// }
// },
// {
// "path": "pages/login/loginpwd",
// "style": {
// "navigationBarTitleText": "",
// "enablePullDownRefresh": false
// }
// },
// {
// "path": "pages/hotel/hotel",
// "style": {
// "navigationBarTitleText": "",
// "enablePullDownRefresh": true
// }
// },
// {
// "path": "pages/hotel/detail/detail",
// "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"
// }
// }
],
// 分包策略
"subPackages": [{
"root": "sub_hotel",
"pages": [{
"path": "hotel/hotel",
"style": {
"navigationBarTitleText": "酒店",
"enablePullDownRefresh": true
}
}, {
"path": "detail/detail",
"style": {
"navigationBarTitleText": "酒店详情",
"enablePullDownRefresh": false
}
} ,{
"path" : "hotelmap/hotelmap",
"style" :
{
"navigationBarTitleText": "酒店位置",
"enablePullDownRefresh": false
}
}
]
},
{
"root": "sub_login",
"pages": [{
"path": "login/login",
"style": {
"backgroundColor": "#ffffff",
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "login/loginpwd",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
]
},
{
"root": "sub_me",
"pages": [{
"path": "me/myBackImg",
"style": {
"app-plus": {
"titleNView": false
}
}
}, {
"path": "me/myFace",
"style": {
"app-plus": {
"titleNView": false
}
}
}, {
"path": "me/myInfo",
"style": {
"navigationBarTitleText": "修改个人资料",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#ff5722"
}
}, {
"path": "me/modifyNickname",
"style": {
"navigationBarTitleText": "修改昵称",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#ff5722",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "保存",
"color": "#ff5722",
"width": "60px",
"fontSize": "15px",
"fontWeight": "bold"
}]
}
}
}
}, {
"path": "me/modifyDesc",
"style": {
"navigationBarTitleText": "修改简介",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#ff5722",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "保存",
"color": "#ff5722",
"width": "60px",
"fontSize": "15px",
"fontWeight": "bold"
}]
}
}
}
}, {
"path": "me/modifySex",
"style": {
"navigationBarTitleText": "修改性别",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#ff5722",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "保存",
"color": "#ff5722",
"width": "60px",
"fontSize": "15px",
"fontWeight": "bold"
}]
}
}
}
}, {
"path": "me/modifyBirthday",
"style": {
"navigationBarTitleText": "修改生日",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#ff5722",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "保存",
"color": "#ff5722",
"width": "60px",
"fontSize": "15px",
"fontWeight": "bold"
}]
}
}
}
}, {
"path": "me/modifyLocation",
"style": {
"navigationBarTitleText": "修改所在地",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#ff5722",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "保存",
"color": "#ff5722",
"width": "60px",
"fontSize": "15px",
"fontWeight": "bold"
}]
}
}
}
}, {
"path": "me/chooseProvince",
"style": {
"navigationBarTitleText": "选择省份",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#ff5722"
}
}, {
"path": "me/chooseCity",
"style": {
"navigationBarTitleText": "选择地区",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#ff5722"
}
}]
}
],
"preloadRule": {
"sub_hotel/hotel/hotel": {
"network": "all",
"packages": ["__APP__"]
},
"sub_hotel/detail/detail": {
"network": "all",
"packages": ["sub_hotel"]
},
"sub_login/login/login": {
"network": "all",
"packages": ["__APP__"]
},
"sub_login/login/loginpwd": {
"network": "all",
"packages": ["sub_login"]
}
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"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": "我的"
}
]
},
"easycom": {
"autoscan": true,
"custom": {
// "^uni-(.*)":"@/components/uni-$1.vue",
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
"^suixin-(.*)": "@/components/suixin-$1/suixin-$1.vue"
}
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhecodefactory/suixin_tour_app.git
git@gitee.com:zhecodefactory/suixin_tour_app.git
zhecodefactory
suixin_tour_app
随心游旅游手机端
master

搜索帮助