From f7eb227442a54e070ec95cbfed4689068db06842 Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 3 Jul 2017 16:38:01 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E5=A4=9A=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/admin/listen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 || '文件管理'); });