@@ -66,7 +66,7 @@ App({
wx.login({
success: res => {
if (res.code) {
request.post('/user/wxsignin', { code: res.code })
request.post('https://api.huashengtec.com/user/wxsignin', { code: res.code })
.then((data) => {
if (data.code == 0) {
this.globalData.user = data.data.user
The note is not visible to the blocked user.