merge
This commit is contained in:
parent
e39a746389
commit
fc7d0349dc
@ -203,7 +203,7 @@ export default {
|
|||||||
this.address = this.formatAddress(AppModule.account);
|
this.address = this.formatAddress(AppModule.account);
|
||||||
this.$axios
|
this.$axios
|
||||||
.post(process.env.VUE_APP_API_HOST + "/aa1/user_info", {
|
.post(process.env.VUE_APP_API_HOST + "/aa1/user_info", {
|
||||||
account: "0x8150be5b11Aa7d75a5e36F752d43727277848659",
|
account: AppModule.account,
|
||||||
})
|
})
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
console.log("success", res.data);
|
console.log("success", res.data);
|
||||||
@ -218,7 +218,7 @@ export default {
|
|||||||
});
|
});
|
||||||
this.$axios
|
this.$axios
|
||||||
.post(process.env.VUE_APP_API_HOST + "/aa1/list_event_log", {
|
.post(process.env.VUE_APP_API_HOST + "/aa1/list_event_log", {
|
||||||
account: "0x8150be5b11Aa7d75a5e36F752d43727277848659",
|
account: AppModule.account,
|
||||||
})
|
})
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
console.log("success", res.data);
|
console.log("success", res.data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user