修正部分功能在演示模式下没有禁止操作的bug

This commit is contained in:
2021-04-02 15:10:40 +08:00
parent 747ceb3bf0
commit 0d8dea3c01
2 changed files with 12 additions and 2 deletions
+1 -2
View File
@@ -161,8 +161,7 @@ class AuthController extends Controller
*/
public function qrcode()
{
return $this->display([
]);
return $this->display();
}
/**