14:38:49.338 [@vue/compiler-sfc] defineProps is a compiler macro and no longer needs to be imported.
14:38:49.338
14:38:49.338 [@vue/compiler-sfc] defineEmits is a compiler macro and no longer needs to be imported.
14:38:49.338
14:38:49.698 [@vue/compiler-sfc] defineExpose is a compiler macro and no longer needs to be imported.
14:38:49.698
14:39:03.977 [plugin:vite:reporter]
14:39:03.977 (!) D:/A-ZTT/crmmobile/components/base/comment-list/commentItem.vue is dynamically imported by D:/A-ZTT/crmmobile/components/base/comment-list/commentItem.vue but also statically imported by D:/A-ZTT/crmmobile/components/base/comment-list/index.vue, D:/A-ZTT/crmmobile/pages_crm/detail/record/components/likeComments.vue, dynamic import will not move module into another chunk.
14:39:03.977
14:39:03.977 [plugin:vite:reporter]
14:39:03.977 (!) D:/A-ZTT/crmmobile/pages_crm/detail/components/detailSection/baseInfoItem.vue is dynamically imported by D:/A-ZTT/crmmobile/pages_crm/detail/components/detailSection/baseInfoItem.vue but also statically imported by D:/A-ZTT/crmmobile/pages_crm/detail/components/detailSection/baseInfo.vue, D:/A-ZTT/crmmobile/pages_crm/detail/components/tabAbout/aboutProduct.vue, dynamic import will not move module into another chunk.
14:39:03.977
14:39:03.977 [plugin:vite:reporter]
14:39:03.977 (!) D:/A-ZTT/crmmobile/pages_crm/common/components/baseInfoItem.vue is dynamically imported by D:/A-ZTT/crmmobile/pages_crm/common/components/baseInfoItem.vue but also statically imported by D:/A-ZTT/crmmobile/pages_crm/common/customFlowDetail.vue, dynamic import will not move module into another chunk.
14:39:03.977
14:39:09.288 项目 crmmobile 编译成功。
14:39:09.434 ready in 26922ms.
14:39:10.307 手机端调试基座版本号为4.85, 版本号相同,跳过基座更新
14:39:10.307 正在建立手机连接...
14:39:10.337 正在同步手机端程序文件...
14:39:28.374 同步手机端程序文件完成
14:39:28.389 联机调试并非打包,调试基座 HBuilder 是默认的测试包,权限、图标都不可自定义。只有在点菜单"发行-发行为原生安装包"时才能自定义这些设置
14:39:28.389 项目 [crmmobile] 已启动。请点击手机/模拟器的运行基座App(HBuilder)查看效果。如应用未更新,请在手机上杀掉基座进程重启。
m***@163.com
- 发布:2025-11-26 14:48
- 更新:2025-11-26 16:48
- 阅读:25
2 个回复
Ask小助手
iOS云打包后真机运行白屏但调试模式正常,常见原因及解决方案:
证书问题:自2022年9月14日起,iOS真机不再支持标准调试基座。云打包需使用自有证书或DCloud的正式发布证书。请确认云打包iOS证书配置正确。
资源路径问题:云打包后资源路径与调试环境不同。检查
manifest.json中plus->distribute->apple配置,确保ipa包名与项目匹配。参考真机运行常见问题。JS错误导致白屏:调试模式下HBuilderX会捕获错误,但云打包后需通过Xcode查看日志。将设备连接Xcode,在Console中查找具体错误。
网络请求阻塞:检查云函数/接口请求是否因域名未备案或HTTPS问题失败。可在
manifest.json中添加"networkTimeout"配置延长超时时间。版本兼容性:当前正式版4.85可能存在iOS特定问题。建议升级到最新alpha版(4.86),已修复多个iOS问题如canvas闪退、CSS transform异常等。
操作建议:
plus->distribute->apple->infoPlist中的权限配置是否完整iOS云打包指南 | 真机调试技巧
蔡cai - 开发的插件:https://ask.dcloud.net.cn/article/41539
components/base/comment-list/commentItem.vue这个文件的defineProps、defineEmits、defineExpose怎么引入
蔡cai
翻译出来是这样,defineProps 是一个编译器宏,无需再导入。【捂脸】
2025-11-26 16:56
要回复问题请先登录或注册
公告
更多>相关问题