马宇豪
2024-11-12 77737f4e73f7267170b9b06fc73d1610c29c0661
src/api/specialWorkSystem/specialIndex/index.ts
@@ -4,7 +4,7 @@
    return {
        analyseType: (data: object) => {
            return request({
                url: import.meta.env.VITE_API_URL + `/specialWork/analyse/everyType/dep`,
                url: import.meta.env.VITE_API_URL + `/specialwork9step/statistic/everyType/dep`,
                method: 'post',
                data: data
            });