Skip to content

Commit

Permalink
fix: 更新演示表格下载地址和下载方式
Browse files Browse the repository at this point in the history
fix #259
  • Loading branch information
FairyEver committed Apr 19, 2020
1 parent 79aaad0 commit be64607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/demo/plugins/import/csv.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default {
return false
},
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')
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/demo/plugins/import/xlsx.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default {
return false
},
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')
}
}
}
Expand Down

0 comments on commit be64607

Please sign in to comment.