{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { } }, { "path": "pages/time_select/date/date", "style": { "navigationBarTitleText": "选择时间" } }, { "path": "pages/time_select/month/month", "style": { "navigationBarTitleText": "选择时间" } }, { "path": "pages/time_select/year/year", "style": { "navigationBarTitleText": "选择时间" } }, { "path": "pages/web_view/web_view", "style": { } }, { "path": "pages/message/detail/detail", "style": { "navigationBarTitleText": "消息详情" } }, { "path": "pages/message/list/list", "style": { "navigationBarTitleText": "消息中心" } }, { "path": "pages/employee/authority_filter/authority_filter", "style": { "navigationBarTitleText": "员工筛选" } }, { "path": "pages/employee/perfect_info/perfect_info", "style": { "navigationBarTitleText": "员工信息" } }, { "path": "pages/admin_bind/admin_bind", "style": { "navigationBarTitleText": "扫码绑定" } }, { "path": "pages/turnover/turnover", "style": { "navigationBarTitleText": "营业额" } }, { "path": "pages/collection/detail/detail", "style": { "navigationBarTitleText": "收款明细" } }, { "path": "pages/collection/record/record", "style": { "navigationBarTitleText": "收款记录" } }, { "path": "pages/order_send/order_send", "style": { "navigationBarTitleText": "发货" } }, { "path": "pages/order_list/order_list", "style": { "navigationBarTitleText": "" } }, { "path": "pages/order_search/order_search", "style": { "navigationBarTitleText": "搜索" } }, { "path": "pages/write_off/confirm/confirm", "style": { "navigationBarTitleText": "确认订单信息" } }, { "path": "pages/write_off/list/list", "style": { "navigationBarTitleText": "扫码核销" } }, { "path": "pages/employee/review_list/review_list", "style": { "navigationBarTitleText": "员工管理" } }, { "path": "pages/employee/invite_code/invite_code", "style": { "navigationBarTitleText": "员工管理" } }, { "path": "pages/employee/authority_select/authority_select", "style": { "navigationBarTitleText": "员工管理" } }, { "path": "pages/employee/change_admin/change_admin", "style": { "navigationBarTitleText": "员工管理" } }, { "path": "pages/employee/manage/manage", "style": { "navigationBarTitleText": "员工管理" } }, { "path": "pages/merchant_login/merchant_login", "style": { "navigationBarTitleText": "商家登录" } }, { "path": "pages/merchant_info/merchant_info", "style": { "navigationBarTitleText": "商户号资料" } }, { "path": "pages/store_list/store_list", "style": { "navigationBarTitleText": "门店信息列表" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "欧轩智能商家助手", "navigationBarBackgroundColor": "#009874", "backgroundColor": "#f2f2f7" } }