mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-06 03:57:53 +08:00
change codefund
This commit is contained in:
parent
8b5f4d00d6
commit
05ce7ac1ec
@ -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
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user