89 lines
2.3 KiB
JSON
89 lines
2.3 KiB
JSON
{
|
|
"usingComponents": {
|
|
"empty": "/component/empty/empty"
|
|
},
|
|
"pages": [
|
|
"pages/home/home",
|
|
"pages/my/login",
|
|
"pages/vedio/index",
|
|
"pages/vedio/detail",
|
|
"pages/article/publish3",
|
|
"pages/achieve/detail",
|
|
"pages/my/achievement",
|
|
"pages/buy/cart",
|
|
"pages/my/orderList",
|
|
"pages/buy/index",
|
|
"pages/my/addressList",
|
|
"pages/my/addressAdd",
|
|
"pages/my/publishList",
|
|
"pages/my/publish",
|
|
"pages/article/publish",
|
|
"pages/article/publish2",
|
|
"pages/article/publish1",
|
|
"pages/shopList/shopDetail",
|
|
"pages/shopList/businessDetail",
|
|
"pages/shopList/index",
|
|
"pages/my/index",
|
|
"pages/article/detail",
|
|
"pages/index/index",
|
|
"pages/shopList/success",
|
|
"pages/near/index",
|
|
"pages/logs/logs",
|
|
"component/upload/upload",
|
|
"pages/add/add",
|
|
"pages/category/category"
|
|
],
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
|
}
|
|
},
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json",
|
|
"requiredPrivateInfos": [
|
|
"chooseLocation",
|
|
"getLocation",
|
|
"choosePoi"
|
|
],
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#000000",
|
|
"list": [
|
|
{
|
|
"iconPath": "./images/bar/icon_home.png",
|
|
"selectedIconPath": "./images/bar/icon_home_cur.png",
|
|
"pagePath": "pages/home/home",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"iconPath": "./images/bar/icon_near.png",
|
|
"selectedIconPath": "./images/bar/icon_near_cur.png",
|
|
"pagePath": "pages/near/index",
|
|
"text": "商家福利"
|
|
},
|
|
{
|
|
"iconPath": "./images/bar/icon_add.png",
|
|
"selectedIconPath": "./images/bar/add_cur.png",
|
|
"pagePath": "pages/add/add"
|
|
},
|
|
{
|
|
"iconPath": "./images/bar/icon_list.png",
|
|
"selectedIconPath": "./images/bar/icon_list_cur.png",
|
|
"pagePath": "pages/shopList/index",
|
|
"text": "社贡商城"
|
|
},
|
|
{
|
|
"iconPath": "./images/bar/icon_center.png",
|
|
"selectedIconPath": "./images/bar/icon_center_cur.png",
|
|
"pagePath": "pages/my/index",
|
|
"text": "个人中心"
|
|
}
|
|
]
|
|
}
|
|
} |