From 3c83c608fc18e3eb78aa080ee87a9bb64551248b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E7=93=9C=E4=B8=80=E5=9D=97=E5=85=AB?= <2523890936@qq.com> Date: Thu, 31 Jul 2025 17:50:16 +0800 Subject: [PATCH] bugfix --- f/web-kboss/src/api/ncmatch/index.js | 2 +- .../homePage/components/topBox/index.vue | 10 +- .../homePage/ncmatch/mainPage/img/aiApp.png | Bin 0 -> 838 bytes .../homePage/ncmatch/mainPage/img/collect.png | Bin 0 -> 999 bytes .../homePage/ncmatch/mainPage/img/eye.png | Bin 0 -> 1265 bytes .../homePage/ncmatch/mainPage/img/hot.svg | 1 + .../homePage/ncmatch/mainPage/img/like.png | Bin 0 -> 1006 bytes .../homePage/ncmatch/mainPage/img/robot.svg | 1 + .../views/homePage/ncmatch/mainPage/index.vue | 98 +++++++---- .../ncmatch/mainPage/productCard/index.vue | 2 +- .../supplyAndDemandSquare/img/empty.svg | 157 ++++++++++++++++++ .../ncmatch/supplyAndDemandSquare/index.vue | 28 +++- 12 files changed, 256 insertions(+), 43 deletions(-) create mode 100644 f/web-kboss/src/views/homePage/ncmatch/mainPage/img/aiApp.png create mode 100644 f/web-kboss/src/views/homePage/ncmatch/mainPage/img/collect.png create mode 100644 f/web-kboss/src/views/homePage/ncmatch/mainPage/img/eye.png create mode 100644 f/web-kboss/src/views/homePage/ncmatch/mainPage/img/hot.svg create mode 100644 f/web-kboss/src/views/homePage/ncmatch/mainPage/img/like.png create mode 100644 f/web-kboss/src/views/homePage/ncmatch/mainPage/img/robot.svg create mode 100644 f/web-kboss/src/views/homePage/ncmatch/supplyAndDemandSquare/img/empty.svg diff --git a/f/web-kboss/src/api/ncmatch/index.js b/f/web-kboss/src/api/ncmatch/index.js index 5945551..46a70b7 100644 --- a/f/web-kboss/src/api/ncmatch/index.js +++ b/f/web-kboss/src/api/ncmatch/index.js @@ -42,7 +42,7 @@ export function reqPublishProductSearchFirstPage(data) { //算力供需广场 获取列表 export function reqGetSupplyAndDemandSquareList(data) { return request({ - url: '/product/get_supply_and_demand_square_list.dspy', + url: '/product/publish_product_search_first_page.dspy', method: 'post', headers: { 'Content-Type': 'application/json' }, data diff --git a/f/web-kboss/src/views/homePage/components/topBox/index.vue b/f/web-kboss/src/views/homePage/components/topBox/index.vue index 8f38369..905a253 100644 --- a/f/web-kboss/src/views/homePage/components/topBox/index.vue +++ b/f/web-kboss/src/views/homePage/components/topBox/index.vue @@ -7,9 +7,9 @@ :src=" logoInfoNew.home.logoImg || '' " alt=""> -