fix: 修复主页选择设备不生效的问题 see #120

This commit is contained in:
涵曦 2024-07-15 00:58:59 +00:00
parent e2e74f9459
commit a75030a73c

View File

@ -60,6 +60,14 @@ $(function(){
} }
} }
}); });
console.log('cur_did', did);
$('#did').change(function() {
did = $(this).val();
localStorage.setItem('cur_did', did);
window.did = did;
console.log('cur_did', did);
})
}); });
// 拉取版本 // 拉取版本