|
@@ -11,13 +11,13 @@ import Vuetify from "vuetify";
|
11
|
11
|
import VueSocialSharing from "vue-social-sharing";
|
12
|
12
|
import VueCurrencyInput from "vue-currency-input";
|
13
|
13
|
import VueFloatLabel from "vue-float-label";
|
14
|
|
-import VueCryptojs from "vue-cryptojs"
|
|
14
|
+import VueCryptojs from "vue-cryptojs";
|
15
|
15
|
|
16
|
16
|
Vue.use(VueSocialSharing);
|
17
|
17
|
Vue.use(EvaIcons);
|
18
|
18
|
Vue.use(Vuetify);
|
19
|
19
|
Vue.use(VueFloatLabel);
|
20
|
|
-Vue.use(VueCryptojs)
|
|
20
|
+Vue.use(VueCryptojs);
|
21
|
21
|
|
22
|
22
|
Vue.use(VueGoogleMaps, {
|
23
|
23
|
load: {
|
|
@@ -33,7 +33,7 @@ Vue.use(VueGoogleMaps, {
|
33
|
33
|
});
|
34
|
34
|
Vue.config.productionTip = false;
|
35
|
35
|
//axios.defaults.baseURL = "http://localhost:57260";
|
36
|
|
-axios.defaults.baseURL = "http://training.provision-sa.com:82";
|
|
36
|
+axios.defaults.baseURL = "https://www.pvsl.co.za:86/";
|
37
|
37
|
//axios.defaults.baseURL = "http://localhost:8080/";
|
38
|
38
|
|
39
|
39
|
Vue.prototype.$axios = axios;
|