Browse Source

提交一下

1
mo 3 years ago
parent
commit
277c5bb21d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/views/activityScheduling/activeMarketing.vue

+ 0 - 3
src/views/activityScheduling/activeMarketing.vue

@@ -174,12 +174,9 @@ export default {
     },
     },
     lookDetail(row) {
     lookDetail(row) {
       if (row.id == 1) {
       if (row.id == 1) {
-        console.log("id为1");
         this.$router.push("/2021memeberActionManager");
         this.$router.push("/2021memeberActionManager");
       } else if (row.id == 2) {
       } else if (row.id == 2) {
         this.$router.push("/2021double11List");
         this.$router.push("/2021double11List");
-
-        console.log("id为2");
       }
       }
     },
     },
   },
   },