diff --git a/f/web-kboss/src/api/ncmatch/index.js b/f/web-kboss/src/api/ncmatch/index.js index b7f2760..5945551 100644 --- a/f/web-kboss/src/api/ncmatch/index.js +++ b/f/web-kboss/src/api/ncmatch/index.js @@ -37,4 +37,14 @@ export function reqPublishProductSearchFirstPage(data) { headers: { 'Content-Type': 'application/json' }, data }) -} \ No newline at end of file +} + +//算力供需广场 获取列表 +export function reqGetSupplyAndDemandSquareList(data) { + return request({ + url: '/product/get_supply_and_demand_square_list.dspy', + method: 'post', + headers: { 'Content-Type': 'application/json' }, + data + }) +} diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/cloud.png b/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/cloud.png new file mode 100644 index 0000000..a815277 Binary files /dev/null and b/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/cloud.png differ diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/computer.png b/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/computer.png new file mode 100644 index 0000000..c661502 Binary files /dev/null and b/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/computer.png differ diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/computing.png b/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/computing.png new file mode 100644 index 0000000..96467b8 Binary files /dev/null and b/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/computing.png differ diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/logo.png b/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/logo.png new file mode 100644 index 0000000..32fad15 Binary files /dev/null and b/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/logo.png differ diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/net.png b/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/net.png new file mode 100644 index 0000000..ead9da9 Binary files /dev/null and b/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/net.png differ diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/nvidia.png b/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/nvidia.png new file mode 100644 index 0000000..65133dc Binary files /dev/null and b/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/nvidia.png differ diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/ying.png b/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/ying.png new file mode 100644 index 0000000..8486e61 Binary files /dev/null and b/f/web-kboss/src/views/homePage/ncmatch/mainPage/img/ying.png differ diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue b/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue index 6aa051d..83fbc7b 100644 --- a/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue +++ b/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue @@ -104,12 +104,12 @@ export default Vue.extend({ { name: '全部频道', icon: '📱', color: 'rainbow' } ], categories: [ - { name: '云', icon: '🏠', product_list: ['百度云'] }, - { name: '国产算力', icon: '📱', product_list: ['昇腾910B', 'P800', '其他'] }, - { name: 'NVIDIA', icon: '💻', product_list: ['3090', '4090', '5080', '5090'] }, - { name: '网', icon: '🪑', product_list: ['AI专线', 'SDWAN', '互联网专线', 'DCI'] }, - { name: '一体机', icon: '👕', product_list: ['昆仑芯', '天数智芯'] }, - { name: '硬件', icon: '💄', product_list: ['机器人', 'AR眼镜'] }, + { name: '云', icon: require('./img/cloud.png'), product_list: ['百度云'] }, + { name: '国产算力', icon: require('./img/computing.png'), product_list: ['昇腾910B', 'P800', '其他'] }, + { name: 'NVIDIA', icon: require('./img/nvidia.png'), product_list: ['3090', '4090', '5080', '5090'] }, + { name: '网', icon: require('./img/net.png'), product_list: ['AI专线', 'SDWAN', '互联网专线', 'DCI'] }, + { name: '一体机', icon: require('./img/computer.png'), product_list: ['昆仑芯', '天数智芯'] }, + { name: '硬件', icon: require('./img/ying.png'), product_list: ['机器人', 'AR眼镜'] }, ] } }, @@ -147,6 +147,7 @@ export default Vue.extend({
@@ -175,7 +176,7 @@ export default Vue.extend({