import { doGet } from "@/utils/network" export const getGlobalConfig = async () => { return await doGet('/api/globalConfig') }