From b24445580692f20efa770d387348def32f009cfb Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期日, 18 六月 2023 22:14:25 +0800
Subject: [PATCH] no message

---
 application/index/controller/User.php |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/application/index/controller/User.php b/application/index/controller/User.php
index a41da55..3a710f1 100644
--- a/application/index/controller/User.php
+++ b/application/index/controller/User.php
@@ -20,13 +20,20 @@
 class User extends Frontend
 {
     protected $layout = '';
-    protected $noNeedLogin = ['login', 'register', 'getInvitationInfo','phoneIsRegister'];
+    protected $noNeedLogin = ['login', 'register','register1', 'getInvitationInfo','phoneIsRegister'];
     protected $noNeedRight = ['*'];
 
     public function _initialize()
     {
         parent::_initialize();
     }
+    
+     public function register1()
+    {
+       
+        $this->assign('appName',config('site.name'));
+        return $this->view->fetch();
+    }
     /**
      * 娉ㄥ唽浼氬憳
      */

--
Gitblit v1.9.3