diff --git a/f/web-kboss/src/api/ncmatch/index.js b/f/web-kboss/src/api/ncmatch/index.js index 87097a7..19360c6 100644 --- a/f/web-kboss/src/api/ncmatch/index.js +++ b/f/web-kboss/src/api/ncmatch/index.js @@ -115,4 +115,13 @@ export function reqSearch(data){ headers: { 'Content-Type': 'application/js1on' }, data }) -} \ No newline at end of file +} +//导出 //reqExportProduct +export function reqExportProduct(data){ + return request({ + url: '/product/publish_product_to_excel.dspy', + method: 'post', + headers: { 'Content-Type': 'application/js1on' }, + data + }) +} diff --git a/f/web-kboss/src/router/index.js b/f/web-kboss/src/router/index.js index 73925ea..cd10ffe 100644 --- a/f/web-kboss/src/router/index.js +++ b/f/web-kboss/src/router/index.js @@ -302,6 +302,7 @@ export const asyncRoutes = [ // meta: {title: "概览", fullPath: "/productHome", noCache: true} // }, { + hidden: true, path: "/approveMangement", component:Layout, name: "approveMangement", @@ -324,6 +325,7 @@ export const asyncRoutes = [ ] }, { + hidden: true, path: "/productMangement", component:Layout, name: "productMangement", @@ -345,6 +347,7 @@ export const asyncRoutes = [ ] }, { + hidden: true, path: "/menuMangement", component:Layout, name: "menuMangement", @@ -360,6 +363,7 @@ export const asyncRoutes = [ ] }, { + hidden: true, path: "/demandMangement", component:Layout, name: "demandMangement", diff --git a/f/web-kboss/src/views/customer/productMangement/commonBox/index.vue b/f/web-kboss/src/views/customer/productMangement/commonBox/index.vue index cd8a272..02a9ebe 100644 --- a/f/web-kboss/src/views/customer/productMangement/commonBox/index.vue +++ b/f/web-kboss/src/views/customer/productMangement/commonBox/index.vue @@ -22,8 +22,8 @@
- + {{ item.label }} @@ -32,9 +32,9 @@ 添加{{ searchData.radioType === '1' || searchData.radioType === '3' ? '需求' : '商品' }} --> - +
- -