main
kgdxpr 7 months ago
parent 5e9b7c9987
commit eed7b5f56e

@ -33,7 +33,7 @@
success: function (res) { success: function (res) {
console.log(res); console.log(res);
if (res.success) { if (res.success) {
var appId = res.data; var appId = res.data.application_id;
var iframe = '<iframe src="http://10.10.14.206:8080/ui/chat/' + appId + '" style="width: 100%; height: 99.5%;" frameborder="0" allow="microphone"></iframe>'; var iframe = '<iframe src="http://10.10.14.206:8080/ui/chat/' + appId + '" style="width: 100%; height: 99.5%;" frameborder="0" allow="microphone"></iframe>';
$('body').append(iframe); $('body').append(iframe);
} else { } else {

Loading…
Cancel
Save