通过 npm install npm run build 编译, 放入nginx运行时报如下问题
Cannot find module '@/views/monitor/job/index'
查看/dist/static/js 目录, 所有的文件都只产生了一份
app.4730cce5.js
chunk-elementUI.ac18d8bf.js
chunk-libs.a0a9ecc5.js
删除node_modules 模块重新npm install 就好了, 哎为难死我这个java coder 了
Posted in: WEB开发
Comments are closed.