公安app
diff --git a/www/js/index.js b/www/js/index.js
index 9e660c1..5f48d1e 100644
--- a/www/js/index.js
+++ b/www/js/index.js
@@ -27,7 +27,7 @@
     onDeviceReady: function() {
         debugger;
         var firstload = window.localStorage.getItem("firstload");
-       if(isEmpty(firstload)){
+       if(isEmpty(firstload)||firstload!='yes'){
          app.toPage("startload.html")
          return;
        }