diff --git a/api/apiRoute.js b/api/apiRoute.js index cb9a13c..409374b 100644 --- a/api/apiRoute.js +++ b/api/apiRoute.js @@ -31,6 +31,13 @@ export default { return res; }) }, + //教师/销售端详情 + editPersonnelInfo(data = {}) { + let url = '/personnel/edit' + return http.post(url, data).then(res => { + return res; + }) + }, diff --git a/pages/market/my/info.vue b/pages/market/my/info.vue index 442951b..9307f9a 100644 --- a/pages/market/my/info.vue +++ b/pages/market/my/info.vue @@ -8,7 +8,7 @@ 修改头像 @@ -39,7 +39,7 @@ 部门 - + @@ -59,14 +59,14 @@ 性别 * - + @@ -122,6 +122,7 @@