老师,那个问题解决了。
但是我还有个问题
import App from './App.jsx'; //后面带.jsx不会报错
如果后面没有带.jsx的话
运行会报这个错误:
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. Check the render method of `Department`
但是我在以往的react项目中都是没有带后缀的。