dev: 在开发环境引入 vconsole 调试
在 H5 环境下,解除了对 vconsole 的注释,允许在开发过程中使用 vconsole 进行调试。
This commit is contained in:
+3
-3
@@ -41,9 +41,9 @@ export async function ShoproInit() {
|
|||||||
function ShoproDebug() {
|
function ShoproDebug() {
|
||||||
// 开发环境引入vconsole调试
|
// 开发环境引入vconsole调试
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
// import("vconsole").then(vconsole => {
|
import("vconsole").then(vconsole => {
|
||||||
// new vconsole.default();
|
new vconsole.default();
|
||||||
// });
|
});
|
||||||
// #endif
|
// #endif
|
||||||
// 同步前端页面到后端
|
// 同步前端页面到后端
|
||||||
// console.log(ROUTES)
|
// console.log(ROUTES)
|
||||||
|
|||||||
Reference in New Issue
Block a user