This commit is contained in:
qsh
2024-06-27 17:14:30 +08:00
parent bae1f2608a
commit 906b63feee
5 changed files with 63 additions and 65 deletions

View File

@@ -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()

View File

@@ -124,7 +124,6 @@ const fixedMenuChange = (show: boolean) => {
const setWater = () => {
setWatermark(water.value)
}
setWater()
const layout = computed(() => appStore.getLayout)