From b927c6d1ac27ff547526ac631ddb39e8ae665791 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: Tue, 19 Aug 2025 15:10:55 +0800 Subject: [PATCH] bugfix --- .../src/components/FloatingBox/FloatingBox.vue | 6 +++++- .../src/views/homePage/ncmatch/mainPage/index.vue | 4 ++-- .../src/views/homePage/ncmatch/search/index.vue | 7 ++++--- f/web-kboss/src/views/setting/tools.js | 11 +++++++---- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/f/web-kboss/src/components/FloatingBox/FloatingBox.vue b/f/web-kboss/src/components/FloatingBox/FloatingBox.vue index 2d479f4..a5562d9 100644 --- a/f/web-kboss/src/components/FloatingBox/FloatingBox.vue +++ b/f/web-kboss/src/components/FloatingBox/FloatingBox.vue @@ -24,8 +24,9 @@
- + @@ -213,6 +214,7 @@ import {contantAPI, applyAPI} from "../../api/floatingWindow/index"; import axios from "axios"; import {mapState} from "vuex"; import {getCustomerOfSaleUserId} from "@/api/customer/vedio"; +import { getHomePath } from "@/views/setting/tools"; export default { // 组件的逻辑代码 @@ -285,6 +287,8 @@ export default { }, computed: {}, methods: { + // 让模板中可以直接调用 getHomePath() + getHomePath, openTip() { this.$notify({ title: '提示', 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 186594d..6297386 100644 --- a/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue +++ b/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue @@ -285,11 +285,11 @@ export default Vue.extend({ 发布需求 发布商品 -
diff --git a/f/web-kboss/src/views/homePage/ncmatch/search/index.vue b/f/web-kboss/src/views/homePage/ncmatch/search/index.vue index 98b162d..29456e7 100644 --- a/f/web-kboss/src/views/homePage/ncmatch/search/index.vue +++ b/f/web-kboss/src/views/homePage/ncmatch/search/index.vue @@ -5,7 +5,7 @@
+ style="min-width:800px;display: flex;align-items: center;justify-content: space-between;">
@@ -33,7 +33,7 @@
-