This commit is contained in:
huangjinming 2022-11-17 17:00:00 +08:00
parent e39a746389
commit fc7d0349dc

View File

@ -203,7 +203,7 @@ export default {
this.address = this.formatAddress(AppModule.account);
this.$axios
.post(process.env.VUE_APP_API_HOST + "/aa1/user_info", {
account: "0x8150be5b11Aa7d75a5e36F752d43727277848659",
account: AppModule.account,
})
.then((res) => {
console.log("success", res.data);
@ -218,7 +218,7 @@ export default {
});
this.$axios
.post(process.env.VUE_APP_API_HOST + "/aa1/list_event_log", {
account: "0x8150be5b11Aa7d75a5e36F752d43727277848659",
account: AppModule.account,
})
.then((res) => {
console.log("success", res.data);