maccmspro / maccms10

苹果cms-v10,maccms-v10,麦克cms,开源cms,内容管理系统,视频分享程序,分集剧情程序,网址导航程序,文章程序,漫画程序,图片程序
Apache License 2.0
648 stars 127 forks source link

bug in file:application/index/controller/Verify.php #3

Closed denghuiquan closed 3 years ago

denghuiquan commented 3 years ago

直接看代码 不说话

--- a/application/index/controller/Verify.php
  +++ b/application/index/controller/Verify.php
  @@ -1,7 +1,7 @@
   <?php
   namespace app\index\controller;
   use think\captcha\Captcha;
  -use think\config;
  +use think\Config;
   use think\Controller;
   >
   class Verify extends Controller
  @@ -13,6 +13,7 @@ class Verify extends Controller
denghuiquan commented 3 years ago

这个fix可以直接修复验证码不显示的问题了

maccmspro commented 3 years ago

感谢你的建议,已修复。