123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- {
- "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"
- }
- },
- {
- "path" : "pages/user/editUser",
- "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": "企微助手"
- // }
- // ]
- // }
- }
|