refactor: 组合式函数目录结构调整
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
import { useDictStoreHook } from "@/store/modules/dict-store";
|
||||
import { useDateFormat } from "@vueuse/core";
|
||||
import DictAPI, { DictItemForm } from "@/api/system/dict-api";
|
||||
import { useDictSync, DictMessage } from "@/composables/useDictSync";
|
||||
import { useDictSync, DictMessage } from "@/composables";
|
||||
|
||||
// 性别字典编码
|
||||
const DICT_CODE = "gender";
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { useStomp } from "@/composables/useStomp";
|
||||
import { useStomp } from "@/composables/websocket/useStomp";
|
||||
import { useUserStoreHook } from "@/store/modules/user-store";
|
||||
|
||||
const userStore = useUserStoreHook();
|
||||
|
||||
Reference in New Issue
Block a user