公寓小程序端前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

78 lines
1.6 KiB

{
"pages": [
"pages/index/index",
"pages/message/message",
"pages/life/life",
"pages/serve/serve",
"pages/mine/mine",
"pages/register/register"
],
"subPackages": [
{
"root": "subpages/OCRCard",
"name": "OCRCard",
"pages": [
"pages/index/index"
]
},
{
"root":"subpages/mine",
"name":"mine",
"pages":[
"editUser/editUser"
]
}
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "Weixin",
"navigationBarBackgroundColor": "#ffffff"
},
"tabBar": {
"custom": true,
"color": "#333333",
"selectedColor": "#08b3b3",
"backgroundColor": "#ffffff",
"list": [
{
"text":"首页",
"pagePath": "pages/index/index",
"iconPath": "images/icon/home.png"
},
{
"text":"消息",
"pagePath": "pages/message/message",
"iconPath": "images/icon/home.png"
},{
"text":"服务",
"pagePath": "pages/serve/serve",
"iconPath": "images/icon/home.png"
},
{
"text":"生活圈",
"pagePath": "pages/life/life",
"iconPath": "images/icon/home.png"
},
{
"text":"我的",
"pagePath": "pages/mine/mine",
"iconPath": "images/icon/home.png"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "将获取您的位置信息"
}
},
"requiredPrivateInfos": [
"getLocation",
"chooseLocation"
],
"plugins": {
"ocr-plugin": {
"version": "3.1.3",
"provider": "wx4418e3e031e551be"
}
}
}