移动端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 line
221 B

  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. };