D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-21 35fefed0792c40cb99b8d15fa5811bbb5992bff9
gx_tieta/WebRoot/mobil/js/battNav.js
@@ -15,9 +15,17 @@
   setCookie("pages","1");
   window.location.href="machineroomM.html";
}
function JumpcityPage(){
   setCookie("pages","3");
   window.location.href="selectcity.html";
}
//跳转到电池组层
function JumpThirdPage(){
   setCookie("pages","2");
   window.location.href="machineroomM.html";
}
function JumpElegroupListPage(){
   setCookie("pages","4");
   window.location.href="elegroup-list.html";
}