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/'); } } },