123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- const apiurl = {
-
- loginUrl:'/auth/login',
-
- getParkingRecordUrl:'/orderinfo/vehicleList',
-
- getDeviceStatisUrl:'/roadspace/staticDevice',
-
- updatePwdUrl:'/officerinfo/updatePwd',
-
- getLoginOutUrl:'/auth/loginOut',
-
- getRoadAllListUrl:'/roadspace/getRoadAllList',
-
- reportUrl:'/deviceexcptionprocess/addOtherExcption',
-
- punchInfoUrl:'/officerpunch/punchInfo/',
-
- punchInUrl:'/officerpunch/punchIn',
-
- getDeviceListUrl:'/roadspace/list',
-
- getRoadListUrl:'/roadspace/getRoadList',
-
- getSelectDeviceListUrl:'/roadspace/selectDeviceList',
-
- geoDeviceStatustUrl:'/roadspace/type/geo_device_status',
-
- findRoadSpaceVoByIdUrl:'/roadspace/findDeviceById',
-
- deviceLogUrl:'/roadspace/selectDeviceLog',
-
- deviceexcptionprocessUrl:'/deviceexcptionprocess',
-
- placeStatusUrl:'/roadspace/type/place_status',
-
- selectParkDeviceListUrl:'/roadspace/selectParkDeviceList',
-
- selectParkNumUrl:'/roadspace/selectParkNum',
-
- findParkDeviceByIdUrl:'/roadspace/findParkDeviceById',
-
- controlDeviceUrl:'/roadspace/roadway/control',
- }
- export {
- apiurl
- }
|