Commit 9869171c by yuzhenWang

去掉打印

parent d7e9929b
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<!-- ===== vConsole 提前加载 ===== --> <!-- ===== vConsole 提前加载 ===== -->
<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script> <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
<script> <!-- <script>
// 立即初始化,不依赖任何框架 // 立即初始化,不依赖任何框架
var vConsole = new window.VConsole(); var vConsole = new window.VConsole();
console.log('[vConsole] 已初始化'); console.log('[vConsole] 已初始化');
</script> </script> -->
<!-- ===== vConsole 加载结束 ===== --> <!-- ===== vConsole 加载结束 ===== -->
<!-- ===== 1. 状态栏占位 ===== --> <!-- ===== 1. 状态栏占位 ===== -->
<script> <script>
......
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