From 906b63feee0f8ff742c04907450f50b17c04eb22 Mon Sep 17 00:00:00 2001 From: qsh <> Date: Thu, 27 Jun 2024 17:14:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Setting/src/Setting.vue | 5 + .../src/components/InterfaceDisplay.vue | 1 - src/views/Home/Index.vue | 116 +++++++++--------- src/views/MiniMall/Product/add.vue | 4 +- src/views/MiniMall/Purchase/index.data.js | 2 +- 5 files changed, 63 insertions(+), 65 deletions(-) diff --git a/src/layout/components/Setting/src/Setting.vue b/src/layout/components/Setting/src/Setting.vue index bdeb2ca..3420e5a 100644 --- a/src/layout/components/Setting/src/Setting.vue +++ b/src/layout/components/Setting/src/Setting.vue @@ -12,6 +12,11 @@ import { ThemeSwitch } from '@/layout/components/ThemeSwitch' import ColorRadioPicker from './components/ColorRadioPicker.vue' // import InterfaceDisplay from './components/InterfaceDisplay.vue' // import LayoutRadioPicker from './components/LayoutRadioPicker.vue' +import { useWatermark } from '@/hooks/web/useWatermark' + +const { setWatermark } = useWatermark() + +setWatermark('安徽莳松科技有限公司') const { t } = useI18n() const appStore = useAppStore() diff --git a/src/layout/components/Setting/src/components/InterfaceDisplay.vue b/src/layout/components/Setting/src/components/InterfaceDisplay.vue index 598d2c8..b791a85 100644 --- a/src/layout/components/Setting/src/components/InterfaceDisplay.vue +++ b/src/layout/components/Setting/src/components/InterfaceDisplay.vue @@ -124,7 +124,6 @@ const fixedMenuChange = (show: boolean) => { const setWater = () => { setWatermark(water.value) } -setWater() const layout = computed(() => appStore.getLayout) diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue index b362e9f..0a5ee37 100644 --- a/src/views/Home/Index.vue +++ b/src/views/Home/Index.vue @@ -67,8 +67,61 @@ - - +
  • + NO.{{ index + 1 }} + {{ item.username }} + 已跟进{{ item.followNum }}条线索 +
  • +
    + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -