request.js 234 字节
"use strict";const e=require("./interceptors.js"),t=require("../uni_modules/uview-plus/index.js");exports.initRequest=s=>{t.http.setConfig((e=>(e.baseURL="http://localhost:8999",e))),e.requestInterceptors(),e.responseInterceptors()};