|
@@ -1,7 +1,7 @@
|
|
/*
|
|
/*
|
|
* @Author: your name
|
|
* @Author: your name
|
|
* @Date: 2021-12-13 09:43:22
|
|
* @Date: 2021-12-13 09:43:22
|
|
- * @LastEditTime: 2022-03-31 15:20:40
|
|
|
|
|
|
+ * @LastEditTime: 2022-04-06 17:43:49
|
|
* @LastEditors: your name
|
|
* @LastEditors: your name
|
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
* @FilePath: \Foshan4A2.0\src\utils\validate.js
|
|
* @FilePath: \Foshan4A2.0\src\utils\validate.js
|
|
@@ -135,7 +135,7 @@ export function pwdProduce(minLen, maxLen, struc) {
|
|
// 字母
|
|
// 字母
|
|
const alphabet = 'abcdefghijklmnopqrstuvwxyz'
|
|
const alphabet = 'abcdefghijklmnopqrstuvwxyz'
|
|
// 特殊字符
|
|
// 特殊字符
|
|
- const special = ['!', '%', '&', ',', ';', '=', '?', '$', '@', '#', '$', '*', "'"]
|
|
|
|
|
|
+ const special = ['`', '~', '!', '@', '#', '$', '%', '^', '&', '*', '(', ')', '-', '_', '+', '=', '[', '{', ']', '}', '\\', '|', ';', ':', "'", '"', ',', '<', '.', '>', '/', '?']
|
|
//数字
|
|
//数字
|
|
const numbers = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]
|
|
const numbers = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]
|
|
// 密码随机长度
|
|
// 密码随机长度
|