Kaynağa Gözat

Terms and Conditions Update

master
30117125 4 yıl önce
ebeveyn
işleme
d311e1e971
2 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 2
    2
      src/main.js
  2. 2
    2
      vue.config.js

+ 2
- 2
src/main.js Dosyayı Görüntüle

29
 });
29
 });
30
 Vue.config.productionTip = false;
30
 Vue.config.productionTip = false;
31
 //axios.defaults.baseURL = "http://localhost:57260";
31
 //axios.defaults.baseURL = "http://localhost:57260";
32
-//axios.defaults.baseURL = "http://training.provision-sa.com:82";
33
-axios.defaults.baseURL = "http://localhost:8080/";
32
+axios.defaults.baseURL = "http://training.provision-sa.com:82";
33
+//axios.defaults.baseURL = "http://localhost:8080/";
34
 
34
 
35
 Vue.prototype.$axios = axios;
35
 Vue.prototype.$axios = axios;
36
 const pluginOptions = {
36
 const pluginOptions = {

+ 2
- 2
vue.config.js Dosyayı Görüntüle

2
   devServer: {
2
   devServer: {
3
     proxy: {
3
     proxy: {
4
       "/api": {
4
       "/api": {
5
-        target: "http://localhost:57260/",
6
-        //target: "http://training.provision-sa.com:82",
5
+        //target: "http://localhost:57260/",
6
+        target: "http://training.provision-sa.com:82",
7
         changeOrigin: true
7
         changeOrigin: true
8
       },
8
       },
9
       "/nph-srep": {
9
       "/nph-srep": {

Loading…
İptal
Kaydet