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

This commit is contained in:
sexygoat
2026-04-30 17:01:26 +08:00
parent 83c27e5427
commit 7d0296dedb
3 changed files with 13 additions and 17 deletions

View File

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