Przeglądaj źródła

增加登录设置

kevin 1 rok temu
rodzic
commit
a6f430818b
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      app/common/enum/settings/SettingEnum.php

+ 6 - 0
app/common/enum/settings/SettingEnum.php

@@ -63,6 +63,8 @@ class SettingEnum extends Enum
     const TABBAR = 'tabbar';
     // 直播设置
     const LIVE = 'live';
+    // 直播设置
+    const LOGIN = 'login';
     /**
      * 获取订单类型值
      */
@@ -177,6 +179,10 @@ class SettingEnum extends Enum
                 'value' => self::LIVE,
                 'describe' => '直播设置',
             ],
+            self::LOGIN => [
+                'value' => self::LOGIN,
+                'describe' => '登录设置',
+            ],
         ];
     }