D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-08 28c4886f4f790ac188a03566b360a3d022cfb099
gx_tieta/WebRoot/mobil/control.html
@@ -66,7 +66,12 @@
         var batt = JSON.parse(temp);
         console.info(batt);
         if(batt.install_user||batt.install_user==0){
            window.location.href="batt-approve-index.html";
            //console.info(batt);
            if(batt.address||batt.address==""){
               window.location.href="wcheckAccept-index.html";
            }else{
               window.location.href="batt-approve-index.html";
            }
         }else{
            window.location.href="testdata.html";
         }