加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 2.22 KB
一键复制 编辑 原始数据 按行查看 历史
二师兄_师傅都结婚了 提交于 2023-10-19 11:13 . no message
{
"pages": [
"pages/index/index",
"pages/index-back/index-back",
"pages/orders/orders",
"pages/personal/personal",
"pages/logs/logs",
"pages/location/location",
"pages/hotels/hotels",
"pages/search/search",
"pages/rooms/rooms",
"pages/comments/comments",
"pages/booking/booking",
"pages/payment/payment",
"pages/calendar/calendar",
"pages/filter/filter",
"pages/map/map",
"pages/hotel-detail/hotel-detail",
"pages/refund/refund",
"pages/order-detail/order-detail",
"pages/coupons/coupons",
"pages/invoice/invoice",
"pages/invoice-list/invoice-list",
"pages/money/money",
"pages/home/home",
"pages/travels/travels",
"pages/spots/spots",
"pages/privacy-policy/privacy-policy",
"pages/apply-cowork/apply-cowork",
"pages/share-income/share-income",
"pages/merchant/merchant",
"pages/rp-cal/rp-cal",
"pages/voucher/voucher"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "盛吾游酒店预订",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"tabBar": {
"color": "#cdcdcd",
"selectedColor": "#07c160",
"list": [
{
"pagePath": "pages/index/index",
"text": "酒店",
"iconPath": "/static/images/tabs/home.png",
"selectedIconPath": "/static/images/tabs/home-selected.png"
},
{
"pagePath": "pages/orders/orders",
"text": "订单",
"iconPath": "/static/images/tabs/order.png",
"selectedIconPath": "/static/images/tabs/order-selected.png"
},
{
"pagePath": "pages/merchant/merchant",
"text": "商务",
"iconPath": "/static/images/tabs/cp.png",
"selectedIconPath": "/static/images/tabs/cp-selected.png"
},
{
"pagePath": "pages/personal/personal",
"text": "我的",
"iconPath": "/static/images/tabs/bussiness-man.png",
"selectedIconPath": "/static/images/tabs/bussiness-man-selected.png"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化