Commit 804d01ec authored by haiyoucuv's avatar haiyoucuv

init

parent ea23f1e7
......@@ -51,7 +51,6 @@ export function request(config: IReqConfig) {
data: params,
header,
success(response) {
console.log(1111, response)
if (+response.statusCode === 200) {
resolve(response.data as IResData);
} else {
......
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