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.
 
 
 
 

62 lines
1.6 KiB

{
"pages": [
"pages/index/index",
"pages/exampleDetails/exampleDetails",
"pages/product/product",
"pages/example/example",
"pages/attention/attention",
"pages/companyIntro/companyIntro",
"pages/exampleClassify/exampleClassify",
"pages/webview/webview",
"pages/companydataList/companydataList",
"pages/companyDetails/companyDetails",
"pages/exampleList/exampleList"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#222222",
"selectedColor": "#004DA2",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "/static/images/n1.png",
"selectedIconPath": "/static/images/an1.png",
"text": "首页"
},
{
"pagePath": "pages/product/product",
"iconPath": "/static/images/n2.png",
"selectedIconPath": "/static/images/an2.png",
"text": "产品"
},
{
"pagePath": "pages/example/example",
"iconPath": "/static/images/n3.png",
"selectedIconPath": "/static/images/an3.png",
"text": "案例"
},
{
"pagePath": "pages/attention/attention",
"iconPath": "/static/images/n4.png",
"selectedIconPath": "/static/images/an4.png",
"text": "关注"
}
]
},
"permission": {
"scope.userFuzzyLocation": {
"desc": "导航功能"
}
},
"requiredPrivateInfos": [
"getFuzzyLocation"
],
"usingComponents": {}
}