85 lines
1.9 KiB
JSON
85 lines
1.9 KiB
JSON
{
|
||
"easycom": {
|
||
"autoscan": true,
|
||
"custom": {
|
||
"^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
|
||
"^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
|
||
"^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
|
||
}
|
||
},
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/index/indexs",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/index/tothestore",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/index/coupons/index",
|
||
"style": {
|
||
"navigationBarTitleText": "红包中心"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/product/index",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/user/user",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationBarBackgroundColor": "#FFD158",
|
||
"navigationStyle": "custom",
|
||
"mp-alipay": {
|
||
"transparentTitle": "always",
|
||
"titlePenetrate": "YES",
|
||
"allowsBounceVertical": "NO"
|
||
}
|
||
}
|
||
}
|
||
],
|
||
"uniIdRouter": {},
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "零点八零",
|
||
"navigationBarBackgroundColor": "#ffffff",
|
||
"backgroundColor": "#F2F2F2"
|
||
},
|
||
"tabBar": {
|
||
"backgroundColor": "#ffffff",
|
||
"color": "#999",
|
||
"selectedColor": "#000",
|
||
"borderStyle": "white",
|
||
"list": [{
|
||
"iconPath": "static/tabbar/1.png",
|
||
"selectedIconPath": "static/tabbar/1-1.png",
|
||
"pagePath": "pages/index/index",
|
||
"text": "首页"
|
||
},
|
||
{
|
||
"iconPath": "static/tabbar/4.png",
|
||
"selectedIconPath": "static/tabbar/4-1.png",
|
||
"pagePath": "pages/user/user",
|
||
"text": "我的"
|
||
}
|
||
]
|
||
}
|
||
} |