| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/myTask/myTask",
- "style": {
- "app-plus": {
- "titleNView": false //禁用原生导航栏
- }
- }
- },
- {
- "path": "uni_modules/imengyu-IMDebuggerWindow/pages/debugger",
- "style": {
- "navigationBarTitleText": "调试输出窗口",
- "disableScroll": true,
- "background": "transparent"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "enablePullDownRefresh": true, //下拉刷新
- "navigationBarTitleText": "登录页",
- "app-plus": {
- "titleNView": false //禁用原生导航栏
- }
- }
- },
- {
- "path": "pages/adressBook/adressBook",
- "style": {
- "navigationBarTitleText": "通讯录"
- }
- },
- {
- "path": "pages/managemtnt/managemtnt",
- "style": {
- "navigationBarTitleText": "消息中心"
- }
- },
- {
- "path": "pages/setting/setting",
- "style": {
- "navigationBarTitleText": "我的"
- }
- }, {
- "path": "pages/adressBook/adressBookDetail/adressBookDetail",
- "style": {
- "navigationBarTitleText": "通讯录详情",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/setting/personDetail/personDetail",
- "style": {
- "navigationBarTitleText": "我的详情",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/myTask/repairList/repairList",
- "style": {
- "navigationBarTitleText": "报修列表",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/myTask/repairList/addRepair/addRepair",
- "style": {
- "navigationBarTitleText": "故障报修",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/myTask/workOrderDetail/workOrderDetail",
- "style" :
- {
- "navigationBarTitleText": "详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/myTask/workOrderDetail/button/button",
- "style" :
- {
- "navigationBarTitleText": "按钮",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/myTask/repairList/repairDetail/cooperationDetail/cooperationDetail",
- "style" :
- {
- "navigationBarTitleText": "工单协作"
- }
-
- }
- ,{
- "path" : "pages/myTask/repairList/repairDetail/finishDetail/finishDetail",
- "style" :
- {
- "navigationBarTitleText": "工单完工",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/myTask/repairList/repairDetail/evaluateDetail/evaluateDetail",
- "style" :
- {
- "navigationBarTitleText": "工单评价",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/myTask/repairList/repairDetail/tranferDetail/tranferDetail",
- "style" :
- {
- "navigationBarTitleText": "工单指派",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/myTask/repairList/myRepairOrderList/myRepairOrderList",
- "style" :
- {
- "navigationBarTitleText": "工单列表",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/myTask/repairList/repairDetail/returnEditDetail/returnEditDetail",
- "style" :
- {
- "navigationBarTitleText": "编辑",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/myTask/consultList/consultList",
- "style" :
- {
- "navigationBarTitleText": "咨询列表",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/myTask/consultList/consultDetail/consultDetail",
- "style" :
- {
- "navigationBarTitleText": "咨询详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/myTask/consultList/consultDetail/appointmentDeal/appointmentDeal",
- "style" :
- {
- "navigationBarTitleText": "预约处理",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/myTask/consultList/consultDetail/editDetail/editDetail",
- "style" :
- {
- "navigationBarTitleText": "编辑",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "全局",
- "navigationBarBackgroundColor": "#007aff",
- "backgroundColor": "#007aff"
- },
- "tabBar": {
- "color": "#7e837d",
- "selectedColor": "#0066ec",
- "backgroundColor": "#FFFFFF",
- "borderStyle": "black",
- "list": [{
- "pagePath": "pages/myTask/myTask",
- "iconPath": "./static/task.png",
- "selectedIconPath": "./static/task_active.png",
- "text": "我的任务"
- },
- {
- "pagePath": "pages/adressBook/adressBook",
- "iconPath": "./static/addressBook.png",
- "selectedIconPath": "./static/addressBook_active.png",
- "text": "通讯录"
- },
- {
- "pagePath": "pages/managemtnt/managemtnt",
- "iconPath": "./static/message.png",
- "selectedIconPath": "./static/message_active.png",
- "text": "消息"
- },
- {
- "pagePath": "pages/setting/setting",
- "iconPath": "./static/person.png",
- "selectedIconPath": "./static/person_active.png",
- "text": "我的"
- }
- ]
- },
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "", //模式名称
- "path": "", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }]
- }
- }
|