添加 返回地址

This commit is contained in:
iVampireSP.com 2023-02-27 19:32:56 +08:00
parent f638b2d0c8
commit 8b6f52b12a
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -41,6 +41,12 @@
</div>
@endif
@if (isset($data['meta']['return_url']))
<div>
返回地址: {{$data['meta']['return_url']}}
</div>
@endif
@auth('web')
<form method="POST" action="{{ route('auth_request.store') }}" class="mt-3">
@csrf