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.
154 lines
4.9 KiB
154 lines
4.9 KiB
{
|
|
"easycom": {
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
{
|
|
"path": "pages/index/index",
|
|
"style" : {
|
|
"navigationStyle" : "custom",
|
|
"enablePullDownRefresh" : false,
|
|
// "navigationBarTitleText" : "首页",
|
|
"backgroundColorTop" : "#FFFFFF",
|
|
"shareAppMessage":true,
|
|
"navigationBarTextStyle" : "black"
|
|
}
|
|
}
|
|
,{
|
|
"path" : "pages/exampleDetails/exampleDetails",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"navigationStyle" : "custom",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},{
|
|
"path" : "pages/product/product",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false,
|
|
"navigationStyle": "custom"
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "pages/example/example",
|
|
"style" : {
|
|
"navigationStyle" : "custom",
|
|
// "navigationBarTitleText" : "案例",
|
|
"navigationBarTextStyle" : "black"
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "pages/attention/attention",
|
|
"style" :
|
|
{
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "pages/companyIntro/companyIntro",
|
|
"style" :
|
|
{
|
|
"navigationStyle" : "custom",
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "pages/exampleClassify/exampleClassify",
|
|
"style" :
|
|
{
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "pages/webview/webview",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "pages/companydataList/companydataList",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"navigationStyle" : "custom",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "pages/companyDetails/companyDetails",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"navigationStyle" : "custom",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "pages/exampleList/exampleList",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"navigationStyle" : "custom",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
],
|
|
"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" : "关注"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|
|
|