dever 4 lat temu
rodzic
commit
1b9e6bf20f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/user/src/Api.php

+ 1 - 1
app/user/src/Api.php

@@ -11,7 +11,7 @@ class Api extends Core
     {
         parent::__construct();
         if ($this->uid <= 0) {
-            Dever::alert('请先登录');
+            Dever::alert('请先登录', -2);
         }
     }