Commit 58565912 authored by 黄奎's avatar 黄奎

页面修改

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