距离您98米
距离您98米
  • 发布:2025-09-08 16:30
  • 更新:2025-09-08 16:30
  • 阅读:38

uniapp webview 内嵌H5,H5内的https://accounts.google.com 无法加载

分类:uni-app

uniapp webview 内嵌H5,H5内的https://accounts.google.com 无法加载

const script = document.createElement('script');
script.src = "https://accounts.google.com/gsi/client";
script.async = true;
script.defer = true;
script.onload = () => {
console.log("Google GSI client script loaded.");
_this.$toast.clear();
_this.initializeGoogleOneTap();
};
script.onerror = () => {
console.error("Failed to load Google GSI client script.");
};
document.head.appendChild(script);

基座一直走 console.error("Failed to load Google GSI client script.");

2025-09-08 16:30 负责人:无 分享
已邀请:

要回复问题请先登录注册