昨天运行还是没问题的 今天就进不去了
npm run serve试试
可能是版本问题
可以尝试先删掉node_modules文件夹
然后执行npm install
最后执行npm run dev
如果控制台没有报错的话,那就是node包的问题,删掉再重新install