{ "easycom": { "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/common/launch", "style": { "navigationBarBackgroundColor":"#ffffff", "navigationBarTitleText": "" } }, { "path": "pages/user/index", "style": { "navigationBarBackgroundColor": "#115296", "navigationBarTextStyle": "white", "navigationBarTitleText": "客户资料", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/user/qwSop/sopLogsList", "style": { "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black", "navigationBarTitleText": "SOP记录", "enablePullDownRefresh": false } }, { "path": "pages/user/qwSop/sopLogsDetails", "style": { "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black", "navigationBarTitleText": "SOP详情", "enablePullDownRefresh": false } }, { "path": "pages/course/index", "style": { "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black", "navigationBarTitleText": "课程库", "enablePullDownRefresh": false } }, { "path": "pages/course/courseVideo", "style": { "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black", "navigationBarTitleText": "课程详情", "enablePullDownRefresh": false } }, { "path" : "pages/user/customerDetail", "style" : { "navigationBarTitleText" : "客户详情", "navigationBarBackgroundColor": "#fff" } }, { "path" : "pages/user/UrgeClasses", "style" : { "navigationBarTitleText" : "催课面板", "navigationBarBackgroundColor": "#fff" } }, { "path" : "pages/user/courseManage", "style" : { "navigationBarTitleText" : "课程管理", "navigationBarBackgroundColor": "#fff" } }, { "path" : "pages/course/urgeclassDetail", "style" : { "navigationBarTitleText" : "催课详情", "navigationBarBackgroundColor": "#fff" } } ], "globalStyle": { "navigationBarTitleText": "企微助手", "navigationBarBackgroundColor": "#115296", "backgroundColor": "#ffffff" } // "tabBar": { // "color": "#7e7e7e", // "selectedColor": "#115296", // "borderStyle": "white", // "backgroundColor": "#ffffff", // "height": "64px", // "fontSize":"12px", // "iconWidth":"18px", // "spacing": "4px", // "list": [ // { // "pagePath": "pages/user/index", // "iconPath": "/static/images/my.png", // "selectedIconPath": "/static/images/my_select.png", // "text": "企微助手" // } // ] // } }