From 7ed6e5c827b302a7c91c5f16bcca67848a62bfd8 Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期二, 22 八月 2023 14:06:27 +0800
Subject: [PATCH] no message

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

diff --git a/application/index/controller/User.php b/application/index/controller/User.php
index cb20b37..73a4d5f 100644
--- a/application/index/controller/User.php
+++ b/application/index/controller/User.php
@@ -20,7 +20,7 @@
 class User extends Frontend
 {
     protected $layout = '';
-    protected $noNeedLogin = ['login','targetapp','registersms','register','register1', 'getInvitationInfo','phoneIsRegister'];
+    protected $noNeedLogin = ['login', 'registersms','register','register1', 'getInvitationInfo','phoneIsRegister'];
     protected $noNeedRight = ['*'];
 
     public function _initialize()
@@ -38,16 +38,6 @@
      * 娉ㄥ唽浼氬憳
      */
     public function register()
-    {
-       
-        $this->assign('appName',config('site.name'));
-        return $this->view->fetch();
-    }
-
-      /**
-     * 璺宠浆app
-     */
-    public function targetapp()
     {
        
         $this->assign('appName',config('site.name'));

--
Gitblit v1.9.3