From 6a52e8aa3171048d9b68330f12190c6ac111b3f9 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 19 Jul 2022 17:06:11 +0800 Subject: [PATCH] Update image.html --- app/admin/view/api/upload/image.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/view/api/upload/image.html b/app/admin/view/api/upload/image.html index df5b94938..ad247b340 100644 --- a/app/admin/view/api/upload/image.html +++ b/app/admin/view/api/upload/image.html @@ -104,7 +104,7 @@ // 加载页面数据 loadPage: function () { this.params = {page: this.page, limit: this.limit, output: 'layui.table', name: this.keys || ''}; - this.params.type = '{$get.type|default="png,jpg,jpeg"}'; + this.params.type = '{$get.type|default="gif,png,jpg,jpeg"}'; $.form.load('{:url("image")}', this.params, 'get', function (ret) { return app.setList(ret.data, ret.count), false; });