Merge branch 'main' of http://124.243.245.42:3000/sdz/qingdao-employment-service
This commit is contained in:
@@ -246,7 +246,7 @@ onLoad((parmas) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
if (isMachineEnv) {
|
if (isMachineEnv.value) {
|
||||||
startCountdown();
|
startCountdown();
|
||||||
startScanAnimation();
|
startScanAnimation();
|
||||||
faceService.start(); // 自动开始初始化流程
|
faceService.start(); // 自动开始初始化流程
|
||||||
@@ -308,7 +308,7 @@ const cancelLogin = () => {
|
|||||||
|
|
||||||
// 切换登录方式
|
// 切换登录方式
|
||||||
const switchLoginMethod = (method) => {
|
const switchLoginMethod = (method) => {
|
||||||
if (!isMachineEnv) {
|
if (!isMachineEnv.value) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (loginMethod.value !== method) {
|
if (loginMethod.value !== method) {
|
||||||
|
|||||||
Reference in New Issue
Block a user