@@ -247,7 +247,7 @@ import { parseTime } from '@/utils'
},
created() {
this.template_id = this.$store.getters.user.template_info.template_id;
- console.log("a")
+ console.log("aaaa")
}
};
</script>