diff --git a/src/api/indexPeojiectManage.js b/src/api/indexPeojiectManage.js
new file mode 100644
index 00000000..75749b8f
--- /dev/null
+++ b/src/api/indexPeojiectManage.js
@@ -0,0 +1,37 @@
+/*
+ * @Author: lixg lixg@dongwu-inc.com
+ * @Date: 2022-11-18 14:09:43
+ * @LastEditors: lixg lixg@dongwu-inc.com
+ * @LastEditTime: 2023-02-11 18:55:44
+ * @FilePath: /fe-manage/src/api/indexProjStu.js
+ * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
+ */
+import http from "./config";
+
+//获取项目学员列表
+// export const getProjStu = (obj) => http.post('/admin/project/studentList', obj)
+
+// export const getTeacherSystemList=(data)=> {
+// return http({
+// url: '/admin/teacher/getTeacherSystemList',
+// method: 'post',
+// data: data
+// })
+// }
+// 获取内部讲师体系列表
+//VUE_APP_BASE_API /manageApi
+export const getTeacherSystemList = (obj) => http.post('/admin/teacher/getInTeacherSystemList', obj)
+// 获取内部讲师列表
+export const getTeacherList = (obj) => http.post('/admin/teacher/getInTeacherList', obj)
+//.内部讲师发薪地筛选
+export const getTeacherPayRollPriceList = (obj) => http.post('/admin/teacher/getTeacherPayRollPriceList', obj)
+//新增讲师
+export const insertTeacher = () => http.post('/admin/teacher/insertInTeacher' ,obj)
+//修改 讲师
+export const updateInTeacher = () => http.post('/admin/teacher/updateInTeacher' ,obj)
+//内部讲师详情
+export const getLookTeacherSystem= (obj) => http.post('/admin/teacher/getTeacherSystemList'+id ,obj)
+//删除内部讲师
+export const deleteTeacher = (obj) => http.post('/admin/teacher/deleteInTeacher' ,obj)//
+//修改讲师状态
+export const updateTeacherState = (obj) => http.post('/admin/teacher/updateTeacherState' ,obj)
diff --git a/src/components/project/Editor.vue b/src/components/project/Editor.vue
new file mode 100644
index 00000000..9f90386e
--- /dev/null
+++ b/src/components/project/Editor.vue
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 项目发布
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 项目发布
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
- 项目发布
-
-