局版的图片上传和预览

局版的图片上传的时候需要上传到
var url_path_suffix = "down/Material/";
图片预览的时候是
var url_path_img = "thumb/Material/";
大家直接引用base-config.js中的变量拼接串就可以,
STATIC_IMAGE_PRE + url_path_img
不要手写路径,否则统一改路径的时候有遗漏

局版预览的正确路径格式为:
http://10.10.3.222/dsideal_yy/html/thumb/Material/42/42ADE6B0-F129-82B8-8DC8-8BEFC4277A8E.png@640w_480h_100Q_1x.png

原文地址:https://www.cnblogs.com/cczhoufeng/p/4290561.html