thirdpayment
elf 11 months ago
parent 04f7820458
commit 0c9d207ed4

@ -103,7 +103,7 @@
console.log('submit!');
},
openAccount() {
axios.post('/account/pen-account', {token: window.sessionStorage.getItem('token')})
axios.post('/account/open-account', {token: window.sessionStorage.getItem('token')})
.then( (response) => {
console.log(response);
let result = response.data

Loading…
Cancel
Save