index.js 96 B

1234
  1. export const langList = [
  2. { key: 'CN', label: '中文' },
  3. { key: 'EN', label: 'English' }
  4. ]