Compare commits

...

2 Commits

Author SHA1 Message Date
wwb 637ebbcb20 Merge branch 'dev' of https://git.yfgame.vip/r/hangtag into dev 2024-10-14 16:55:51 +08:00
wwb b61339d5c9 下单首页提交202410114 2024-10-14 16:55:27 +08:00
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ import { set } from 'lodash-es'
import { EChartsOption } from 'echarts'
import { formatTime } from '@/utils'
import DraftDesign from '@/components/DraftDesign/index.vue'
import ShortcutCard from './components/ShortcutCard.vue'
import OperationDataCard from './components/OperationDataCard.vue'
import { useUserStore } from '@/store/modules/user'
import { useWatermark } from '@/hooks/web/useWatermark'
import type { WorkplaceTotal, Project, Notice, Shortcut } from './types'