Authored by 陶雨

资源位两张图改为多张图

@@ -136,7 +136,7 @@ components.prototype={ @@ -136,7 +136,7 @@ components.prototype={
136 }else{ 136 }else{
137 src+="?imageView2/2/w/76/h/80"; 137 src+="?imageView2/2/w/76/h/80";
138 } 138 }
139 - parent.append('<a class="fileinput-button-icon" href="javascript:void(0);"><img src="'+src+'" width=100 height=100/></a>'); 139 + parent.append('<a class="fileinput-button-icon" href="javascript:void(0);"><img src="'+src+'" width=76 height=80/></a>');
140 }else{ 140 }else{
141 parent.append('<a class="fileinput-button-icon" href="javascript:void(0);">+</a>'); 141 parent.append('<a class="fileinput-button-icon" href="javascript:void(0);">+</a>');
142 } 142 }
@@ -3,11 +3,11 @@ @@ -3,11 +3,11 @@
3 * 资源管理路由 3 * 资源管理路由
4 */ 4 */
5 5
6 -//exports.domain = require('../config/common.js').domain; 6 +exports.domain = require('../config/common.js').domain;
7 //exports.domain = 'http://172.16.6.115:8080/platform';//王伟 7 //exports.domain = 'http://172.16.6.115:8080/platform';//王伟
8 //exports.domain = 'http://192.168.102.216:8180/platform'; //测试环境 8 //exports.domain = 'http://192.168.102.216:8180/platform'; //测试环境
9 //exports.domain = 'http://172.16.6.231:8080/platform'; 9 //exports.domain = 'http://172.16.6.231:8080/platform';
10 - exports.domain = 'http://172.16.6.225:8080/platform'; 10 +// exports.domain = 'http://172.16.6.225:8080/platform';
11 //exports.domain = 'http://192.168.102.216:8086/platform'; 11 //exports.domain = 'http://192.168.102.216:8086/platform';
12 //exports.domain = 'http://172.16.6.158:8088/platform';//李庆忠 12 //exports.domain = 'http://172.16.6.158:8088/platform';//李庆忠
13 13