文章目录
- 1. 背景
- 2. 报错
- 3. 解决思路
- 4. 思考
- 参考
1. 背景
最近基于uniapp开发一款设备参数调试的APP软件,在使用第三方插件的过程中,出现下面的报错。
2. 报错
[plugin:vite:import-analysis] Cannot find module ‘D:/leaning/uniapp/demo/jk-uts-udp示例/uni_modules/uts-udp’ from ‘D:/leaning/uniapp/demo/jk-uts-udp示例/pages/server.vue’
19:17:01.849 at pages/server.vue:1:0
19:17:01.960 [Vue warn]: Unhandled error during execution of async component loader \n at \nat \nat \nat \nat \nat \nat \nat
19:17:02.007 [TypeError] {message: “Failed to fetch dynamically imported module: http://localhost:5173/pages/server.vue”}
出现这个错误,我是一头雾水,就是照着插件作者的例子调用的,一时间开发调试陷入僵局。
3. 解决思路
查阅了uniapp的文档和其他网友的分享,最终找到了问题的关键:
==打自定义调试基座<