master
lion 3 years ago
parent e6fa70fec8
commit 5dea9fdd76

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

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

Loading…
Cancel
Save