feign 动态创建client,拦截器执行多次 #2275

有个小Bug issues/I3854N
This commit is contained in:
zhangdaiscott
2021-02-21 09:44:13 +08:00
parent 386ae84941
commit 5aab4c855b
2 changed files with 16 additions and 15 deletions
@@ -175,7 +175,7 @@ export const JeecgThirdLoginMixin = {
this.bindingPhoneModal = false
this.doThirdLogin(res.result)
} else {
this.$message.$warning(res.message)
this.$message.warning(res.message)
}
})
},