Skip to content

Commit

Permalink
fixed input
Browse files Browse the repository at this point in the history
  • Loading branch information
ZBrettonYe committed Jul 19, 2020
1 parent ccfc0c0 commit 1532619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/admin/config/system.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
<label class="col-md-3" for="redirect_url">重定向地址</label>
<div class="col-md-6">
<div class="input-group">
<textarea class="form-control" rows="3" id="redirect_url">{{$redirect_url}}</textarea>
<input type="text" class="form-control" id="redirect_url" value="{{$redirect_url}}"/>
<span class="input-group-append">
<button class="btn btn-primary" type="button" onclick="update('redirect_url')">修改</button>
</span>
Expand Down

0 comments on commit 1532619

Please sign in to comment.