|
@@ -50,7 +50,7 @@ import { scanLogin } from "@/ap/system";
|
|
|
import { useAppStore } from "@/store";
|
|
|
|
|
|
const emit = defineEmits(["next", "toIndex"]);
|
|
|
-const activeName = ref("scan");
|
|
|
+const activeName = ref("");
|
|
|
|
|
|
const nextStep = async (name: string) => {
|
|
|
activeName.value = name;
|