{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login", "style": { "navigationStyle": "custom" } }, { "path": "pages/audit/shop1", "style": { "navigationBarTitleText": "填写店铺信息第1步/共3步" } }, { "path":"pages/audit/businessType", "style":{ "navigationBarTitleText":"选择经营品类" } }, { "path":"pages/audit/shop2", "style":{ "navigationBarTitleText":"填写店铺信息第2步/共3步" } }, { "path":"pages/audit/shop3", "style":{ "navigationBarTitleText":"填写店铺信息第3步/共3步" } }, { "path": "pages/agreement/agreement", "style": { "navigationBarTitleText": "协议", "style": { "navigationBarTitleText": "注册", "navigationBarBackgroundColor":"#fc885f", "navigationBarTextStyle": "white" } } }, { "path": "pages/register/register", "style": { "navigationBarTitleText": "注册", "navigationBarBackgroundColor":"#fc885f", "navigationBarTextStyle": "white" } }, { "path": "pages/forgetPassword/forgetPassword", "style": { "navigationBarTitleText": "忘记密码", "navigationBarBackgroundColor":"#fc885f", "navigationBarTextStyle": "white" } }, { "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/IM/IM", "style": { "navigationStyle": "custom" } }, { "path": "pages/viewCenter/viewCenter", "style": { "navigationStyle": "custom" } }, { "path": "pages/manage/manage", "style": { "navigationStyle": "custom" } }, { "path": "pages/my/my", "style": { "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#fd806b", "borderStyle": "black", "backgroundColor": "#ffffff", "iconfontSrc": "/static/font/iconfont.ttf", "list": [ { "pagePath": "pages/index/index", "iconfont": { "text": "\ue60b", "selectedText": "\ue60b", "selectedColor": "#fd806b" }, "text": "工作台" }, { "pagePath": "pages/IM/IM", "iconfont": { "text": "\ue601", "selectedText": "\ue601", "selectedColor": "#fd806b" }, "text": "消息" }, { "pagePath": "pages/viewCenter/viewCenter", "iconfont": { "text": "\ue6bc", "selectedText": "\ue6bc", "selectedColor": "#fd806b" }, "text": "视图中心" }, { "pagePath": "pages/manage/manage", "iconfont": { "text": "\ue606", "selectedText": "\ue606", "selectedColor": "#fd806b" }, "text": "经营" }, { "pagePath": "pages/my/my", "iconfont": { "text": "\ue64c", "selectedText": "\ue64c", "selectedColor": "#fd806b" }, "text": "我的" } ] } }