|
@@ -230,6 +230,7 @@ const handleVisitDapp = (item) => {
|
|
JSON.stringify({
|
|
JSON.stringify({
|
|
address: walletStore.account,
|
|
address: walletStore.account,
|
|
privateKey: walletStore.privateKey,
|
|
privateKey: walletStore.privateKey,
|
|
|
|
+ oaid:systemStore.DeviceId
|
|
})
|
|
})
|
|
);
|
|
);
|
|
openDapp(item.url, { dapp });
|
|
openDapp(item.url, { dapp });
|