1 Star 0 Fork 0

hesunfly/weapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 2.36 KB
一键复制 编辑 原始数据 按行查看 历史
ihege 提交于 2018-09-04 15:55 . profuct
{
"pages": [
"app/pages/index/index",
"app/pages/goods/list",
"app/pages/cart/cart",
"app/pages/index/list",
"app/pages/goods/detail",
"app/pages/goods/goodsList",
"app/pages/index/search",
"app/pages/shop/shop",
"app/pages/shop/index",
"app/pages/mine/mine",
"app/pages/address/index",
"app/pages/address/address_edit",
"app/pages/coupon/index",
"app/pages/product/index",
"app/pages/order_list/index",
"app/pages/order_list/order_success",
"app/pages/order_list/order_details",
"app/pages/to-pay-order/pay_order",
"app/pages/to_login/to_login"
],
"window": {
"navigationBarBackgroundColor": "#04bfbf",
"navigationBarTextStyle": "black",
"backgroundColor": "#ffffff",
"backgroundTextStyle": "dark",
"navigationBarTitleText": "贺阳飞"
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"tabBar": {
"color": "#2c2c2c",
"selectedColor": "#04bfbf",
"borderStyle": "white",
"backgroundColor": "#fcfcfc",
"list": [
{
"pagePath": "app/pages/index/index",
"iconPath": "/app/resource/imgs/tabBar/index_1.png",
"selectedIconPath": "/app/resource/imgs/tabBar/index_2.png",
"text": "首页"
},
{
"pagePath": "app/pages/cart/cart",
"text": "购物车",
"iconPath": "/app/resource/imgs/tabBar/cart_1.png",
"selectedIconPath": "/app/resource/imgs/tabBar/cart_2.png"
},
{
"pagePath": "app/pages/product/index",
"text": "优选好物",
"iconPath": "/app/resource/imgs/tabBar/good_1.png",
"selectedIconPath": "/app/resource/imgs/tabBar/good_2.png"
},
{
"pagePath": "app/pages/mine/mine",
"iconPath": "/app/resource/imgs/tabBar/mine_1.png",
"selectedIconPath": "/app/resource/imgs/tabBar/mine_2.png",
"text": "我的"
}
]
},
"debug": true
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hesunfly/weapp.git
git@gitee.com:hesunfly/weapp.git
hesunfly
weapp
weapp
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385