Browse Source

网站配置

lizhen_gitee 1 năm trước cách đây
mục cha
commit
8f9c976241
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);