import http from "./config"; //添加阶段 export const editStage = (obj) => http.post('/admin/project/editStage', obj, { headers: { 'token': '123' } });