y***@dgyiheda.com
y***@dgyiheda.com
  • 发布:2024-05-07 11:55
  • 更新:2024-05-07 16:17
  • 阅读:34

支付宝小程序编译提示__getMiniprogramGlobal__ is not defined 无法进入页面

分类:uni-app

请问getMiniprogramGlobal是uniapp内部使用的吗?应该如何解决此问题?

mini.project.json 配置
{
"format": 2,
"compileType": "mini",
"compileOptions": {
"component2": true,
"treeShaking": true,
"globalObjectMode": "enable",
"transpile": {}
},
"developOptions": {
"skipTranspile": true,
"sourcemap": true
}
}

2024-05-07 11:55 负责人:无 分享
已邀请:
DCloud_UNI_LXH

DCloud_UNI_LXH

uni-app 内部没有使用 getMiniprogramGlobal,看起来像是支付宝自己调用的

要回复问题请先登录注册