fix: 更新演示表格下载地址和下载方式

fix #259
This commit is contained in:
FairyEver
2020-04-19 15:06:28 +08:00
parent 79aaad0985
commit be64607cec
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ export default {
return false return false
}, },
download () { download () {
window.location.href = 'http://fairyever.qiniudn.com/d2-admin-import-csv-demo.csv' this.$open('https://cdn.d2.pub/files/d2-admin/demo-csv.csv')
} }
} }
} }

View File

@@ -58,7 +58,7 @@ export default {
return false return false
}, },
download () { download () {
window.location.href = 'http://fairyever.qiniudn.com/d2-admin-import-xlsx-demo.xlsx' this.$open('https://cdn.d2.pub/files/d2-admin/demo-table.xlsx')
} }
} }
} }