Commit 8d0ecffd authored by 黄奎's avatar 黄奎

配置文件修改

parent 4ad5f0cd
...@@ -56,11 +56,10 @@ export default { ...@@ -56,11 +56,10 @@ export default {
Vue.prototype.domainManager = function () { Vue.prototype.domainManager = function () {
let domainUrl = ''; let domainUrl = '';
let javaUrl = 'http://192.168.2.65:8018'; let javaUrl = 'http://192.168.2.65:8018';
domainUrl = "https://localhost:5001"; domainUrl = "http://192.168.10.160:8020"
//domainUrl = "http://192.168.20.24:8400"
let vtUploadUrl = "http://192.168.20.214:8120"; let vtUploadUrl = "http://192.168.10.214:8120";
let vtViewUrl = "http://192.168.20.214:8130"; let vtViewUrl = "http://192.168.10.214:8130";
let locationName = window.location.hostname; let locationName = window.location.hostname;
if (locationName.indexOf('testmall.oytour') !== -1) { if (locationName.indexOf('testmall.oytour') !== -1) {
......
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