Fu
Fu
如果不想激活邮箱就登录的话要注释掉 /app.js 中的 ```javascript if (!existUser.active) { // 发送激活邮件 return null; } ``` 否则要配置邮件服务 /app/config/config.default.js ```javascript config.mail_opts = { host: 'smtp.126.com', port: 25, auth: { user: '[email protected]', pass: 'club' },...
应该是nacos-coredns-plugin/nacos/util_and_comms.go"中的Version = "Nacos-go-client:v0.1.0" 的版本号不对,请问如何与nacos上版本号匹配?
@bogdancrisu did you work it out? I met the same error,thx.