system-phone 3.0.49-18 → 3.0.49-19
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
|
@@ -314,10 +314,6 @@ export default {
|
|
|
314
314
|
+ ' ' + (hour<10? '0'+ hour : hour) + ':' + (min<10? '0'+ min : min) + ':' + (sec<10? '0'+ sec : sec)
|
|
315
315
|
}}
|
|
316
316
|
}
|
|
317
|
-
// 获取参数
|
|
318
|
-
console.log('获取参数system以及安检参数')
|
|
319
|
-
await asyncReady(this, this.$androidUtil.getProxyUrl())
|
|
320
|
-
console.log('获取参数结束')
|
|
321
317
|
this.loaderShow = false
|
|
322
318
|
// 弱口令验证
|
|
323
319
|
if (this.weakPassword && !(/^(?:(?=.*[a-zA-Z])(?=.*[0-9])(?=.*[^A-Za-z0-9])).*$/.test(this.password))) {
|