config.js 95 B

12345678
  1. /**
  2. *
  3. 用与配置
  4. */
  5. export default {
  6. getPhone: true // 需要获取用户手机号
  7. }