Commit 84fa1678 authored by 黄奎's avatar 黄奎

页面修改

parent 3fbf5ccb
...@@ -57,22 +57,22 @@ export default { ...@@ -57,22 +57,22 @@ export default {
let domainUrl = ''; let domainUrl = '';
let javaUrl = 'http://192.168.2.65:8018'; let javaUrl = 'http://192.168.2.65:8018';
domainUrl = "http://192.168.0.116:8200"; domainUrl = "http://192.168.1.27:8200";
//domainUrl = "https://localhost:5001"; //domainUrl = "https://localhost:5001";
let vtUploadUrl = "http://192.168.2.214:8120"; let vtUploadUrl = "http://192.168.1.214:8120";
let vtViewUrl = "http://192.168.2.214:8130"; let vtViewUrl = "http://192.168.1.214:8130";
let locationName = window.location.hostname; let locationName = window.location.hostname;
if (locationName.indexOf('testmall.oytour') !== -1) { if (locationName.indexOf('testmall.oytour') !== -1) {
domainUrl = "https://mallapi.oytour.com"; domainUrl = "https://mallapi.oytour.com";
javaUrl = "http://property.oytour.com"; javaUrl = "http://property.oytour.com";
vtUploadUrl = "http://upload.oytour.com"; vtUploadUrl = "http://upload.oytour.com";
vtViewUrl = "http://imgfile.oytour.com"; vtViewUrl = "https://imgfile.oytour.com";
} else if (locationName.indexOf('oytour') !== -1) { } else if (locationName.indexOf('oytour') !== -1) {
domainUrl = "https://mallapi.oytour.com"; domainUrl = "https://mallapi.oytour.com";
javaUrl = "http://property.oytour.com"; javaUrl = "http://property.oytour.com";
vtUploadUrl = "http://upload.oytour.com"; vtUploadUrl = "http://upload.oytour.com";
vtViewUrl = "http://imgfile.oytour.com"; vtViewUrl = "https://imgfile.oytour.com";
} }
var obj = { var obj = {
//主地址npm //主地址npm
......
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