Commit 46de498b authored by 黄媛媛's avatar 黄媛媛

1

parent b57c97d1
...@@ -55,7 +55,11 @@ export default { ...@@ -55,7 +55,11 @@ export default {
Vue.prototype.domainManager = function() { Vue.prototype.domainManager = function() {
let domainUrl = ''; let domainUrl = '';
domainUrl = "https://mallapi.oytour.com"; domainUrl = "https://mallapi.oytour.com";
domainUrl = "https://localhost:5001"; // domainUrl = "https://localhost:5001";
// domainUrl = "http://192.168.2.65";
// domainUrl = "http://192.168.2.16:8088";
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";
......
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