import request from "@/utils/request" // 获取日历 export const getDrawLots = (params) => { return request({ url: '/api/parse/get-calendar-info', method: 'GET', params, baseURL: 'http://192.168.3.80', custom: { showLoading: false, auth: false } }) }