This commit is contained in:
qsh
2024-07-09 17:29:42 +08:00
parent 46c66e19aa
commit 18ed17b131
31 changed files with 580 additions and 65 deletions

View File

@@ -16,7 +16,9 @@ import { useWatermark } from '@/hooks/web/useWatermark'
const { setWatermark } = useWatermark()
setWatermark('安徽莳松科技有限公司')
nextTick(() => {
setWatermark('安徽莳松科技有限公司')
})
const { t } = useI18n()
const appStore = useAppStore()