27a0481.js.map 3.1 KB

1
  1. {"version":3,"sources":["webpack:///./pages/pdf/_id.vue","webpack:///./pages/pdf/_id.vue?aebd","webpack:///./pages/pdf/_id.vue?5c5c"],"names":["layout","created","this","$axios","get","params","project_id","$route","id","then","res","fetch","result","file_path","method","responseType","status","json","arrayBuffer","blobRes","e","Blob","type","link","window","URL","createObjectURL","a","document","createElement","href","download","file_name","click","catch","err","console","error","component","_c","_self"],"mappings":"yIAAA,ICAyP,EDCxO,CACbA,OAAQ,eACRC,QAAO,WACLC,KAAKC,OAAOC,IAAI,WAAY,CAAEC,OAAO,CAACC,YAAaJ,KAAKK,OAAOF,OAAOG,MAAMC,MAAK,SAACC,GAChFC,MAAMD,EAAIE,OAAOC,UAAW,CAC5BC,OAAQ,MACRC,aAAc,gBAEbN,MAAK,SAAUC,GACd,OAAmB,MAAfA,EAAIM,OACCN,EAAIO,OAENP,EAAIQ,aACb,IACCT,MAAK,SAACU,GAEL,IAAMC,EAAI,IAAIC,KAAK,CAACF,GAAU,CAC5BG,KAAM,2BACN,sBAAuB,eAGnBC,KAAOC,OAAOC,IAAIC,gBAAgBN,GACpCO,EAAIC,SAASC,cAAc,KAC/BF,EAAEG,KAAOP,KACTI,EAAEI,SAAWrB,EAAIE,OAAOoB,UACxBL,EAAEM,OACJ,IAAGC,OAAM,SAAAC,GACPC,QAAQC,MAAMF,EAChB,GACF,GACF,EACArB,OAAO,CACP,G,QE1BAwB,UAAY,YACd,GFRW,WAA+C,OAAOC,EAA5B,KAAYC,MAAMD,IAAa,MACtE,GACsB,IESpB,EACA,KACA,KACA,MAIa,UAAAD,U","file":"27a0481.js","sourcesContent":["\n export default {\n layout: \"blank_layout\",\n created(){\n this.$axios.get(\"/bxh/pdf\", { params:{project_id: +this.$route.params.id}}).then((res) => {\n fetch(res.result.file_path, {\n method: 'get',\n responseType: 'arraybuffer',\n })\n .then(function (res) {\n if (res.status !== 200) {\n return res.json()\n }\n return res.arrayBuffer()\n })\n .then((blobRes) => {\n // 生成 Blob 对象,设置 type 等信息\n const e = new Blob([blobRes], {\n type: 'application/octet-stream',\n 'Content-Disposition': 'attachment'\n })\n // 将 Blob 对象转为 url\n const link = window.URL.createObjectURL(e)\n let a = document.createElement('a');\n a.href = link;\n a.download = res.result.file_name;\n a.click();\n }).catch(err => {\n console.error(err)\n })\n });\n },\n method:{\n }\n };\n ","import mod from \"-!../../node_modules/babel-loader/lib/index.js??ref--2-0!../../node_modules/@nuxt/components/dist/loader.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./_id.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../node_modules/babel-loader/lib/index.js??ref--2-0!../../node_modules/@nuxt/components/dist/loader.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./_id.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./_id.vue?vue&type=template&id=34d2cab7\"\nimport script from \"./_id.vue?vue&type=script&lang=js\"\nexport * from \"./_id.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}