This commit is contained in:
2025-08-14 09:52:15 +08:00
parent 860b5d626f
commit 8765bffbac
5392 changed files with 1982 additions and 802269 deletions

View File

@ -153,11 +153,11 @@ export default {
locate(item) {
window.clicknum++
// 获取 localStorage.setItem("gpsCom", this.gpsVal);
let gpsCom = localStorage.getItem("gpsCom");
if (!gpsCom) {
this.$message.warning("请先设置串口");
return;
}
// let gpsCom = localStorage.getItem("gpsCom");
// if (!gpsCom) {
// this.$message.warning("请先设置串口");
// return;
// }
if (window.clicknum == 1) {
this.clickTimer = setTimeout(() => {
let host = new URL(getIP()).host;