{"id":146,"date":"2022-03-20T19:33:44","date_gmt":"2022-03-20T11:33:44","guid":{"rendered":"http:\/\/yanzhenhua.top\/?p=146"},"modified":"2022-06-29T09:44:38","modified_gmt":"2022-06-29T01:44:38","slug":"axios%e7%9a%84%e5%b0%81%e8%a3%85","status":"publish","type":"post","link":"http:\/\/yanzhenhua.top\/?p=146","title":{"rendered":"axios\u7684\u5c01\u88c5"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>import axios from \"axios\";\n\nexport function request(config) {\n  return new Promise(((resolve, reject) =&gt; {\n    \/\/1\u521b\u5efaaxios\u5b9e\u4f8b\n    const instance = axios.create({\n      baseURL: 'http:\/\/123.207.32.32:8000',\n      timeout: 5000\n    })\n\n    \/\/2 axios\u62e6\u622a\u5668\n    instance.interceptors.request.use(config =&gt; {\n      \/\/\u7b5b\u9009\u4e0d\u7b26\u5408\u670d\u52a1\u5668\u8981\u6c42\u7684\u4fe1\u606f\n      \/\/\u53d1\u9001\u7f51\u7edc\u8bf7\u6c42\u65f6\u5019\uff0c\u7ebf\u4e0aloading\n      \/\/\u643a\u5e26token\n      return config\n    }, err =&gt; {\n\n    })\n    \/\/2.2\u54cd\u5e94\u62e6\u622a\n    instance.interceptors.response.use(res =&gt; {\n\n      return res.data\n    }, err =&gt; {\n\n    })\n\n    \/\/3\u53d1\u9001\u7f51\u7edc\u8bf7\u6c42\n    return instance(config)\n  }))\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":{"0":"post-146","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"hentry","6":"category-vue","7":"h-entry","9":"h-as-article"},"_links":{"self":[{"href":"http:\/\/yanzhenhua.top\/index.php?rest_route=\/wp\/v2\/posts\/146","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/yanzhenhua.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/yanzhenhua.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/yanzhenhua.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/yanzhenhua.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=146"}],"version-history":[{"count":2,"href":"http:\/\/yanzhenhua.top\/index.php?rest_route=\/wp\/v2\/posts\/146\/revisions"}],"predecessor-version":[{"id":154,"href":"http:\/\/yanzhenhua.top\/index.php?rest_route=\/wp\/v2\/posts\/146\/revisions\/154"}],"wp:attachment":[{"href":"http:\/\/yanzhenhua.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=146"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/yanzhenhua.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=146"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/yanzhenhua.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=146"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}