Commit 58565912 authored by 黄奎's avatar 黄奎

页面修改

parent 17333778
......@@ -91,7 +91,6 @@ export default {
}
})
} catch (error) {
console.log(error)
}
return Math.floor(yuHeight / itemHeight)
}
......@@ -112,10 +111,7 @@ export default {
//域名管理对象
Vue.prototype.domainManager = function () {
let domainUrl = '';
// domainUrl = "http://testapi.oytour.com";
// domainUrl = "http://192.168.2.214:8082";
domainUrl = "http://192.168.2.65:8025";
// domainUrl = "http://192.168.2.16:8083";
domainUrl = "http://192.168.2.214:8082";
let locationName = window.location.hostname;
let javaUrldo="";
......@@ -140,7 +136,7 @@ export default {
//阿里服务器地址
AliUrl: "https://reborndev.oss-cn-hangzhou.aliyuncs.com",
//本站文件流下载地址
LocalFileStreamDownLoadUrl: domainUrl + "/·api/file/GetFileFromWebApi",
LocalFileStreamDownLoadUrl: domainUrl + "/api/file/GetFileFromWebApi",
//PDF文件预览地址
PDFViewUrl: domainUrl + "/plug/pdf/web/viewer.html?file=",
//SocketUrl
......@@ -661,7 +657,7 @@ export default {
successCall(result);
}
}).catch(function (err) {
console.log(err);
});
}
},
......@@ -686,7 +682,7 @@ export default {
})
}
}).catch(function (err) {
console.log("上传文件出错" + err);
});
}
}
......
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