问题原因:模块加载错误

方法1:

vue.config.js文件:公共路径由相对路径改成绝对路径

publicPath: './',

更改为 publicPath: '/'

方法2: (如果用了路由懒加载)

取消懒加载

Logo

前往低代码交流专区

更多推荐