diff --git a/WebRoot/index_ai.html b/WebRoot/index_ai.html
index 526e14c6..5876983e 100644
--- a/WebRoot/index_ai.html
+++ b/WebRoot/index_ai.html
@@ -31,9 +31,10 @@
async: false,
url: "/QingLong/maxkb/getApplication",
success: function (res) {
+ console.log(res);
if (res.success) {
var appId = res.data;
- var iframe = '';
+ var iframe = '';
$('body').append(iframe);
} else {
@@ -50,7 +51,7 @@
if (result.success) {
layer.close(loadIndex);
var appId = res.data;
- var iframe = '';
+ var iframe = '';
$('body').append(iframe);
} else {
layer.close(loadIndex);