29 lines
534 B
JSON
29 lines
534 B
JSON
{
|
|
"pages": [{
|
|
"path": "pages/index/index"
|
|
}, {
|
|
"path": "pages/found/index"
|
|
}, {
|
|
"path": "pages/user/index"
|
|
}],
|
|
"globalStyle": {
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"list": [{
|
|
"text": "发现能量",
|
|
"pagePath": "pages/index/index"
|
|
}, {
|
|
"text": "发现更多",
|
|
"pagePath": "pages/found/index"
|
|
}, {
|
|
"text": "节点中心",
|
|
"pagePath": "pages/user/index"
|
|
}]
|
|
},
|
|
"easycom": {
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
}
|
|
}
|