Commit a2d96615 authored by 黄奎's avatar 黄奎
parents 908da6c6 743dda78
......@@ -150,7 +150,6 @@ export default {
//文件站点
ViittoFileUrl: locationName.indexOf('oytour') !== -1 || locationName.indexOf('viitto') !== -1 ? "http://imgfile.oytour.com" : 'http://192.168.2.214:8130',
javaUrl: locationName.indexOf('oytour') !== -1 || locationName.indexOf('viitto') !== -1 ? "http://efficient.oytour.com" : "http://192.168.2.215:9000",
compressUrl: locationName.indexOf('oytour') !== -1 || locationName.indexOf('viitto') !== -1 ? "http://imgfile.oytour.com" : 'http://192.168.2.214:8120',
};
return obj;
},
......@@ -610,8 +609,6 @@ export default {
// w : 宽
// h : 高
Vue.prototype.compressImg = function (path, type, w, h) {
return path
let url = this.domainManager().compressUrl;
let poise = 'm_filt';
w = w ? w : ''
h = h ? h : ''
......
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