horse soft 基础框架前端界面
autumnal_wind@yeah.net
2024-05-27 387083ef40c31fed2f7f5588e8d9048ff97bdf38
1
2
3
4
5
6
7
8
9
import { ConfigGlobalTypes } from '@/types/configGlobal'
 
export const useConfigGlobal = () => {
  const configGlobal = inject('configGlobal', {}) as ConfigGlobalTypes
 
  return {
    configGlobal
  }
}