添加 返回地址
This commit is contained in:
parent
f638b2d0c8
commit
8b6f52b12a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user