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

1

parent f39e26dd
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
"easycom": { "easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
}, },
"pages": [{ "pages": [
{
"path": "pages/index/index", "path": "pages/index/index",
"enablePullDownRefresh": true "enablePullDownRefresh": true
}, },
...@@ -93,14 +94,20 @@ ...@@ -93,14 +94,20 @@
"path": "integral-detail/integral-detail" "path": "integral-detail/integral-detail"
}, },
{ {
"path": "user-center" "path": "user-center",
"style": {
"navigationStyle": "custom"
}
} }
] ]
}, },
{ {
"root": "pages/share", "root": "pages/share",
"pages": [{ "pages": [{
"path": "index/index" "path": "index/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "add/add" "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