diff --git a/hb_client/src/api/testModel.js b/hb_client/src/api/testModel.js new file mode 100644 index 0000000..fc6204e --- /dev/null +++ b/hb_client/src/api/testModel.js @@ -0,0 +1,8 @@ +import request from '@/utils/request' +export function faceLogin(data) { + return request({ + url: '/system/facelogin/', + method: 'post', + data + }) +} diff --git a/hb_client/src/views/login/index.vue b/hb_client/src/views/login/index.vue index 9e606b4..f9ad27a 100644 --- a/hb_client/src/views/login/index.vue +++ b/hb_client/src/views/login/index.vue @@ -103,6 +103,7 @@ }, + activeName: "", loading: false, passwordType: "password", redirect: undefined, diff --git a/hb_client/src/views/mtm/stepdo.vue b/hb_client/src/views/mtm/stepdo.vue index e613d63..e4470c9 100644 --- a/hb_client/src/views/mtm/stepdo.vue +++ b/hb_client/src/views/mtm/stepdo.vue @@ -1,237 +1,202 @@ @@ -505,4 +469,4 @@ export default { .my-content { background: #FDE2E2; } - \ No newline at end of file + diff --git a/hb_client/src/views/testModel/faceLogin.vue b/hb_client/src/views/testModel/faceLogin.vue index bd0ecba..111a824 100644 --- a/hb_client/src/views/testModel/faceLogin.vue +++ b/hb_client/src/views/testModel/faceLogin.vue @@ -12,6 +12,7 @@