Merge branch 'master' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage

This commit is contained in:
岳佳鑫
2022-11-07 13:54:20 +08:00
10 changed files with 289 additions and 250 deletions

View File

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