|
|
@@ -35,8 +35,11 @@ Vue.prototype.$baseUrl = baseUrl;
|
|
|
Vue.prototype.$widgetBaseUrl = 'http://116.62.160.108:8180/';
|
|
|
Vue.prototype.$handleDomain = 'http://121.43.171.110:8082/'
|
|
|
Vue.prototype.$handleUrl = 'http://121.43.171.110:8082/webService/call'
|
|
|
- // Vue.prototype.$widgetBaseUrl = 'http://172.16.86.43:8180/';
|
|
|
- // Vue.prototype.$handleUrl = 'http://180.169.224.24:8082/webService/call'
|
|
|
+
|
|
|
+// Vue.prototype.$widgetBaseUrl = 'http://172.16.86.43:8180/';
|
|
|
+// Vue.prototype.$handleDomain = 'http://180.169.224.24:8082/'
|
|
|
+// Vue.prototype.$handleUrl = 'http://180.169.224.24:8082/webService/call'
|
|
|
+
|
|
|
axios.defaults.withCredentials = true;
|
|
|
axios.defaults.baseURL = baseUrl;
|
|
|
Vue.prototype.$http = {
|
|
|
@@ -399,4 +402,4 @@ new Vue({
|
|
|
template: `<keep-alive include="*">
|
|
|
<router-view></router-view>
|
|
|
</keep-alive>`
|
|
|
-});
|
|
|
+});
|