Failed to load module script: Expected a JavaScript module script but the server

489 阅读1分钟

据说这个错有很多原因. 我的原因是服务器部署方式不能从根目录获取文件/图片 在vite.config.js里加base: './',

image.png