system-phone 3.0.49-50 → 3.0.49-55
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
|
@@ -334,11 +334,11 @@ export default {
|
|
|
334
334
|
console.log('获取参数结束')
|
|
335
335
|
this.loaderShow = false
|
|
336
336
|
// 弱口令验证
|
|
337
|
-
if (this.weakPassword && !(/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?!.*(123|321|abc|cba))[a-zA-Z\d!@#$%^&*()_+-=<>?]{8,16}$/.test(this.password))) {
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
}
|
|
337
|
+
// if (this.weakPassword && !(/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?!.*(123|321|abc|cba))[a-zA-Z\d!@#$%^&*()_+-=<>?]{8,16}$/.test(this.password))) {
|
|
338
|
+
// await this.$showMessage('登录系统: 此账户的密码过于简单,请修改密码后重新登陆!!!', ['confirm'])
|
|
339
|
+
// this.modifyPassword = true
|
|
340
|
+
// return
|
|
341
|
+
// }
|
|
342
342
|
this.$goto('nav-bottom')
|
|
343
343
|
} catch (e) {
|
|
344
344
|
if (Vue.android) {
|