世界上最伟大的投资就是投资自己的教育
yuaixiang
id 23900
投资者 7 hours 15 minutes 2 seconds 执事 研究生
-
这个,啥时候有呢,期待中
-
next 用 fetch 获取远端数据,不需要再后端处理了?这么简单?
-
module UI 用的好舒服呀
-
出现了新的问题
Proxy error: Could not proxy request /api/users/profile from localhost:3002 to http://127.0.0.1:5001.
See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ECONNREFUSED).
查找产品,登录都没有问题但是/api/users/profile 就不行了 -
复制老师的代码,就好了,估计有些字符我写错了
-
req.user =await User.findById(decoded.id).select('-password')
这句话加 await 报错,不加还获取不到 user -
req.user = await User.findById(decoded.id).select('-password')
这句我一加 await 就报错,显示:
s/authMiddleware.js:16
[0] req.user =await User.findById(decoded.id).select('-password')
[0] ^
[0]
[0] SyntaxError: Unexpected reserved word
去掉 await 就可以,不知道什么原因 -
useEffect(() => {
if (success) {
history.push(/order/${order._id}
);
dispatch({ type: ORDER_CREATE_RESET });
}
}, [dispatch,order._id,history, success]);我的需要这样才能不报错,不过 order._id 是什么不明白 -
请问> show collections
orders
products
users
怎么知道我三个表呢
© 汕尾市求知科技有限公司 | Rails365 Gitlab | 知乎 | b 站 | csdn
粤公网安备 44152102000088号 | 粤ICP备19038915号
Top