diff --git a/sheep/index.js b/sheep/index.js index c135334..d484e84 100644 --- a/sheep/index.js +++ b/sheep/index.js @@ -41,9 +41,9 @@ export async function ShoproInit() { function ShoproDebug() { // 开发环境引入vconsole调试 // #ifdef H5 - // import("vconsole").then(vconsole => { - // new vconsole.default(); - // }); + import("vconsole").then(vconsole => { + new vconsole.default(); + }); // #endif // 同步前端页面到后端 // console.log(ROUTES)