Commit 5dda09d4 authored by 郑秀明's avatar 郑秀明

修改pages.json

parent 2d30c69f
{ {
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{ {
"path": "pages/index/index", "path": "pages/home/home",
"style": { "style": {
"navigationBarTitleText": "白条专区-谛宝多多商城" "navigationBarTitleText": "首页-谛宝多多商城"
} }
}, },
{ {
"path": "pages/home/home" "path": "pages/index/index",
"style": {
"navigationBarTitleText": "白条专区-谛宝多多商城"
}
}, },
{ {
"path": "pages/category/category", "path": "pages/category/category",
......
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