浏览代码

更换image表格图片地址

RuoYi 5 年之前
父节点
当前提交
a2a75a7fce
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ruoyi-admin/src/main/resources/templates/demo/table/image.html

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