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.
92 lines
2.2 KiB
92 lines
2.2 KiB
{
|
|
"pages": [
|
|
"pages/home/home",
|
|
"pages/login/login",
|
|
"pages/news/news",
|
|
"pages/map/map",
|
|
"pages/personal/personal",
|
|
"pages/market/market"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "pagesA",
|
|
"pages": [
|
|
"pages/wzai/wzai"
|
|
]
|
|
},
|
|
{
|
|
"root": "pagesB",
|
|
"pages": [
|
|
"pages/apple/apple"
|
|
],
|
|
"independent": true
|
|
}
|
|
],
|
|
"window": {
|
|
"backgroundColor": "#86D8D0",
|
|
"navigationBarBackgroundColor": "#86D8D0",
|
|
"navigationBarTextStyle": "white"
|
|
},
|
|
"tabBar": {
|
|
"color": "#2E2E2E",
|
|
"selectedColor": "#50C1BA",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"text": "首页",
|
|
"iconPath": "pages/images/home.png",
|
|
"selectedIconPath": "pages/images/home1.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/news/news",
|
|
"text": "消息",
|
|
"iconPath": "pages/images/xx.png",
|
|
"selectedIconPath": "pages/images/xx1.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/market/market",
|
|
"text": "市场",
|
|
"iconPath": "pages/images/sc.png",
|
|
"selectedIconPath": "pages/images/sc1.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/map/map",
|
|
"text": "导航",
|
|
"iconPath": "pages/images/dh.png",
|
|
"selectedIconPath": "pages/images/dh1.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/personal/personal",
|
|
"text": "我的",
|
|
"iconPath": "pages/images/wd.png",
|
|
"selectedIconPath": "pages/images/wd1.png"
|
|
}
|
|
]
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getLocation",
|
|
"chooseAddress",
|
|
"chooseLocation",
|
|
"startLocationUpdateBackground"
|
|
],
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
|
}
|
|
},
|
|
"renderer": "webview",
|
|
"rendererOptions": {
|
|
"skyline": {
|
|
"defaultDisplayBlock": true,
|
|
"defaultContentBox": true,
|
|
"tagNameStyleIsolation": "legacy",
|
|
"disableABTest": true,
|
|
"sdkVersionBegin": "3.0.0",
|
|
"sdkVersionEnd": "15.255.255"
|
|
}
|
|
},
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
}
|