import fetch from "isomorphic-unfetch"; class SelfFetch { // 让每个promise请求都trycatch async baseMethod(fn) { if (fn) { try { const res = ...
確定! 回上一頁