From 45faaf27722588e92050e2e3eace9b3704377048 Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期六, 02 四月 2022 18:44:30 +0800 Subject: [PATCH] 首页接口 --- src/views/productDetail/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/productDetail/index.vue b/src/views/productDetail/index.vue index 29d8c2f..3706282 100644 --- a/src/views/productDetail/index.vue +++ b/src/views/productDetail/index.vue @@ -51,11 +51,12 @@ let param = { page: 1, size: 1, - inputText: this.$route.query.name, + inputText: "", + id: this.$route.query.id, archType: "", gpuType: "", publishStatus: 1, - productLabelId: "", + productType: 0, }; findAllCenterProduct(param) .then((res) => { -- Gitblit v1.8.0