| | |
| | | { |
| | | "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
| | | |
| | | { |
| | | "path": "pages/login/login", |
| | | "style": { |
| | |
| | | "style": { |
| | | "navigationBarTitleText": "个人中心" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/user/user_detail/userDetail", |
| | | "style": { |
| | | "navigationBarTitleText": "个人信息" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/business/cstmr/csmtr", |
| | | "style": { |
| | | "navigationStyle": "custom", |
| | | "navigationBarTitleText": "信息公海" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/business/cstmr/addCsmtr", |
| | | "style": { |
| | | "navigationBarTitleText": "添加甲方单位" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/business/cstmr/cstmrDetails", |
| | | "style": { |
| | | "navigationBarTitleText": "资料详情" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/business/saleManage/saleManage", |
| | | "style": { |
| | | "navigationStyle": "custom" |
| | | // "navigationBarTitleText": "跟踪项目", |
| | | // "titleNView": { |
| | | // "buttons": [ |
| | | // { |
| | | // "text":"添加", |
| | | // "fontSize":"14px", |
| | | // "float":"right", |
| | | // "width": "44px" |
| | | // } |
| | | // ] |
| | | // } |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/business/saleManage/addSaleManage", |
| | | "style": { |
| | | "navigationBarTitleText": "添加跟踪项目" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/business/saleManage/saleManageDetails", |
| | | "style": { |
| | | "navigationBarTitleText": "资料详情" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/business/plan/plan", |
| | | "style": { |
| | | "navigationStyle": "custom" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/business/plan/addPlan", |
| | | "style": { |
| | | "navigationBarTitleText": "添加规划申请单-立体库(货架)" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/business/plan/addPlan2", |
| | | "style": { |
| | | "navigationBarTitleText": "添加规划申请单-立体库(集成)" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/business/plan/addPlan3", |
| | | "style": { |
| | | "navigationBarTitleText": "四向穿梭库/两向穿梭库" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/business/plan/addPlan4", |
| | | "style": { |
| | | "navigationBarTitleText": "阁楼货架/钢平台" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/business/plan/addPlan5", |
| | | "style": { |
| | | "navigationBarTitleText": "周转容器" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/business/plan/addPlan6", |
| | | "style": { |
| | | "navigationBarTitleText": "平库" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/business/plan/planDetails", |
| | | "style": { |
| | | "navigationBarTitleText": "资料详情" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/authority/authority", |
| | | "style": { |
| | | "navigationBarTitleText": "账号" |
| | | } |
| | | } |
| | | |
| | | |
| | | ], |
| | | |
| | | ,{ |
| | | "path" : "pages/business/cstmrInfo/cstmrInfo", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText": "客户信息", |
| | | "navigationStyle": "custom", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | |
| | | } |
| | | ,{ |
| | | "path" : "pages/business/cstmr/modiCsmter", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText": "修改详情", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | |
| | | } |
| | | ], |
| | | "globalStyle": { |
| | | "navigationBarTextStyle": "black", |
| | | // "navigationBarTitleText": "CRM", |
| | | "navigationBarBackgroundColor": "#F8F8F8", |
| | | "backgroundColor": "#F8F8F8" |
| | | "navigationBarBackgroundColor": "#FFFFFF", |
| | | "backgroundColor": "#fff" |
| | | }, |
| | | "uniIdRouter": {}, |
| | | "tabBar": { |