diff --git a/application/config.php b/application/config.php index 08e78c40..a99d54ea 100755 --- a/application/config.php +++ b/application/config.php @@ -262,7 +262,7 @@ return [ //是否开启前台会员中心 'usercenter' => true, //会员注册验证码类型email/mobile/wechat/text/false - 'user_register_captcha' => 'text', + 'user_register_captcha' => 'email', //登录验证码 'login_captcha' => true, //登录失败超过10次则1天后重试 @@ -294,7 +294,7 @@ return [ //允许跨域的域名,多个以,分隔 'cors_request_domain' => 'localhost,127.0.0.1', //版本号 - 'version' => '1.3.2.20220113', + 'version' => '1.3.3.20220121', //API接口地址 'api_url' => 'https://api.fastadmin.net', ], diff --git a/composer.json b/composer.json index 3aecdd4f..bacfc9d4 100755 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "topthink/think-installer": "^1.0.14", "topthink/think-queue": "1.1.6", "topthink/think-helper": "^1.0.7", - "karsonzhang/fastadmin-addons": "~1.3.1", + "karsonzhang/fastadmin-addons": "~1.3.2", "overtrue/pinyin": "^3.0", "phpoffice/phpspreadsheet": "1.12", "overtrue/wechat": "4.2.11",