feat:串口读取时机优化

This commit is contained in:
surenjun 2025-10-28 15:27:11 +08:00
parent d1a1fc8b44
commit 4578177d37
2 changed files with 6 additions and 5 deletions

View File

@ -4,13 +4,13 @@
{
"name": "default",
"material": {
"certpath": "C:\\Users\\13440\\.ohos\\config\\openharmony\\auto_ohos_default_subject-two2_com.oh.dts.cer",
"storePassword": "0000001BE1869C350CC47385898E8BD73BD9A455D1886BA385CD349B7C5ADE3BCFB7A29422CB379DD38D60",
"certpath": "/Users/surenjun/.ohos/config/openharmony/auto_ohos_default_subject_two_git_com.oh.dts.cer",
"storePassword": "0000001BB275D58DD39E5E5B74DD91C7D3D9217EEFEA855908868FD523A97460BFE0FFE09AD1CF71705E29",
"keyAlias": "debugKey",
"keyPassword": "0000001B9F28F62DC3596874829120C11C241553B9134766FDA5315E81776F4AB7C392D24F996EDE2E3E5A",
"profile": "C:\\Users\\13440\\.ohos\\config\\openharmony\\auto_ohos_default_subject-two2_com.oh.dts.p7b",
"keyPassword": "0000001B6AE7EB0476A22556368A0784AC4697773CE7CBB790A63ADBBA59C99E654E955CA4C41C7BE4A44D",
"profile": "/Users/surenjun/.ohos/config/openharmony/auto_ohos_default_subject_two_git_com.oh.dts.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\13440\\.ohos\\config\\openharmony\\auto_ohos_default_subject-two2_com.oh.dts.p12"
"storeFile": "/Users/surenjun/.ohos/config/openharmony/auto_ohos_default_subject_two_git_com.oh.dts.p12"
}
}
],

View File

@ -309,6 +309,7 @@ export async function getDoubleCeneterTable(param) {
return
}
}
getChuankouFn()
reslove(true)
router.pushUrl({
url: 'pages/ExaminerLogin',