Commit 8b223c70 authored by 郝聪敏's avatar 郝聪敏

test: 测试登陆问题

parent b48fb812
...@@ -19,7 +19,7 @@ if (process.env.SENTRY_ENV !== 'test' && process.env.NODE_ENV === 'production') ...@@ -19,7 +19,7 @@ if (process.env.SENTRY_ENV !== 'test' && process.env.NODE_ENV === 'production')
.install(); .install();
} }
if (EASY_ENV_IS_BROWSER && process.env.SENTRY_ENV === 'test' || process.env.NODE_ENV !== 'production') { if (EASY_ENV_IS_BROWSER) {
// ! 上线后务必取掉 // ! 上线后务必取掉
new vConsole(); new vConsole();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment