|
|
@@ -110,7 +110,7 @@ Component({
|
|
|
"imagecaptcha": this.data.imagecaptcha || '',
|
|
|
"systemclient": "wechatsaletool"
|
|
|
});
|
|
|
- if (res.remindchangepassword) return wx.showModal({
|
|
|
+ if (res.remindchangepassword && _Http.ENV === 'release') return wx.showModal({
|
|
|
title: '提示',
|
|
|
content: '当前密码为系统初始化密码,请修改后重新登录',
|
|
|
showCancel: false,
|
|
|
@@ -152,7 +152,7 @@ Component({
|
|
|
"imagecaptcha": this.data.imagecaptcha || '',
|
|
|
"systemclient": "wechatsaletool"
|
|
|
});
|
|
|
- if (res.remindchangepassword) return wx.showModal({
|
|
|
+ if (res.remindchangepassword && _Http.ENV === 'release') return wx.showModal({
|
|
|
title: '提示',
|
|
|
content: '当前密码为系统初始化密码,请修改后重新登录',
|
|
|
showCancel: false,
|