diff --git a/.env.development b/.env.development index a05cec4..9508007 100644 --- a/.env.development +++ b/.env.development @@ -6,6 +6,7 @@ VUE_APP_BASE_API = '/prod-api' # VUE_APP_BASE_TARGET = 'https://www.keyitest.cn/test-api' VUE_APP_BASE_TARGET = 'http://192.168.0.229:9999' +# VUE_APP_BASE_TARGET = 'http://192.168.0.129:9999' # VUE_APP_BASE_TARGET = 'http://172.16.36.180:9999' # 路由懒加载 diff --git a/src/api/cloudUser/index.js b/src/api/cloudUser/index.js index f008877..a6691d4 100644 --- a/src/api/cloudUser/index.js +++ b/src/api/cloudUser/index.js @@ -37,4 +37,13 @@ export function getJobAllList(params) { }) } +// 云员工管理列表 +export function getCloudList(params) { + return request({ + url: '/tester/cert/admin/cloudEmps', + method: 'get', + params + }) +} + diff --git a/src/api/system/ApplicationReview.js b/src/api/system/ApplicationReview.js index d844d9c..766d2d4 100644 --- a/src/api/system/ApplicationReview.js +++ b/src/api/system/ApplicationReview.js @@ -149,3 +149,12 @@ export function getUserJL(id) { method: 'get', }) } + +// 下载用户简历 +export function downloadPdf(id) { + return request({ + url: '/personal/download/resume/' + id, + method: 'get', + responseType: 'blob', + }) +} diff --git a/src/views/cloudUser/cloudList.vue b/src/views/cloudUser/cloudList.vue new file mode 100644 index 0000000..855c683 --- /dev/null +++ b/src/views/cloudUser/cloudList.vue @@ -0,0 +1,248 @@ + + + + + \ No newline at end of file diff --git a/src/views/cloudUser/cloudSkill.vue b/src/views/cloudUser/cloudSkill.vue new file mode 100644 index 0000000..f0a3f7c --- /dev/null +++ b/src/views/cloudUser/cloudSkill.vue @@ -0,0 +1,156 @@ + + + + + \ No newline at end of file diff --git a/src/views/system/ApplicationReview/index.vue b/src/views/system/ApplicationReview/index.vue index 3774127..b361a93 100644 --- a/src/views/system/ApplicationReview/index.vue +++ b/src/views/system/ApplicationReview/index.vue @@ -44,8 +44,8 @@ - - + +