|
@@ -233,7 +233,7 @@ const handleVisitDapp = (item) => {
|
|
|
oaid:systemStore.DeviceId
|
|
|
})
|
|
|
);
|
|
|
- openDapp('http://192.168.0.11:5173/#/', { dapp, d:walletStore.account });
|
|
|
+ openDapp(item.url, { dapp, d:walletStore.account });
|
|
|
};
|
|
|
const loadHistoryList = () => {
|
|
|
const history = systemStore.DAPP_CACHE_KEY;
|