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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-phone",
3
- "version": "3.0.49-50",
3
+ "version": "3.0.49-55",
4
4
  "description": "手机模块 前端组件",
5
5
  "author": "何宁社 <524395609@qq.com>",
6
6
  "license": "ISC",
@@ -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
- await this.$showMessage('登录系统: 此账户的密码过于简单,请修改密码后重新登陆!!!', ['confirm'])
339
- this.modifyPassword = true
340
- return
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) {
@@ -346,6 +346,7 @@ export default {
346
346
  const res = HostApp.isLocationEnabled()
347
347
  if (res.code == 200 && res.data == false){
348
348
  await this.$showMessage('检测到定位未开启,请开启定位!', ['confirm'])
349
+ return
349
350
  }
350
351
  this.$goto('nav-bottom')
351
352
  } catch (e) {