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