fix build error

This commit is contained in:
liangping 2023-09-11 13:06:20 +08:00
parent ecfd56ec0b
commit 74834783fa

View File

@ -16,7 +16,7 @@ export const useNFTModule = defineStore('module-nft', {
return useBlockchain()
},
client() {
const client = new NFTRestClient(this.chain.rest, DEFAULT)
const client = new NFTRestClient("", DEFAULT)
return client
}
},