修改报错,修改全开指令

This commit is contained in:
zyl
2025-11-25 11:57:28 +08:00
parent f965849bba
commit fc9caa941f
12 changed files with 80 additions and 131 deletions

17
.idea/workspace.xml generated
View File

@ -6,14 +6,16 @@
<component name="ChangeListManager">
<list default="true" id="84ab0b82-0020-4fff-b2b2-e16882dec538" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/builder-debug.yml" beforeDir="false" afterPath="$PROJECT_DIR$/build/builder-debug.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/实景三维电子沙盘系统 Setup 4.0.0.exe" beforeDir="false" afterPath="$PROJECT_DIR$/build/实景三维电子沙盘系统 Setup 4.0.0.exe" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/实景三维电子沙盘系统 Setup 4.0.0.exe.blockmap" beforeDir="false" afterPath="$PROJECT_DIR$/build/实景三维电子沙盘系统 Setup 4.0.0.exe.blockmap" afterDir="false" />
<change beforePath="$PROJECT_DIR$/dist/electron/main.js" beforeDir="false" afterPath="$PROJECT_DIR$/dist/electron/main.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/installer.nsh" beforeDir="false" afterPath="$PROJECT_DIR$/installer.nsh" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/back/sandTable/udpServer.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/back/sandTable/udpServer.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/renderer/components/Tree/treeSetting.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/renderer/components/Tree/treeSetting.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/renderer/components/myHeaderAll/systemPopup/systemPopup.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/renderer/components/myHeaderAll/systemPopup/systemPopup.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/renderer/views/dashboard/index.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/renderer/views/dashboard/index.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/renderer/views/login/index.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/renderer/views/login/index.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/static/sdk/YJEarth.min.js" beforeDir="false" afterPath="$PROJECT_DIR$/static/sdk/YJEarth.min.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/yjearth4_0/static/config/config.ini" beforeDir="false" afterPath="$PROJECT_DIR$/yjearth4_0/static/config/config.ini" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/index.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/yjearth4_0/static/log/2025-11-07.20251117112035291719.log.gz" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/yjearth4_0/static/log/2025-11-17.log" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/yjearth4_0/static/log/2025-11-20.log" beforeDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -125,6 +127,9 @@
<workItem from="1761796876451" duration="719000" />
<workItem from="1762145694194" duration="740000" />
<workItem from="1762148475123" duration="5333000" />
<workItem from="1763626030320" duration="789000" />
<workItem from="1763953632621" duration="2998000" />
<workItem from="1763966160059" duration="1205000" />
</task>
<servers />
</component>

View File

@ -20,8 +20,8 @@ x64:
- package.json
nsis:
script: |-
!include "D:\project\4.0qianduan\4.0\node_modules\app-builder-lib\templates\nsis\include\StdUtils.nsh"
!addincludedir "D:\project\4.0qianduan\4.0\node_modules\app-builder-lib\templates\nsis\include"
!include "F:\workCode\fs-4.0\4.0\node_modules\app-builder-lib\templates\nsis\include\StdUtils.nsh"
!addincludedir "F:\workCode\fs-4.0\4.0\node_modules\app-builder-lib\templates\nsis\include"
!macro _isUpdated _a _b _t _f
${StdUtils.TestParameter} $R9 "updated"
StrCmp "$R9" "true" `${_t}` `${_f}`
@ -93,11 +93,11 @@ nsis:
!insertmacro MUI_LANGUAGE "Vietnamese"
!macroend
!addincludedir "D:\project\4.0qianduan\4.0\build"
!include "D:\project\4.0qianduan\4.0\installer.nsh"
!include "C:\Users\MSI\AppData\Local\Temp\t-Ih3kq8\1-messages.nsh"
!include "C:\Users\MSI\AppData\Local\Temp\t-Ih3kq8\0-messages.nsh"
!addplugindir /x86-unicode "C:\Users\MSI\AppData\Local\electron-builder\Cache\nsis\nsis-resources-3.4.1\plugins\x86-unicode"
!addincludedir "F:\workCode\fs-4.0\4.0\build"
!include "F:\workCode\fs-4.0\4.0\installer.nsh"
!addplugindir /x86-unicode "C:\Users\Administrator\AppData\Local\electron-builder\Cache\nsis\nsis-resources-3.4.1\plugins\x86-unicode"
!include "C:\Users\ADMINI~1\AppData\Local\Temp\t-wLRMfI\0-messages.nsh"
!include "C:\Users\ADMINI~1\AppData\Local\Temp\t-wLRMfI\1-messages.nsh"
Var newStartMenuLink
Var oldStartMenuLink

