@@ -42,9 +42,6 @@ function getReq(data, callback, method)
})
}
else {
- wx.reLaunch({
- url: '/pages/auth/auth',
- })
callback(res.data)
},