Tinymeng微梦
Results
3
issues of
Tinymeng微梦
大家如果有问题交流,发在这里吧!
xin-think部署在服务器以后(未修改任何代码,接口正常),报错: node:22 react-dom.production.min.js:188 TypeError: (0 , o.useAccess) is not a function at c (index.tsx:9:27) index.js:33 TypeError: (0 , o.useAccess) is not a function at c (index.tsx:9:27) {componentStack: '\n at c...
修改function captcha()的方法返回声明,因 src/Captcha.php 中create会返回Response|array两种类型,使用时报错。 解决config文件如下,api调用时报错。 return [ // 是否采用API模式生成 'api' => true, ];