1 Star 0 Fork 1

林贵豪/miniprogram-restaurant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
Suisui 提交于 2019-08-02 00:37 +08:00 . Initial Commit
{
"pages": [
"pages/login/login",
"pages/index/index",
"pages/menu/menu",
"pages/logs/logs",
"pages/order/order",
"pages/mine/mine",
"pages/comment/comment",
"pages/coupon/coupon",
"pages/dishesDetail/dishesDetail",
"pages/orderDetail/orderDetail",
"pages/orderConfirm/orderConfirm"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#000000",
"navigationBarTitleText": "SCAU烧烤夜场",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"enable-flex": true
},
"tabBar": {
"color": "#dfdfdf",
"selectedColor": "#d81106",
"borderStyle": "white",
"background": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"selectedIconPath": "image/index_active.png",
"iconPath": "image/index.png"
},
{
"pagePath": "pages/menu/menu",
"text": "点餐",
"selectedIconPath": "image/order_active.png",
"iconPath": "image/order.png"
},
{
"pagePath": "pages/mine/mine",
"text": "我的",
"selectedIconPath": "/image/mine_active.png",
"iconPath": "image/mine.png"
}
]
},
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/guihao_scau/miniprogram-restaurant.git
git@gitee.com:guihao_scau/miniprogram-restaurant.git
guihao_scau
miniprogram-restaurant
miniprogram-restaurant
master

搜索帮助