经过测试,版本回退到1.06.2308300报错问题得到解决。
小程序性开发引入腾讯验证码插件时出现错误// 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) 每点击一次编译就会出现一次报错,但是清除缓存后首次点击编译不会出现错误。
05-13这个问题至今使用最新版本的编辑器在TS开发中仍然存在。
腾讯云t-captcha插件使用报错?我在微信小程序开过过程中使用到腾讯云的验证码插件t-captcha,使用一切都OK,但是开发者工具总是会报如下错误:lugin://wx1fe8d9a3cb067a75/t-captcha" has been used as another component or page. Please do not register multiple components or pages with the same alias,有谁知道如何解决?
05-13