import serviceAxios from "@/http/index"; //东南亚经济统计 export const getEconomyData = () => { return serviceAxios({ url: `/vr/economy/list`, method: "get", }); };