链接跳转

zhc4dev
暖暖 2 years ago
parent 473549a60d
commit d5f30ed4de
  1. 2
      ant-design-vue-jeecg/src/views/shopping/pages/clothType.vue

@ -385,7 +385,7 @@
},
clothDetails(item) {
this.$router.push({
path: "/shopping/views/ClothDetail",
path: "/shopping/ClothDetail",
query: { id: item.id, title: item.title },
});
},

Loading…
Cancel
Save