瀏覽代碼

移除调试工具

wenmenghao 1 年之前
父節點
當前提交
3bffcd8a18
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      apps/mobile/index.html

+ 0 - 5
apps/mobile/index.html

@@ -76,11 +76,6 @@
    <!-- 开发环境需要加载的js -->
     <script defer src="/common-module/chart-module/js/chart-common.js?v=<%= assets.version %>"></script>
   <% } %>
-  <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
-<script>
-  // VConsole 默认会挂载到 `window.VConsole` 上
-  var vConsole = new window.VConsole();
-</script>
 </body>
 
 </html>