Commit be142f7f authored by 肖健's avatar 肖健

更换接口地址为京东域名

parent 6e4b0deb
// const baseUrl = 'https://r.ucaret.cn/test-api'; // 开发地址
// const baseUrl = 'http://4v7u6z.natappfree.cc'; // 开发地址
const baseUrl = 'https://jduniapp.uzosp.com'; // 线上地址
const baseUrl = 'https://movecar.jd.com'; // 线上地址
const httpRequest = (opts, data) => {
let httpDefaultOpts = {
url: baseUrl + opts.url,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment