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 index 8efc9d1..7fa3a35 100644 --- a/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue +++ b/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue @@ -267,7 +267,7 @@ export default { }, methods: { init_company_category() { - reqCompanyCategorySearch({ userid: '9KVhsVCJsW_29q3hRhMAr' }).then(res => { + reqCompanyCategorySearch({url_link:window.location.href}).then(res => { if (res.status) { this.company_category_list = [] for (let item of res.data) { @@ -292,7 +292,7 @@ export default { }, init_product_category() { - reqGetProductCategorySearch({ userid: '9KVhsVCJsW_29q3hRhMAr' }).then(res => { + reqGetProductCategorySearch({ url_link: window.location.href,to_page: 'publish' }).then(res => { if (res.status) { this.typeList = buildCaTree(res.data) console.log("2@@", this.typeList); diff --git a/f/web-kboss/src/views/homePage/ncmatch/supplyAndDemandSquare/index.vue b/f/web-kboss/src/views/homePage/ncmatch/supplyAndDemandSquare/index.vue index 1a3581c..8dbda40 100644 --- a/f/web-kboss/src/views/homePage/ncmatch/supplyAndDemandSquare/index.vue +++ b/f/web-kboss/src/views/homePage/ncmatch/supplyAndDemandSquare/index.vue @@ -13,24 +13,24 @@ 广场 - +