Commit 804d01ec authored by haiyoucuv's avatar haiyoucuv

init

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