dev: 在开发环境引入 vconsole 调试

在 H5 环境下,解除了对 vconsole 的注释,允许在开发过程中使用 vconsole 进行调试。
This commit is contained in:
liguigong
2025-09-12 10:45:51 +08:00
parent e888ffa533
commit ee5b13374c
+3 -3
View File
@@ -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)