From 7078e6535c34d0dfdc194c819b8fb58d8949ce5e Mon Sep 17 00:00:00 2001 From: RuoYi Date: Tue, 25 Jun 2019 10:56:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2image=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/demo/table/image.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/demo/table/image.html b/ruoyi-admin/src/main/resources/templates/demo/table/image.html index 0a8a2c48..51af7e2a 100644 --- a/ruoyi-admin/src/main/resources/templates/demo/table/image.html +++ b/ruoyi-admin/src/main/resources/templates/demo/table/image.html @@ -44,9 +44,9 @@ // 'img/profile.jpg' - 'http://ruoyi.vip/' 变成 http://ruoyi.vip/img/profile.jpg // 'ruoyi.png' - 'http://ruoyi.vip/' 变成 http://ruoyi.vip/ruoyi.jpg if(index % 2 == 0){ - return $.table.imageView('img/profile.jpg', 'http://ruoyi.vip/'); + return $.table.imageView('img/profile.jpg', 'http://demo.ruoyi.vip/'); }else { - return $.table.imageView('ruoyi.png', 'http://ruoyi.vip/'); + return $.table.imageView('ruoyi.png', 'http://demo.ruoyi.vip/'); } } },