Showing
1 changed file
with
1 additions
and
1 deletions
@@ -126,7 +126,7 @@ | @@ -126,7 +126,7 @@ | ||
126 | $.messager.alert("错误", data.message); | 126 | $.messager.alert("错误", data.message); |
127 | return ""; | 127 | return ""; |
128 | } | 128 | } |
129 | - return data.data.url; | 129 | + return data.url; |
130 | }, | 130 | }, |
131 | onLoadSuccess: function (data) { | 131 | onLoadSuccess: function (data) { |
132 | $.messager.progress("close"); | 132 | $.messager.progress("close"); |
-
Please register or login to post a comment