-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
源码vue-book/daily/libs/util.js,28行有错 #17
Labels
Comments
我也发现了这个错误。解决方式:return year+month+day改为return |
@jackli7758 中栏的内容也出不来吗? |
果然是代理的问题,谢谢大哥。 |
代理问题出在哪了? |
各位在npm run dev后注意要执行node proxy.js启动代理服务 |
感谢反馈,已修改,再次印刷时将更正。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vue-book/daily/libs/util.js
28行改为:
return year + "" + month + "" + day;
The text was updated successfully, but these errors were encountered: