master
lion 3 years ago
parent e6fa70fec8
commit 5dea9fdd76

@ -108,15 +108,15 @@
"path": "rainmaintainlist/rainmaintainList", "path": "rainmaintainlist/rainmaintainList",
"style": { "style": {
"navigationBarTitleText": "雨管养护", "navigationBarTitleText": "雨管养护",
"enablePullDownRefresh": true, "enablePullDownRefresh": true
"disableScroll": true // "disableScroll": true
} }
}, { }, {
"path": "rainmaintaininfo/rainmaintainInfo", "path": "rainmaintaininfo/rainmaintainInfo",
"style": { "style": {
"navigationBarTitleText": "雨管养护", "navigationBarTitleText": "雨管养护",
"enablePullDownRefresh": false, "enablePullDownRefresh": false
"disableScroll": true // "disableScroll": true
} }
}] }]
@ -132,15 +132,15 @@
"path": "raininspectionlist/raininspectionList", "path": "raininspectionlist/raininspectionList",
"style": { "style": {
"navigationBarTitleText": "雨管巡查", "navigationBarTitleText": "雨管巡查",
"enablePullDownRefresh": true, "enablePullDownRefresh": true
"disableScroll": true // "disableScroll": true
} }
}, { }, {
"path": "raininspectioninfo/raininspectionInfo", "path": "raininspectioninfo/raininspectionInfo",
"style": { "style": {
"navigationBarTitleText": "雨管巡查", "navigationBarTitleText": "雨管巡查",
"enablePullDownRefresh": false, "enablePullDownRefresh": false
"disableScroll": true // "disableScroll": true
} }
}] }]
@ -157,15 +157,15 @@
"path": "orderList/orderList", "path": "orderList/orderList",
"style": { "style": {
"navigationBarTitleText": "我的工单", "navigationBarTitleText": "我的工单",
"enablePullDownRefresh": true, "enablePullDownRefresh": true
"disableScroll": true // "disableScroll": true
} }
},{ },{
"path": "orderInfo/orderInfo", "path": "orderInfo/orderInfo",
"style": { "style": {
"navigationBarTitleText": "我的工单", "navigationBarTitleText": "我的工单",
"enablePullDownRefresh": false, "enablePullDownRefresh": false
"disableScroll": true // "disableScroll": true
} }
}] }]

@ -1,7 +1,7 @@
import md5 from "./md5.min"; import md5 from "./md5.min";
const HOSTARR = { const HOSTARR = {
//'development': 'http://192.168.60.100:9001', 'development': 'http://192.168.60.100:9001',
'development': 'http://patrol.115.langye.net', // 'development': 'http://patrol.115.langye.net',
'production': 'http://192.168.60.100:9001' 'production': 'http://192.168.60.100:9001'
}; // 审核状态 }; // 审核状态

Loading…
Cancel
Save