Commit 50f2a9b9 authored by 肖健's avatar 肖健

正式环境接口地址

parent 7c4bb4e5
// const baseUrl = 'https://r.ucaret.cn/test-api'; // 开发地址
const baseUrl = 'http://4v7u6z.natappfree.cc'; // 开发地址
// const baseUrl = 'https://jduniapp.uzosp.com'; // 线上地址
// const baseUrl = 'http://4v7u6z.natappfree.cc'; // 开发地址
const baseUrl = 'https://jduniapp.uzosp.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