Commit 1feb03f1 by zhaochengxiang

bug fix

parent a6418024
...@@ -99,7 +99,7 @@ const callback = resp => { ...@@ -99,7 +99,7 @@ const callback = resp => {
throw resp.data; throw resp.data;
} }
return resp.data || resp; return resp.data??resp;
} }
export function getTemplateType() { export function getTemplateType() {
......
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