Commit 66948fdc authored by 肖健's avatar 肖健

更改首页地址

parent 5e4b985f
...@@ -8,15 +8,15 @@ ...@@ -8,15 +8,15 @@
}, },
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{ {
"path": "pages/binding/index", "path": "pages/main",
"style": { "style": {
"navigationBarTitleText": "登录" "navigationBarTitleText": "首页"
} }
}, },
{ {
"path": "pages/main", "path": "pages/binding/index",
"style": { "style": {
"navigationBarTitleText": "首页" "navigationBarTitleText": "登录"
} }
}, },
{ {
......
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