anqingfbs/.svn/pristine/4e/4e92efdb5573c59bcfeebdf3613...

20 lines
334 B
Plaintext

$(function(){
//电压监测
getVoltageMonitoring();
//无功监测
getReactivePowerMonitoring();
//控制指令接收
getControlCommandReception();
//区域调控效果
getRegionalRegulationEffect();
//即时执行效果
getInstantExecutionEffect();
})
function openIndex(){
window.location.href = 'index.html';
}