D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2018-12-28 b3f62ab5fb6adf03a92f62b42e69ad849f903b45
gx_tieta/WebRoot/mobil/control.html
@@ -65,8 +65,8 @@
         var temp = getCookie("batt");
         var batt = JSON.parse(temp);
         console.info(batt);
         if(batt.install_user){
            window.location.href="batt-approved.html";
         if(batt.install_user||batt.install_user==0){
            window.location.href="batt-approve-index.html";
         }else{
            window.location.href="testdata.html";
         }
@@ -200,7 +200,7 @@
            {url: 'testdata.html', txt: '电池组数据'},                        // 电池组数据
            {url: 'javascript:;', txt: '实时-监测数据'}                        // 电池组数据
         ];*/
         if(batt.install_user){
         if(batt.install_user||batt.install_user==0){
            
         }else{
            addBreadCrumb($('.breadcrumb').eq(0), data);