dever 4 년 전
부모
커밋
1b9e6bf20f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
         }
     }