提交 c14b2986 编写于 作者: lizhongyi_'s avatar lizhongyi_

fix: 调整uts-syntaxcase iOS 避免云打包报错

上级 dd8ad803
...@@ -128,6 +128,6 @@ class RequestTaskImpl implements RequestTask { ...@@ -128,6 +128,6 @@ class RequestTaskImpl implements RequestTask {
} }
} }
export function request(url : string) : RequestTask { export function request(url : string) : RequestTask | null {
return new RequestTaskImpl(url) return new RequestTaskImpl(url)
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册