change codefund

This commit is contained in:
花裤衩 2020-06-09 11:50:34 +08:00
parent 8b5f4d00d6
commit 05ce7ac1ec
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ export default {
? '111'
: '96'
const template = 'horizontal'
axios.get(`https://codefund.io/properties/${codefundId}/funder.html?template=${template}`)
axios.get(`https://api.codefund.app/properties/${codefundId}/funder.html?template=${template}`)
.then(function(response) {
document.getElementById('codefund').innerHTML = response.data
})