|
|
@@ -844,7 +844,7 @@ export default {
|
|
|
if (val.appKey == null || val.appKey === '') {
|
|
|
return this.$message.warning("没有授权码,无法登录企业微信,请授权");
|
|
|
}
|
|
|
- loginQwIpad({qwUserId: val.id, isNewVersion:true}).then(res => {
|
|
|
+ loginQwIpad({qwUserId: val.id}).then(res => {
|
|
|
this.qwUserId = val.id;
|
|
|
this.qwLogin.code = null;
|
|
|
this.imageLoading = false;
|