diff --git a/static/admin/listen.js b/static/admin/listen.js index b0f84e3fb..d53209d1a 100644 --- a/static/admin/listen.js +++ b/static/admin/listen.js @@ -99,7 +99,7 @@ define(['jquery', 'admin.plugs'], function () { var method = $(this).attr('data-file') === 'one' ? 'one' : 'mtl'; var title = $(this).attr('data-title') || '文件上传'; var uptype = $(this).attr('data-uptype') || ''; - var url = window.ROOT_URL + '/index.php/admin/plugs/upfile/mode/' + method + '.html?uptype=' + uptype + '&type=' + type + '&field=' + field; + var url = window.ROOT_URL + '/index.php/admin/plugs/upfile/mode/' + method + '.html?mode=' + method + '&uptype=' + uptype + '&type=' + type + '&field=' + field; $.form.iframe(url, title || '文件管理'); });