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/step.vue b/hb_client/src/views/mtm/step.vue index 8176ab9..e803b7f 100644 --- a/hb_client/src/views/mtm/step.vue +++ b/hb_client/src/views/mtm/step.vue @@ -1,17 +1,13 @@ \ No newline at end of file + diff --git a/hb_client/src/views/mtm/stepdo.vue b/hb_client/src/views/mtm/stepdo.vue index 30f7aa6..624906e 100644 --- a/hb_client/src/views/mtm/stepdo.vue +++ b/hb_client/src/views/mtm/stepdo.vue @@ -1,508 +1,508 @@ \ 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 @@