system-clients 3.2.1-7 → 3.2.1-8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -180,10 +180,13 @@
|
|
180
180
|
self.$showMessage('登录系统: 此账户的密码过于简单,请修改密码后重新登陆!!!', ['confirm']).then((res) => {
|
181
181
|
self.modifyPwShow = true
|
182
182
|
})
|
183
|
-
} else if ((!
|
183
|
+
} else if ((!self.otherLogin) && self.config.depPrompt) {
|
184
184
|
self.depPromptShow = true
|
185
185
|
} else {
|
186
186
|
self.$goto('home-page', {functions: self.$login.f})
|
187
|
+
if(this.otherLogin){
|
188
|
+
window.location.search=""
|
189
|
+
}
|
187
190
|
if (self.$login) {
|
188
191
|
console.log('登录信息', self.$login.f)
|
189
192
|
global.login=self.$login.f
|