consts.js 236 B

12345678910
  1. export default {
  2. enums: {
  3. buildType: {
  4. ExactIntelligent: 'ExactIntelligent',
  5. FullIntelligent: 'FullIntelligent',
  6. ExactHand: 'ExactHand',
  7. FullHand: 'ExactHand'
  8. }
  9. }
  10. }