如果没有开uni统计就正常使用,开了uni统计,app就卡在启动页面.
- 发布:2023-11-02 10:46
- 更新:2023-11-02 11:44
- 阅读:308
产品分类: uniapp/App
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: macOS 12.6.3
HBuilderX类型: 正式
HBuilderX版本号: 3.95
手机系统: Android
手机系统版本号: Android 13
手机厂商: 华为
手机机型: nova 10
页面类型: nvue
vue版本: vue3
打包方式: 离线
项目创建方式: HBuilderX
操作步骤:
预期结果:
开了uni统计正常使用
开了uni统计正常使用
实际结果:
开了uni统计,app就卡在启动页面.
开了uni统计,app就卡在启动页面.
bug描述:
如果没有开uni统计就正常使用,开了uni统计,app就卡在启动页面.
你这是不是一个纯 nvue 的项目?
-
我是谁666 (作者)
是的,我看了源码。const uniStatisticsConfig = process.env.UNI_STATISTICS_CONFIG;是这个配置有问题,获取到的内容是空的,所以都报错了.里面没有任何配置
2023-11-02 12:41
我是谁666 (作者)
11:02:49.824 You are running the esm-bundler build of vue-i18n. It is recommended to configure your bundler to explicitly replace feature flag globals with boolean literals to get proper tree-shaking in the final bundle.
11:02:50.627 reportJSException >>>> exception function:createInstanceContext, exception:white screen cause create instanceContext failed,check js stack ->Uncaught TypeError: Cannot read property 'reportInterval' of undefined
at get_report_Interval (app-service.js:327901:36)
at (app-service.js:328014:26)
at (app-service.js:328750:3)
11:02:50.834 reportJSException >>>> exception function:createInstanceContext, exception:white screen cause create instanceContext failed,check js stack ->Uncaught TypeError: (0 , import_pinia.defineStore) is not a function
at (pages/fxtj/index.js.nvue:1245:54)
at (pages/fxtj/index.js.nvue:7459:3)
2023-11-02 11:04