1.只有export default导出的,才可以用import xxx from './xx/xx'导入,如果不是export default导出的,就只能用import {xxx} from './xx/xx'导入。