Commit 72199163 authored by 肖健's avatar 肖健

接口地址改为测试环境

parent f13ed3d2
const baseUrl = 'https://jduniapp.uzosp.com/api';
const baseUrl = 'https://jduniapp.uzosp.com/test-api';
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