Commit 660ab9a4 authored by youjie's avatar youjie

修改compressImg 方法

parent b932a12d
......@@ -1089,6 +1089,8 @@ export default {
// w : 宽
// h : 高
Vue.prototype.compressImg = function(path, type, w, h) {
if(!path||path=='') return ''
let url = this.domainManager().UploadUrl;
let poise = 'm_filt';
w = w ? w : ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment