Commit e545e993 authored by 黄奎's avatar 黄奎

页面修改

parent 8cc3e86a
......@@ -56,20 +56,20 @@ export default {
Vue.prototype.domainManager = function () {
let domainUrl = '';
let javaUrl = 'http://192.168.2.65:8018';
// domainUrl = "https://localhost:5001";
domainUrl = "http://192.168.20.17:8019"
// http://192.168.20.17:8019
domainUrl = "https://localhost:5001";
//domainUrl = "http://192.168.20.24:8400"
let vtUploadUrl = "http://192.168.20.214:8120";
let vtViewUrl = "http://192.168.20.214:8130";
let locationName = window.location.hostname;
if (locationName.indexOf('testmall.oytour') !== -1) {
domainUrl = "https://mallapi.oytour.com";
domainUrl = "https://erpmallapi.oytour.com";
javaUrl = "http://property.oytour.com";
vtUploadUrl = "http://upload.oytour.com";
vtViewUrl = "https://imgfile.oytour.com";
} else if (locationName.indexOf('oytour') !== -1) {
domainUrl = "https://mallapi.oytour.com";
domainUrl = "https://erpmallapi.oytour.com";
javaUrl = "http://property.oytour.com";
vtUploadUrl = "http://upload.oytour.com";
vtViewUrl = "https://imgfile.oytour.com";
......@@ -405,7 +405,7 @@ export default {
TenantId: TenantId,
EmpId: EmpId,
SmallShopsId: 0,
MiniAppId: "wxacd9f8cc3480d29e",
MiniAppId: "wxcf0727a7c78b501e",
OpenId: "ow_7I5cKHQJeQlNJOKoeERRhe6SA",
UserId: 21382,
}
......
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