浏览代码

fix prod url

amenpunk 1 年之前
父节点
当前提交
0c0b174f13
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/Utils/HTTP.js

+ 2 - 2
src/Utils/HTTP.js

3
 export class Service {
3
 export class Service {
4
 
4
 
5
   constructor(path) {
5
   constructor(path) {
6
-    this.base_url = 'http://204.48.25.93:8081'
6
+    // this.base_url = 'http://204.48.25.93:8081'
7
+    this.base_url = 'https://psicoadmin.ditca.org:8443'
7
     this.url = this.base_url + path
8
     this.url = this.base_url + path
8
-    // this.base_url = 'http://psicoadmin.ditca.org:8081'
9
     // this.api =  'http://204.48.25.93:8081/user?user=patrik&password=12345'
9
     // this.api =  'http://204.48.25.93:8081/user?user=patrik&password=12345'
10
     // this.api =  'http://psicoadmin.ditca.org:8081/user?user=patrik&password=12345'
10
     // this.api =  'http://psicoadmin.ditca.org:8081/user?user=patrik&password=12345'
11
   }
11
   }