refactor(apis): 将 common 目录下的 common.ts 文件移动到 system 目录下

This commit is contained in:
2025-07-17 23:42:42 +08:00
parent 87bcf33940
commit 60c6df2574
9 changed files with 8 additions and 8 deletions

View File

@@ -75,7 +75,7 @@ import { Message } from '@arco-design/web-vue'
import { useWindowSize } from '@vueuse/core'
import AiEditor from './components/index.vue'
import { addNotice, getNotice, updateNotice } from '@/apis/system/notice'
import { listUserDict } from '@/apis'
import { listUserDict } from '@/apis/system'
import { type ColumnItem, GiForm } from '@/components/GiForm'
import type { LabelValueState } from '@/types/global'
import { useTabsStore } from '@/stores'