Browse Source

更新内容

moshaorui 1 month ago
parent
commit
6a9fe201a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/static/js/script.js

+ 1 - 1
public/static/js/script.js

@@ -264,7 +264,7 @@ $(document).ready(function() {
                 data: { reset: 0 },
                 success: function(response) {
                     console.log(response);
-                    if (response.status == 0 || response.status == 2) {
+                    if (response.status == 2) {
                         clearInterval(intervalId);
                         layer.close(loadIndex); // 关闭加载层
                     }