|
|
@ -107,7 +107,7 @@ export default { |
|
|
|
const data = await this.$u.api.homeIdentity(); |
|
|
|
this.setIdentityInfo(data); |
|
|
|
} catch (error) { |
|
|
|
console.log('error: ', error); |
|
|
|
console.error('error: ', error); |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
@ -115,7 +115,6 @@ export default { |
|
|
|
* 绑定工具箱 |
|
|
|
*/ |
|
|
|
async bindTool() { |
|
|
|
console.log('绑定工具箱'); |
|
|
|
try { |
|
|
|
const params = { toolCode: this.toolCode }; |
|
|
|
await this.getBindTool(params); |
|
|
|