收藏
回答

小程序性开发引入腾讯验证码插件时出现错误

框架类型 问题类型 操作系统 工具版本
小程序 Bug Windows 1.06.2405102win32-x64

// app.json

    "plugins": {
        "captcha": {
            "version""2.1.0", 
            "provider""wx1fe8d9a3cb067a75"
        }
    }

// index.json

{
    "usingComponents": {
      "t-captcha""plugin://captcha/t-captcha"
     }
  }


抛出异常"plugin://wx1fe8d9a3cb067a75/t-captcha" has been used as another component or page. Please do not register multiple components or pages with the same alias.(env: Windows,mp,1.06.2405102; lib: 3.4.2)

每点击一次编译就会出现一次报错,但是清除缓存后首次点击编译不会出现错误。

回答关注问题邀请回答
收藏

1 个回答

  • 走过的路
    走过的路
    05-13

    经过测试,版本回退到1.06.2308300报错问题得到解决。

    05-13
    有用
    回复
登录 后发表内容