shj
2022-03-31 37349a7daa71460c3f5c50a3830315f3f5f9ef68
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
    });
}