0

我在我的应用程序中使用谷歌验证码。验证码被加载到 DEV 和 UAT 服务器上。但它没有加载到 Prod 服务器上。我在 environment.ts 文件中使用以下配置

  captcha: {
    baseUrl: 'https://www.google.com/recaptcha/enterprise.js',
    clientKey: '<clientId>'
  },

网页控制台没有错误。但是验证码没有加载到 UI 上。我的应用程序在 AWS cloudFormation 主机上运行。

4

0 回答 0