|
|
|
@ -63,7 +63,7 @@
|
|
|
|
|
<div class="layui-form-item">
|
|
|
|
|
<label class="layui-form-label" style="width: 100px !important;">回调URL</label>
|
|
|
|
|
<div class="layui-input-block">
|
|
|
|
|
<input type="text" name="redirect_url" autocomplete="off"
|
|
|
|
|
<input type="text" id="redirect_url" name="redirect_url" autocomplete="off"
|
|
|
|
|
placeholder="请输入回调URL" class="layui-input input-width">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -101,6 +101,7 @@
|
|
|
|
|
success: function (res) {
|
|
|
|
|
$("#system_name").val(res.system_name);
|
|
|
|
|
$("#user_name").val(res.user_name);
|
|
|
|
|
$("#redirect_url").val(res.redirect_url);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|