移动端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

2 年前
12345678910111213
  1. const deptId = 100 ;
  2. export default
  3. {
  4. deptId,//区县ID
  5. }
  6. export const REGION = {
  7. YI_LONG_XIAN: '仪陇',
  8. }
  9. export const REGEXP = {
  10. PASSWORD: /^(?=.*\d)(?=.*[a-zA-Z])(?=.*[~!@#$%^&*])[\da-zA-Z~!@#$%^&*]{8,}$/,
  11. };