81041
2019-01-09 e54a61163d39a5a429ef4756fcb34665b6c94abc
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";
         }