-
-
-
-
-
-
-
-
-
-
- 今日精选
-冰箱天天特价
-超值乐购
-
-
- 🌸
-
+
+
+
+
\ No newline at end of file
diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/buildCaTree.js b/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/buildCaTree.js
new file mode 100644
index 0000000..786eab6
--- /dev/null
+++ b/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/buildCaTree.js
@@ -0,0 +1,19 @@
+export const buildCaTree = (data,parentid=null) => {
+ const tree = [];
+ for (const item of data) {
+ if (item.parentid === parentid) {
+ const children = buildCaTree(data, item.id);
+ let i = {
+ label:item.product_category,
+ value:item.id,
+ cart_flag:item.cart_flag
+ }
+ if (children.length > 0) {
+ i.children = children;
+ }
+
+ tree.push(i);
+ }
+ }
+ return tree;
+};
\ No newline at end of file
diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue b/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue
new file mode 100644
index 0000000..1f5583a
--- /dev/null
+++ b/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue
@@ -0,0 +1,904 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ncmatch
+
+ 您身边的AI管家
+
+
+
+ -
+
- 全 球 领 先 的 AI 服 务 运 营 商 +
+
+
+
+
-
--
+
- + + {{ menu.name }} + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/indexBak.vue b/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/indexBak.vue
new file mode 100644
index 0000000..98e36dc
--- /dev/null
+++ b/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/indexBak.vue
@@ -0,0 +1,564 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 预览图片
+ 裁剪图片
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 提交
+ 重置
+
+
+
+
+
+
+ 取消
+ 确认裁剪
+
+
+
+
+
+ 关闭
+
+
+
+
+
+
+
+ 提交
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/f/web-kboss/src/views/homePage/ncmatch/supplyAndDemandSquare/index.vue b/f/web-kboss/src/views/homePage/ncmatch/supplyAndDemandSquare/index.vue
new file mode 100644
index 0000000..31392bd
--- /dev/null
+++ b/f/web-kboss/src/views/homePage/ncmatch/supplyAndDemandSquare/index.vue
@@ -0,0 +1,226 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 预览图片
+ 裁剪图片
+ 删除
+
+
+
+
+
+ 取消
+ 确认裁剪
+
+
+
+
+
+ 关闭
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/f/web-kboss/src/views/setting/tools.js b/f/web-kboss/src/views/setting/tools.js
index f8523fb..1a0d18c 100644
--- a/f/web-kboss/src/views/setting/tools.js
+++ b/f/web-kboss/src/views/setting/tools.js
@@ -1,6 +1,6 @@
export function getHomePath() {
- // let homePath= "/homePage/index"
- let homePath= "/ncmatchHome/index"
+ let homePath= "/homePage/index"
+ // let homePath= "/ncmatchHome/index"
// 业主机构信息
let url_link = window.location.href || '';
+
+
+
+
+
+
+
+
+ 所属类别
+
+
+ {{ category.name }}
+
+
+
+
+
+ 公司类别
+
+
+ {{ company.name }}
+
+
+
+
+
+ 暂无数据
+