浏览代码

修改服务端口

chenxr3 4 年之前
父节点
当前提交
fb36419bdc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ebc-middle-platform/src/conf/axios.config.js

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

40
  root: {
40
  root: {
41
    test: {
41
    test: {
42
      // baseURL: '/ipu'
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
}