Commit 5fb284d0 by liuzhanxin

fix

parent 32fdc1ed
...@@ -7,15 +7,16 @@ ...@@ -7,15 +7,16 @@
} }
}, },
{ {
"path": "pages/user/user", "path": "pages/login/index",
"style": { "style": {
"navigationBarTitleText": "我的" "navigationBarTitleText": "登录"
} }
}, },
{ {
"path": "pages/login/index", "path": "pages/user/user",
"style": { "style": {
"navigationBarTitleText": "登录" "navigationBarTitleText": "我的"
} }
}, },
{ {
...@@ -346,6 +347,10 @@ ...@@ -346,6 +347,10 @@
}] }]
}, },
"globalStyle": { "globalStyle": {
"navigationBarBackgroundColor": "#3F536E" "navigationBarBackgroundColor": "#3F536E",
"navigationStyle":"custom",
"app-plus" : {
"scrollIndicator":"none"
}
} }
} }
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