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

更改首页地址

parent 5e4b985f
...@@ -7,18 +7,18 @@ ...@@ -7,18 +7,18 @@
// "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" // "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
}, },
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/main",
"style": {
"navigationBarTitleText": "首页"
}
},
{ {
"path": "pages/binding/index", "path": "pages/binding/index",
"style": { "style": {
"navigationBarTitleText": "登录" "navigationBarTitleText": "登录"
} }
}, },
{
"path": "pages/main",
"style": {
"navigationBarTitleText": "首页"
}
},
{ {
"path": "pages/binding/binding", "path": "pages/binding/binding",
"style": { "style": {
......
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