const.js 118 B

12345678
  1. export default {
  2. identity: {
  3. VIP: 1,
  4. SUN_VIP: 2,
  5. NO_LOGIN: 3
  6. },
  7. jurisdiction: {}
  8. }