import oahttp from "@/utils/oahttp.js"; /** * 获取配置信息 */ export const getConfig = (data) => oahttp.get('/index/config', data, { noAuth:true }, true)