shj
2022-05-16 674de99fbaef1ad063eacf525694dcfb22cd50e8
src/api/emergencyplan.js
@@ -43,4 +43,15 @@
      method: 'post',
      data
    });
  }
  }
export function emergencyPlanUpload(data) {
    return request({
        headers:{
            'Authorization': getToken()
        },
        url: process.env.BASE_API+'/emergencyPlan/upload',
        method: 'post',
        data
    });
}