Browse Source

去掉console

natasha 2 weeks ago
parent
commit
2cb10f7b51
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/bookStore/index.vue

+ 0 - 1
src/views/bookStore/index.vue

@@ -512,7 +512,6 @@ export default {
   },
   //生命周期 - 创建完成(可以访问当前this实例)
   created() {
-    console.log("2025-12-02");
     const regExp = /Android|webOS|iPhone|BlackBerry|IEMobile|Opera Mini/i;
     this.isPhone = regExp.test(navigator.userAgent) && window.innerWidth < 860;
     // 如果是开发环境 提示正式环境地址