refactor: ♻️ 提取 ROLE_ROOT 常量到 constants 目录并全局统一引用
This commit is contained in:
11
src/composables/index.ts
Normal file
11
src/composables/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* 全局组合式函数入口文件
|
||||
* 导出所有可用的组合式函数
|
||||
*/
|
||||
|
||||
// 导出核心组合式函数
|
||||
export { useStomp } from "./useStomp";
|
||||
|
||||
// 导出业务服务组合式函数
|
||||
export { useDictSync } from "./useDictSync";
|
||||
export { useOnlineCount } from "./useOnlineCount";
|
||||
Reference in New Issue
Block a user