浏览代码

选址菜单的微调

lkk 1 年之前
父节点
当前提交
21d5c0685f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/siteselection/index.vue

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

@@ -61,7 +61,6 @@ export default {
   created() {},
   methods: {
     tabClick(evt) {
-      // console.log(evt, "======");
       this.activeTabs = evt.name;
     },
   },