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 }}条线索 + + + + + + + + + 本月成交榜Top10 + + + + + + + + + + + + - - - - - 成交率 - - - - - - - - - - - - - - 跟进榜Top10 - - 本日 - 本月 - - - - - - - - NO.{{ index + 1 }} - {{ item.username }} - 已跟进{{ item.followNum }}条线索 - - - - - - - - - - - 本月成交榜Top10 - - - - - - - - - - - -