fix: singer
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 49s

This commit is contained in:
sexygoat
2026-04-30 17:39:11 +08:00
parent 7d0296dedb
commit f505d85018

View File

@@ -196,9 +196,9 @@ const handleScanLogin = async () => {
const getPathDeviceId = () => {
const params = new URLSearchParams(window.location.search);
const idf = params.get('identifier');
const device_id = params.get('device_id');
if (deviceId) {
identifier.value = idf;
identifier.value = device_id;
handleLogin();
}
};