hookehuyr

fix

...@@ -39,7 +39,6 @@ export default { ...@@ -39,7 +39,6 @@ export default {
39 }, 39 },
40 methods: { 40 methods: {
41 toggle(v) { 41 toggle(v) {
42 - console.warn(v);
43 if (v?.list) { 42 if (v?.list) {
44 this.$router.push({ 43 this.$router.push({
45 path: '/product/index', 44 path: '/product/index',
......