1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00

change api

This commit is contained in:
Pan 2019-06-05 09:39:36 +08:00
parent b7b12acbd2
commit e0da0d0268

View File

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