@@ -7,7 +7,7 @@
name: 'app',
components: {},
mounted() {
- this.$router.push('/my/product-traceability');
+ this.$router.push('/my/my-order-details');
},
}
</script>