Files
BlockChainH5/pages.json
唐明明 08c56ea921 init
2021-09-23 17:03:28 +08:00

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"
}
}