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",
...@@ -39,13 +42,13 @@ ...@@ -39,13 +42,13 @@
"style": { "style": {
"navigationBarTitleText": "商品搜索-谛宝多多商城" "navigationBarTitleText": "商品搜索-谛宝多多商城"
} }
} }
], ],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "谛宝多多商城", "navigationBarTitleText": "谛宝多多商城",
"navigationBarBackgroundColor": "#F8F8F8", "navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#fbfbfb", "backgroundColor": "#fbfbfb",
"app-plus": {"titleNView": false} "app-plus": {"titleNView": false}
} }
} }
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