import enLocale from 'element-ui/lib/locale/lang/en' //引入element语言包 const en = { overall:{ dashboard:'dashboard', project:'project', asset:'asset' }, ...enLocale } export default en;