大佬 我把项目的文件全部复制到一个新的文件,为什么出现
Failed to compile.
./src/routes/Login/index.js
Syntax error: Unexpected token (24:0)
22 |
23 |
24 | @withRouter @Inject('appStore') @observer
| ^
25 | class Login extends React.Component {
26 | state = {
27 | showBox: 'login', //展示当前表单

在原文件可以跑起来