Browse Source

网站配置

lizhen_gitee 1 year ago
parent
commit
8f9c976241
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/common/model/Config.php

+ 1 - 0
application/common/model/Config.php

@@ -108,6 +108,7 @@ class Config extends Model
 //            'basic' => '基础配置',
             'website' => 'TKEN配置',
             'takecash' => '提现配置',
+            'indexpipei' => '匹配设置',
         );
         foreach ($groupList as $k => &$v) {
             $v = __($v);