You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
问题已经解决了!
async userInfo中
// let user_info = await AdminModel.findOne({id: req.session.admin_id}, 'username id avatar status create_time');
let user_info = await AdminModel.findOne({id: req.session.user_id}, 'username id avatar status
觉得您的逻辑写的没错啊!可是为什么在订单页面(order.vue)中已经登录,且使用Chrome查看localstorage也已经存储进入了username的值,但是当从订单页面跳转至home页面时仍然反复出现,重复提示登录现象!!!!求解?????
The text was updated successfully, but these errors were encountered: