1 Star 0 Fork 4

pengyang/微商城小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 2.70 KB
一键复制 编辑 原始数据 按行查看 历史
unknown 提交于 2020-06-26 17:40 . 优化
{
"pages": [
"pages/index/index",
"pages/category/index",
"pages/cart/index",
"pages/user/index",
"pages/user/collect",
"pages/user/footprint",
"pages/user/info",
"pages/user/register",
"pages/user/set",
"pages/account/balance",
"pages/account/brokerage",
"pages/account/coupon",
"pages/account/index",
"pages/account/points",
"pages/address/edit",
"pages/address/index",
"pages/coupon/detail",
"pages/coupon/index",
"pages/evaluate/product",
"pages/evaluate/submit",
"pages/feedback/detail",
"pages/feedback/index",
"pages/feedback/new",
"pages/help/aboutUs",
"pages/help/detail",
"pages/help/guide",
"pages/help/level",
"pages/invoice/edit",
"pages/invoice/index",
"pages/invoice/my",
"pages/message/index",
"pages/news/detail",
"pages/news/index",
"pages/order/detail",
"pages/order/my",
"pages/order/product",
"pages/order/submit",
"pages/payment/index",
"pages/payment/result",
"pages/product/detail",
"pages/product/evaluate",
"pages/product/index",
"pages/refund/apply",
"pages/refund/index",
"pages/search/index"
],
"subpackages": [
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#FFF",
"navigationBarTitleText": "微商城",
"navigationBarTextStyle": "black",
"backgroundColorTop": "#FAFAFA",
"backgroundColorBottom": "#FAFAFA"
},
"tabBar": {
"color": "#666",
"selectedColor": "#D81E06",
"backgroundColor": "#FFF",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/images/tabbar/index.png",
"selectedIconPath": "static/images/tabbar/index_active.png"
},
{
"pagePath": "pages/category/index",
"text": "分类",
"iconPath": "static/images/tabbar/cate.png",
"selectedIconPath": "static/images/tabbar/cate_active.png"
},
{
"pagePath": "pages/cart/index",
"text": "购物车",
"iconPath": "static/images/tabbar/cart.png",
"selectedIconPath": "static/images/tabbar/cart_active.png"
},
{
"pagePath": "pages/user/index",
"text": "我的",
"iconPath": "static/images/tabbar/user.png",
"selectedIconPath": "static/images/tabbar/user_active.png"
}
]
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"plugins": {
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于定位效果展示"
}
},
"debug": true,
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pengyangyang/rf-shop.git
git@gitee.com:pengyangyang/rf-shop.git
pengyangyang
rf-shop
微商城小程序
origin

搜索帮助

0d507c66 1850385 C8b1a773 1850385