Commit 2609407b by qlintonger xeno

删除ts错误+1

parent 2189170a
......@@ -43,7 +43,6 @@ export async function fetchCommonFunc(
cb(res);
} catch (e: any) {
console.log('error in fetch', e);
displayError(`处理${txt}失败,错误信息:${e.message}`);
} finally {
if (loaderRef) {
loaderRef.value = false
......
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