Przeglądaj źródła

修改服务端口

chenxr3 4 lat temu
rodzic
commit
fb36419bdc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      ebc-middle-platform/src/conf/axios.config.js

+ 1 - 1
ebc-middle-platform/src/conf/axios.config.js

@ -40,7 +40,7 @@ const conf = {
40 40
  root: {
41 41
    test: {
42 42
      // baseURL: '/ipu'
43
      baseURL: 'http://10.19.90.34:8011/lr'
43
      baseURL: 'http://10.19.90.34:8001/lr'
44 44
    }
45 45
  }
46 46
}