huwhois 2 năm trước cách đây
mục cha
commit
c2b2812f61
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      public/static/sys/js/admin.js

+ 1 - 1
public/static/sys/js/admin.js

@@ -243,7 +243,7 @@ $(function () {
         };
 
         $.post('status', data, function (res) {
-            if (res.code == 1) {
+            if (res.code == 0) {
                 topalert({
                     type: 0,
                     content: res.msg,