Skip to content
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

console.log不打印信息,怎么解决? #499

Closed
peade opened this issue Oct 22, 2019 · 7 comments
Closed

console.log不打印信息,怎么解决? #499

peade opened this issue Oct 22, 2019 · 7 comments
Labels
question Further information is requested

Comments

@peade
Copy link

peade commented Oct 22, 2019

Question (问题描述)
下载了最新的代码,出现了这个问题,怎么解决?

Describe the solution you'd like (你期待的是什么?)
A clear and concise description of what you want to happen.

Additional context(附加信息)
Add any other context or screenshots about the feature request here.

@peade peade added the question Further information is requested label Oct 22, 2019
@sendya
Copy link
Member

sendya commented Oct 22, 2019

不知道

@sendya
Copy link
Member

sendya commented Oct 22, 2019

可否详细描述下?

@peade
Copy link
Author

peade commented Oct 22, 2019

所有的地方,在js里写console.log(111),都不打印信息

@peade
Copy link
Author

peade commented Oct 22, 2019

可否详细描述下?
例如这样子,能alert,不能console
‘’‘
created () {
console.log('workplace')
alert('workplace')
}
’‘’

@peade
Copy link
Author

peade commented Oct 22, 2019

可否详细描述下?

我在workplce页面,login页面,store/module/user.js里,api里,都试过了,都存在这个问题。

@sendya
Copy link
Member

sendya commented Oct 22, 2019

脚手架中自带的几个组件都能正常输出 log,如果你不详细提供你做了什么改动 或者基于什么环境,你的问题我不能为你解答。请自行解决 详情请看 #90

image

@sendya sendya closed this as completed Oct 22, 2019
@peade
Copy link
Author

peade commented Oct 22, 2019

脚手架中自带的几个组件都能正常输出 log,如果你不详细提供你做了什么改动 或者基于什么环境,你的问题我不能为你解答。请自行解决 详情请看 #90

image

非常感谢,是我自己的问题。不知道操作了什么,把chrome devtool里的console.log的信息关掉了。我重置devtool设置就好了。
给你添麻烦了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants