WalletConnect手机连接钱包报错:Cannot read property 'importKey' of undefined

3,010 阅读1分钟

原因是没有使用https协议,修改vue.config.js:devServer: { https: true }