Skip to content

Commit 8a921fb

Browse files
committed
feat: Update default.vue to disable logs and update status
1 parent a39aaad commit 8a921fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/layouts/default.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ onMounted(async () => {
117117
syncTimeout: 1000,
118118
},
119119
body: {
120-
action: 'DUMP_PACKAGE_CONFIG'
121-
}
120+
action: 'DUMP_PACKAGE_CONFIG',
121+
},
122122
})
123123
const { data: daemonVersionRes } = await useHttp<any>('/get-update/sesame-daemon', {
124124
query: {
125-
current: daemonVersionDump?.value?.job?.result?.data[0]?.version || '0.0.0',
125+
current: daemonVersionDump?.value?.response?.data[0]?.version || '0.0.0',
126126
},
127127
})
128128
orchestratorVersion.value = orchestratorVersionRes.value?.data

0 commit comments

Comments
 (0)