export const getLoginUrl = () => { return `/wxLogin`; }; export const getLogoutUrl = () => { return `/logout`; }; export const getReportList = () => { return `/report/list`; }; export const postReport = () => { return `/report`; }; //行业查询 export const getIndustryUrl = () => { return `/elec/business/industry` }