87
dist/electron/main.js vendored
View File

@ -107,8 +107,8 @@ $exports.store = store;
var global = __webpack_require__(1);
var core = __webpack_require__(0);
var ctx = __webpack_require__(10);
var hide = __webpack_require__(11);
var ctx = __webpack_require__(11);
var hide = __webpack_require__(12);
var has = __webpack_require__(13);
var PROTOTYPE = 'prototype';
@ -231,10 +231,16 @@ module.exports = require("path");
/* 9 */
/***/ (function(module, exports) {
module.exports = require("os");
module.exports = require("electron");
/***/ }),
/* 10 */
/***/ (function(module, exports) {
module.exports = require("os");
/***/ }),
/* 11 */
/***/ (function(module, exports, __webpack_require__) {
// optional / simple context binding
@ -260,7 +266,7 @@ module.exports = function (fn, that, length) {
/***/ }),
/* 11 */
/* 12 */
/***/ (function(module, exports, __webpack_require__) {
var dP = __webpack_require__(5);
@ -273,12 +279,6 @@ module.exports = __webpack_require__(7) ? function (object, key, value) {
};
/***/ }),
/* 12 */
/***/ (function(module, exports) {
module.exports = require("electron");
/***/ }),
/* 13 */
/***/ (function(module, exports) {
@ -404,7 +404,7 @@ module.exports = function (it, tag, stat) {
__webpack_require__(100);
var global = __webpack_require__(1);
var hide = __webpack_require__(11);
var hide = __webpack_require__(12);
var Iterators = __webpack_require__(17);
var TO_STRING_TAG = __webpack_require__(2)('toStringTag');
@ -427,7 +427,7 @@ for (var i = 0; i < DOMIterables.length; i++) {
/* 25 */
/***/ (function(module, exports, __webpack_require__) {
var ctx = __webpack_require__(10);
var ctx = __webpack_require__(11);
var call = __webpack_require__(113);
var isArrayIter = __webpack_require__(114);
var anObject = __webpack_require__(6);
@ -602,7 +602,7 @@ module.exports = function (it) {
"use strict";
Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
/* WEBPACK VAR INJECTION */(function(__dirname) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getmainWindow", function() { return getmainWindow; });
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_electron__ = __webpack_require__(12);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_electron__ = __webpack_require__(9);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_electron___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_electron__);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__config__ = __webpack_require__(86);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__config___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__config__);
@ -630,7 +630,7 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
var os = __webpack_require__(9);
var os = __webpack_require__(10);
var sharedObject = {};
process.env.ELECTRON_DISABLE_SECURITY_WARNINGS = true;
@ -712,7 +712,7 @@ function createSplashWindow() {
splashWindow.show();
});
var _require = __webpack_require__(12),
var _require = __webpack_require__(9),
ipcMain = _require.ipcMain;
ipcMain.on("splash-completed", function () {
@ -735,7 +735,7 @@ function createSplashWindow() {
}
function createWindow() {
Object(__WEBPACK_IMPORTED_MODULE_3__back_app__["b" /* start */])();
Object(__WEBPACK_IMPORTED_MODULE_8__back_sandTable_udpServer__["a" /* Init */])();
var prefix = __WEBPACK_IMPORTED_MODULE_4__dbPath__["execPath"];
console.log("process.env.NODE_ENV +++", process.env.NODE_ENV);
if (process.env.NODE_ENV === "production") {
@ -768,6 +768,7 @@ function createWindow() {
}
});
mainWindow.loadURL(winURL);
Object(__WEBPACK_IMPORTED_MODULE_8__back_sandTable_udpServer__["a" /* Init */])();
mainWindow.center();
mainWindow.maximize();
__WEBPACK_IMPORTED_MODULE_5__back_ipcMain__["a" /* default */].Mainfunc(mainWindow);
@ -921,7 +922,7 @@ module.exports = function (it) {
var LIBRARY = __webpack_require__(20);
var $export = __webpack_require__(3);
var redefine = __webpack_require__(58);
var hide = __webpack_require__(11);
var hide = __webpack_require__(12);
var Iterators = __webpack_require__(17);
var $iterCreate = __webpack_require__(96);
var setToStringTag = __webpack_require__(23);
@ -1181,7 +1182,7 @@ exports.f = {}.propertyIsEnumerable;
/* 49 */
/***/ (function(module, exports, __webpack_require__) {
var hide = __webpack_require__(11);
var hide = __webpack_require__(12);
module.exports = function (target, src, safe) {
for (var key in src) {
if (safe && target[key]) target[key] = src[key];
@ -1246,7 +1247,7 @@ var _require = __webpack_require__(14),
exec = _require.exec,
spawn = _require.spawn;
var os = __webpack_require__(9);
var os = __webpack_require__(10);
var path = __webpack_require__(8);
var fs = __webpack_require__(15);
@ -1313,7 +1314,7 @@ module.exports = { runProcess: runProcess, closeChild: closeChild };
"use strict";
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return apps; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return start; });
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_electron__ = __webpack_require__(12);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_electron__ = __webpack_require__(9);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_electron___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_electron__);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__config__ = __webpack_require__(26);
@ -1409,7 +1410,7 @@ module.exports = !__webpack_require__(7) && !__webpack_require__(16)(function ()
/* 58 */
/***/ (function(module, exports, __webpack_require__) {
module.exports = __webpack_require__(11);
module.exports = __webpack_require__(12);
/***/ }),
@ -1601,7 +1602,7 @@ module.exports = function (O, D) {
/* 72 */
/***/ (function(module, exports, __webpack_require__) {
var ctx = __webpack_require__(10);
var ctx = __webpack_require__(11);
var invoke = __webpack_require__(136);
var html = __webpack_require__(61);
var cel = __webpack_require__(37);
@ -1729,7 +1730,7 @@ module.exports = function (C, x) {
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return sendMsg; });
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_babel_runtime_helpers_slicedToArray__ = __webpack_require__(165);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_babel_runtime_helpers_slicedToArray___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_babel_runtime_helpers_slicedToArray__);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_electron__ = __webpack_require__(12);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_electron__ = __webpack_require__(9);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_electron___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_electron__);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__index__ = __webpack_require__(32);
@ -1811,10 +1812,10 @@ function Init() {
console.log("server error", err);
Object(__WEBPACK_IMPORTED_MODULE_2__index__["getmainWindow"])().webContents.send('udpServerError', "udp服务创建失败尝试更换端口");
});
console.log("port", port);
console.log("port ", port);
server.bind(port);
sendMsg("A000k #");
sendMsg("A000g #");
}
function sendMsg(val) {
var msg = void 0;
@ -1866,7 +1867,7 @@ function GetUdpServerPort() {
return { port: port, host: host };
}
function getHostIP() {
var os = __webpack_require__(9);
var os = __webpack_require__(10);
var interfaces = os.networkInterfaces();
var hostIP = "";
console.log(interfaces);
@ -1920,7 +1921,7 @@ process.env.NODE_ENV = 'development';
__webpack_require__(79)({ showDevTools: true });
__webpack_require__(12).app.on('ready', function () {});
__webpack_require__(9).app.on('ready', function () {});
__webpack_require__(32);
@ -1930,7 +1931,7 @@ __webpack_require__(32);
"use strict";
const electron = __webpack_require__(12);
const electron = __webpack_require__(9);
const localShortcut = __webpack_require__(80);
const isDev = __webpack_require__(85);
@ -2034,7 +2035,7 @@ module.exports.openDevTools = openDevTools;
"use strict";
const {app, BrowserWindow} = __webpack_require__(12);
const {app, BrowserWindow} = __webpack_require__(9);
const isAccelerator = __webpack_require__(81);
const equals = __webpack_require__(82);
const {toKeyEvent} = __webpack_require__(83);
@ -2854,7 +2855,7 @@ module.exports = require("net");
/* 91 */
/***/ (function(module, exports, __webpack_require__) {
var os = __webpack_require__(9);
var os = __webpack_require__(10);
var Store = __webpack_require__(56);
var path = new Store().path;
@ -2882,14 +2883,14 @@ module.exports = { db_path: db_path, execPath: exePaths[exePaths.length - 2] };
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_babel_runtime_helpers_typeof___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_babel_runtime_helpers_typeof__);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_babel_runtime_core_js_map__ = __webpack_require__(109);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_babel_runtime_core_js_map___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_babel_runtime_core_js_map__);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_electron__ = __webpack_require__(12);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_electron__ = __webpack_require__(9);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_electron___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_electron__);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__convert_main__ = __webpack_require__(126);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__convert_obj2gltf__ = __webpack_require__(127);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__convert_fbx2gltf__ = __webpack_require__(132);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__app__ = __webpack_require__(54);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__recorder__ = __webpack_require__(143);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8_os__ = __webpack_require__(9);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8_os__ = __webpack_require__(10);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8_os___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_8_os__);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9_child_process__ = __webpack_require__(14);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9_child_process___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_9_child_process__);
@ -3225,7 +3226,7 @@ var setToStringTag = __webpack_require__(23);
var IteratorPrototype = {};
// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()
__webpack_require__(11)(IteratorPrototype, __webpack_require__(2)('iterator'), function () { return this; });
__webpack_require__(12)(IteratorPrototype, __webpack_require__(2)('iterator'), function () { return this; });
module.exports = function (Constructor, NAME, next) {
Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) });
@ -3603,7 +3604,7 @@ $JSON && $export($export.S + $export.F * (!USE_NATIVE || $fails(function () {
});
// 19.4.3.4 Symbol.prototype[@@toPrimitive](hint)
$Symbol[PROTOTYPE][TO_PRIMITIVE] || __webpack_require__(11)($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);
$Symbol[PROTOTYPE][TO_PRIMITIVE] || __webpack_require__(12)($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);
// 19.4.3.5 Symbol.prototype[@@toStringTag]
setToStringTag($Symbol, 'Symbol');
// 20.2.1.9 Math[@@toStringTag]
@ -3727,7 +3728,7 @@ module.exports = __webpack_require__(115)(MAP, function (get) {
var dP = __webpack_require__(5).f;
var create = __webpack_require__(28);
var redefineAll = __webpack_require__(49);
var ctx = __webpack_require__(10);
var ctx = __webpack_require__(11);
var anInstance = __webpack_require__(50);
var forOf = __webpack_require__(25);
var $iterDefine = __webpack_require__(36);
@ -3911,7 +3912,7 @@ var global = __webpack_require__(1);
var $export = __webpack_require__(3);
var meta = __webpack_require__(45);
var fails = __webpack_require__(16);
var hide = __webpack_require__(11);
var hide = __webpack_require__(12);
var redefineAll = __webpack_require__(49);
var forOf = __webpack_require__(25);
var anInstance = __webpack_require__(50);
@ -3978,7 +3979,7 @@ module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) {
// 4 -> Array#every
// 5 -> Array#find
// 6 -> Array#findIndex
var ctx = __webpack_require__(10);
var ctx = __webpack_require__(11);
var IObject = __webpack_require__(60);
var toObject = __webpack_require__(30);
var toLength = __webpack_require__(40);
@ -4133,7 +4134,7 @@ __webpack_require__(125)('Map');
// https://tc39.github.io/proposal-setmap-offrom/
var $export = __webpack_require__(3);
var aFunction = __webpack_require__(21);
var ctx = __webpack_require__(10);
var ctx = __webpack_require__(11);
var forOf = __webpack_require__(25);
module.exports = function (COLLECTION) {
@ -4307,7 +4308,7 @@ module.exports = require("gltf-pipeline");
var childProcess = __webpack_require__(14);
var fs = __webpack_require__(15);
var os = __webpack_require__(9);
var os = __webpack_require__(10);
var path = __webpack_require__(8);
var rimraf = __webpack_require__(142);
console.log(path.join(process.cwd(), 'convert/FBX2glTF.exe'));
@ -4410,7 +4411,7 @@ module.exports = __webpack_require__(0).Promise;
var LIBRARY = __webpack_require__(20);
var global = __webpack_require__(1);
var ctx = __webpack_require__(10);
var ctx = __webpack_require__(11);
var classof = __webpack_require__(31);
var $export = __webpack_require__(3);
var isObject = __webpack_require__(4);
@ -4911,7 +4912,7 @@ module.exports = require("rimraf");
var os = __webpack_require__(9);
var os = __webpack_require__(10);
var platform = os.platform();
var arch = os.arch();
var moment = __webpack_require__(162);
@ -5245,7 +5246,7 @@ module.exports = {
set: Object.setPrototypeOf || ('__proto__' in {} ? // eslint-disable-line
function (test, buggy, set) {
try {
set = __webpack_require__(10)(Function.call, __webpack_require__(67).f(Object.prototype, '__proto__').set, 2);
set = __webpack_require__(11)(Function.call, __webpack_require__(67).f(Object.prototype, '__proto__').set, 2);
set(test, []);
buggy = !(test instanceof Array);
} catch (e) { buggy = true; }
@ -5451,7 +5452,7 @@ module.exports = require("http");
var _require = __webpack_require__(14),
exec = _require.exec;
var os = __webpack_require__(9);
var os = __webpack_require__(10);
function killProcessByName(processName) {
var command = void 0;

View File

@ -105,10 +105,10 @@ function Init() {
console.log("server error", err);
getmainWindow().webContents.send('udpServerError',"udp服务创建失败尝试更换端口")
});
console.log("port",port)
console.log("port ",port)
server.bind(port);
// sendMsg("AFFG")
sendMsg("A000k #")
sendMsg("A000g #")
}
function sendMsg(val) {
let msg;

View File

@ -138,7 +138,7 @@ function createWindow() {
// 创建启动页窗口
// createSplashWindow();
start();
Init();
let prefix = execPath;
console.log("process.env.NODE_ENV +++", process.env.NODE_ENV);
if (process.env.NODE_ENV === "production") {
@ -176,6 +176,7 @@ function createWindow() {
},
});
mainWindow.loadURL(winURL);
Init();
mainWindow.center();
mainWindow.maximize();
setIpc.Mainfunc(mainWindow);

View File

@ -1,34 +0,0 @@
2025-11-17 11:20:35.299 [INFO] {1814419226ad78185ec13007a5818672} gps.go:101: 查询串口数据
2025-11-17 11:20:35.300 [INFO] {9805e89226ad78185fc13007db190a31} gps.go:105: 没有查询到串口数据
2025-11-17 11:32:37.841 [INFO] {886aa5cdcead7818c7fd28493bab92bf} gps.go:101: 查询串口数据
2025-11-17 11:32:37.841 [INFO] {6c7bb5cdcead7818c8fd2849c1271825} gps.go:105: 没有查询到串口数据
2025-11-17 11:52:11.329 [INFO] {84000407e0ae7818195d2b0ede1ce77d} gps.go:101: 查询串口数据
2025-11-17 11:52:11.330 [INFO] {40a31307e0ae78181a5d2b0e8217a89d} gps.go:105: 没有查询到串口数据
2025-11-17 11:53:34.321 [INFO] {9026bc59f3ae7818ca9c6a0d4301b132} gps.go:101: 查询串口数据
2025-11-17 11:53:34.322 [INFO] {7027cc59f3ae7818cb9c6a0db9b2ef27} gps.go:105: 没有查询到串口数据
2025-11-17 11:55:42.469 [INFO] {b49eef2f11af78184bba5302e7224fd8} gps.go:101: 查询串口数据
2025-11-17 11:55:42.470 [INFO] {8c79003011af78184cba53022b82abf5} gps.go:105: 没有查询到串口数据
2025-11-17 12:28:45.362 [INFO] {bc8a8ddddeb078188ea0f31188baa452} gps.go:101: 查询串口数据
2025-11-17 12:28:45.363 [INFO] {085da6dddeb078188fa0f311e087246b} gps.go:105: 没有查询到串口数据
2025-11-17 12:28:51.390 [INFO] {44c0df44e0b0781822966a2c9ed6cd49} gps.go:101: 查询串口数据
2025-11-17 12:28:51.391 [INFO] {086aef44e0b0781823966a2ca4f6a744} gps.go:105: 没有查询到串口数据
2025-11-17 12:28:56.941 [INFO] {d801b48fe1b07818feafd23c75dcab79} gps.go:101: 查询串口数据
2025-11-17 12:28:56.941 [INFO] {dce3c38fe1b07818ffafd23cd1a2e610} gps.go:105: 没有查询到串口数据
2025-11-17 12:29:00.273 [INFO] {04605356e2b0781821c9f876c870f925} gps.go:101: 查询串口数据
2025-11-17 12:29:00.273 [INFO] {f0136356e2b0781822c9f876609f7c8e} gps.go:105: 没有查询到串口数据
2025-11-17 12:29:05.216 [INFO] {4802ff7ce3b07818c5417032936c28fb} gps.go:101: 查询串口数据
2025-11-17 12:29:05.217 [INFO] {dccc0e7de3b07818c6417032f26641fb} gps.go:105: 没有查询到串口数据
2025-11-17 12:29:10.581 [INFO] {9425b8bce4b078182ebe5d0468744467} gps.go:101: 查询串口数据
2025-11-17 12:29:10.581 [INFO] {20e9c7bce4b078182fbe5d04731229e9} gps.go:105: 没有查询到串口数据
2025-11-17 12:29:52.144 [INFO] {8c58176aeeb0781824873c47e7cf5787} gps.go:101: 查询串口数据
2025-11-17 12:29:52.145 [INFO] {584e286aeeb0781825873c4780db258b} gps.go:105: 没有查询到串口数据
2025-11-17 12:35:15.220 [INFO] {b420f8a239b178182b5eaa74b2703b88} gps.go:101: 查询串口数据
2025-11-17 12:35:15.221 [INFO] {90ad07a339b178182c5eaa74ca070dbb} gps.go:105: 没有查询到串口数据
2025-11-17 12:42:08.725 [INFO] {244fb7e999b17818cce5315c2a71ab9e} gps.go:101: 查询串口数据
2025-11-17 12:42:08.726 [INFO] {cceecee999b17818cde5315c4a990fdb} gps.go:105: 没有查询到串口数据
2025-11-17 13:37:02.964 [INFO] {441cb4e998b478188dc493667b05b726} gps.go:101: 查询串口数据
2025-11-17 13:37:02.965 [INFO] {b0dcc3e998b478188ec4936695f1957f} gps.go:105: 没有查询到串口数据
2025-11-17 14:23:04.299 [INFO] {8c1c13d61bb778181ba5554cbfa91231} gps.go:101: 查询串口数据
2025-11-17 14:23:04.300 [INFO] {d8c22ad61bb778181ca5554c3ead4581} gps.go:105: 没有查询到串口数据
2025-11-17 15:24:08.027 [INFO] {843a11dd70ba781889449c2cce55dda8} gps.go:101: 查询串口数据
2025-11-17 15:24:08.029 [INFO] {344470dd70ba78188a449c2c06fc1713} gps.go:105: 没有查询到串口数据

View File

@ -1,38 +0,0 @@
2025-11-20 14:39:23.906 [INFO] {d82a1f9fbda3791883fe9f09ecb49d96} gps.go:101: 查询串口数据
2025-11-20 14:39:23.907 [INFO] {28c62e9fbda3791884fe9f09a85e29ff} gps.go:105: 没有查询到串口数据
2025-11-20 14:43:38.684 [INFO] {1c0519f1f8a37918ce2c2e5221842716} gps.go:101: 查询串口数据
2025-11-20 14:43:38.684 [INFO] {6cd020f1f8a37918cf2c2e5295d7bf15} gps.go:105: 没有查询到串口数据
2025-11-20 14:44:30.716 [INFO] {889a700e05a47918c01f95745edf716f} gps.go:101: 查询串口数据
2025-11-20 14:44:30.717 [INFO] {3051800e05a47918c11f95747060be96} gps.go:105: 没有查询到串口数据
2025-11-20 14:46:03.242 [INFO] {24d85f991aa479188a33fe17e094cd74} gps.go:101: 查询串口数据
2025-11-20 14:46:03.242 [INFO] {fc9f6f991aa479188b33fe170a5d59a0} gps.go:105: 没有查询到串口数据
2025-11-20 15:03:35.924 [INFO] {306120b20fa579183fbd6b2412201309} gps.go:101: 查询串口数据
2025-11-20 15:03:35.941 [INFO] {e0062eb30fa5791840bd6b24c8214d73} gps.go:105: 没有查询到串口数据
2025-11-20 15:05:00.437 [INFO] {94698e5f23a57918eb968f15fe625e9d} gps.go:101: 查询串口数据
2025-11-20 15:05:00.438 [INFO] {7c3d965f23a57918ec968f15ef4b8a6e} gps.go:105: 没有查询到串口数据
2025-11-20 15:06:32.175 [INFO] {9c617cbb38a579182a310348b05958d8} gps.go:101: 查询串口数据
2025-11-20 15:06:32.185 [INFO] {809720bc38a579182b310348a629ff7f} gps.go:105: 没有查询到串口数据
2025-11-20 15:06:56.275 [INFO] {144803583ea57918e336f2436ea702f1} gps.go:101: 查询串口数据
2025-11-20 15:06:56.276 [INFO] {f4fd12583ea57918e436f243177ef49d} gps.go:105: 没有查询到串口数据
2025-11-20 15:08:06.589 [INFO] {407efab64ea57918242e7f260b365b2e} gps.go:101: 查询串口数据
2025-11-20 15:08:06.589 [INFO] {a8b109b74ea57918252e7f26531de4ca} gps.go:105: 没有查询到串口数据
2025-11-20 15:09:37.625 [INFO] {5c662ce963a57918f4af3c78e5b93339} gps.go:101: 查询串口数据
2025-11-20 15:09:37.625 [INFO] {e0093ce963a57918f5af3c783ca59d09} gps.go:105: 没有查询到串口数据
2025-11-20 15:16:01.423 [INFO] {e4865a45bda579181ef1d51698a7c641} gps.go:101: 查询串口数据
2025-11-20 15:16:01.423 [INFO] {cc736245bda579181ff1d51610fd34c0} gps.go:105: 没有查询到串口数据
2025-11-20 15:16:17.422 [INFO] {d029f5fec0a579183c69e17626eeae33} gps.go:101: 查询串口数据
2025-11-20 15:16:17.422 [INFO] {4408fdfec0a579183d69e17699bd8bd6} gps.go:105: 没有查询到串口数据
2025-11-20 15:51:52.921 [INFO] {0408a134b2a779187b2ad901a0f5a87e} gps.go:101: 查询串口数据
2025-11-20 15:51:52.921 [INFO] {bccaa834b2a779187c2ad901fff40890} gps.go:105: 没有查询到串口数据
2025-11-20 15:56:32.313 [INFO] {0ca1b141f3a779188048a70e98e713ac} gps.go:101: 查询串口数据
2025-11-20 15:56:32.314 [INFO] {9486c141f3a779188148a70e09e48b19} gps.go:105: 没有查询到串口数据
2025-11-20 15:56:36.698 [INFO] {b4891547f4a77918829a8a0bca2c14bc} gps.go:101: 查询串口数据
2025-11-20 15:56:36.699 [INFO] {10bf2447f4a77918839a8a0b178a64a1} gps.go:105: 没有查询到串口数据
2025-11-20 15:57:00.056 [INFO] {d85744b7f9a77918d6697848a7e2c3f5} gps.go:101: 查询串口数据
2025-11-20 15:57:00.056 [INFO] {941354b7f9a77918d769784893bb2aa8} gps.go:105: 没有查询到串口数据
2025-11-20 16:00:26.047 [INFO] {703a49ad29a8791841faf40c502ac917} gps.go:101: 查询串口数据
2025-11-20 16:00:26.048 [INFO] {2cad60ad29a8791842faf40cf84cad9d} gps.go:105: 没有查询到串口数据
2025-11-20 16:01:26.099 [INFO] {3c2cafa837a8791872f2c70c2ddda4ad} gps.go:101: 查询串口数据
2025-11-20 16:01:26.100 [INFO] {34debea837a8791873f2c70c35d61666} gps.go:105: 没有查询到串口数据
2025-11-20 16:04:38.355 [INFO] {e4d6076c64a879188ba11a4937fc0579} gps.go:101: 查询串口数据
2025-11-20 16:04:38.355 [INFO] {5802186c64a879188ca11a495b6d8d9d} gps.go:105: 没有查询到串口数据

View File

@ -0,0 +1,14 @@
2025-11-24 11:14:23.019 [INFO] {a0dfecd4dfd27a1892c2bf154d84fb70} gps.go:101: 查询串口数据
2025-11-24 11:14:23.020 [INFO] {3c1c79dedfd27a1893c2bf15be2d5609} gps.go:105: 没有查询到串口数据
2025-11-24 11:33:50.969 [INFO] {e8559dcdefd37a1898c2b171bab97c22} gps.go:101: 查询串口数据
2025-11-24 11:33:50.969 [INFO] {5c34a5cdefd37a1899c2b1710600b081} gps.go:105: 没有查询到串口数据
2025-11-24 11:36:15.447 [INFO] {dc8b2b7111d47a18c8b4d87d184df633} gps.go:101: 查询串口数据
2025-11-24 11:36:15.447 [INFO] {a853337111d47a18c9b4d87d74f81cfd} gps.go:105: 没有查询到串口数据
2025-11-24 11:38:33.938 [INFO] {846eecaf31d47a18abdd276946ad01fa} gps.go:101: 查询串口数据
2025-11-24 11:38:33.939 [INFO] {d439f4af31d47a18acdd2769c1bba3ed} gps.go:105: 没有查询到串口数据
2025-11-24 11:40:44.140 [INFO] {8cea8a0050d47a18c5807414ad729c36} gps.go:101: 查询串口数据
2025-11-24 11:40:44.141 [INFO] {00c9920050d47a18c68074145e0d0019} gps.go:105: 没有查询到串口数据
2025-11-24 11:41:03.177 [INFO] {841b356f54d47a182937361f6bc742c2} gps.go:101: 查询串口数据
2025-11-24 11:41:03.177 [INFO] {88e23c6f54d47a182a37361f07a60e19} gps.go:105: 没有查询到串口数据
2025-11-24 14:38:57.561 [INFO] {bc8aaec109de7a186748ad251159ef4b} gps.go:101: 查询串口数据
2025-11-24 14:38:57.575 [INFO] {545af0c209de7a186848ad25bd16b487} gps.go:105: 没有查询到串口数据