Commit 1bffbbf2 authored by Xuguangxing's avatar Xuguangxing

feat: 修复跳转购物车失败的问题

parent 43cfc832
...@@ -24,8 +24,8 @@ if (process.env.SENTRY_ENV !== 'test' && process.env.NODE_ENV === 'production') ...@@ -24,8 +24,8 @@ if (process.env.SENTRY_ENV !== 'test' && process.env.NODE_ENV === 'production')
if (EASY_ENV_IS_BROWSER && process.env.SENTRY_ENV === 'test') { if (EASY_ENV_IS_BROWSER && process.env.SENTRY_ENV === 'test') {
// ! 上线后务必取掉; // ! 上线后务必取掉;
const vConsole = require('vconsole'); // const vConsole = require('vconsole');
new vConsole(); // new vConsole();
} }
if (EASY_ENV_IS_BROWSER) { if (EASY_ENV_IS_BROWSER) {
......
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