鞍钢鲅鱼圈能源管控系统前端代码
houzhongjian
2025-01-07 12922420bfe56cd2064c4c8c6a82d4a340cb5db5
提交 | 用户 | 时间
cb6cd2 1 import { ConfigGlobalTypes } from '@/types/configGlobal'
H 2
3 export const useConfigGlobal = () => {
4   const configGlobal = inject('configGlobal', {}) as ConfigGlobalTypes
5
6   return {
7     configGlobal
8   }
9 }