dev: 在开发环境引入 vconsole 调试
在 H5 环境下,解除了对 vconsole 的注释,允许在开发过程中使用 vconsole 进行调试。
This commit is contained in:
+3
-3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user