Commit 9bd5c8e6 authored by 黄媛媛's avatar 黄媛媛

1

parent f39e26dd
......@@ -2,7 +2,8 @@
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [{
"pages": [
{
"path": "pages/index/index",
"enablePullDownRefresh": true
},
......@@ -93,14 +94,20 @@
"path": "integral-detail/integral-detail"
},
{
"path": "user-center"
"path": "user-center",
"style": {
"navigationStyle": "custom"
}
}
]
},
{
"root": "pages/share",
"pages": [{
"path": "index/index"
"path": "index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "add/add"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment