更换image表格图片地址

master
RuoYi 5 years ago committed by Limy
parent f4e67fa64a
commit 7078e6535c

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

Loading…
Cancel
Save