diff --git a/application/mobile/controller/Index.php b/application/mobile/controller/Index.php
index 8c35d16..bcce1c0 100644
--- a/application/mobile/controller/Index.php
+++ b/application/mobile/controller/Index.php
@@ -17,7 +17,7 @@ use think\Db;
  */
 class Index extends Api
 {
-	protected $noNeedLogin = ['index','examList','newsList','newsInfo','startupPage'];
+	protected $noNeedLogin = ['index','examList','newsList','newsInfo','startupPage','agreement'];
     protected $noNeedRight = ['*'];
 
     public function _initialize()