scheduling.js 226 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 import http from './http' //能源消耗 export const postEnergyManage = params => { return http.post(`/api/manage/sheduling/EnergyManage`, params).then(res => res).catch(function (error) { console.log(error); }) }