Commit fa47713a authored by linxin's avatar linxin

add

parent 8f2b5eab
...@@ -28,12 +28,12 @@ module.exports = { ...@@ -28,12 +28,12 @@ module.exports = {
assetsSubDirectory: 'static', assetsSubDirectory: 'static',
assetsPublicPath: '/', assetsPublicPath: '/',
proxyTable: { proxyTable: {
'/xcmg_file': { // '/xcmg_file': {
target: 'http://lichee.iask.in', // target: 'http://lichee.iask.in',
changeOrigin: true, // changeOrigin: true,
pathRewrite: { // pathRewrite: {
'^/xcmg_file': '/xcmg_file' // '^/xcmg_file': '/xcmg_file'
} // }
}, },
}, },
......
...@@ -19,8 +19,9 @@ ...@@ -19,8 +19,9 @@
<span class="number-left">发票号码 {{ list.invoice_no }}</span> <span class="number-left">发票号码 {{ list.invoice_no }}</span>
<div class="number-right"> <div class="number-right">
<img src="@/assets/invoice/download.png"> <img src="@/assets/invoice/download.png">
<span class="invoice-download" @click="downLoad(list.file_url)">发票下载</span> <!-- <span class="invoice-download" @click="downLoad(list.file_url)">发票下载</span> -->
<!-- <a href="https://180.104.121.66:8090/dump_dir/032001700611_84582415.pdf">发票下载</a> --> <!-- <a href="http://180.104.121.66:8090/dump_dir/032001700611_84582415.pdf" download="http://180.104.121.66:8090/dump_dir/032001700611_84582415.pdf">pdf</a> -->
<a :href="list.file_url" download="电子发票.pdf">发票下载</a>
</div> </div>
</div> </div>
</div> </div>
......
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