global status

This commit is contained in:
josc146
2023-05-23 12:50:53 +08:00
parent 9a3657e6ea
commit 3aaf16b38b
5 changed files with 38 additions and 28 deletions

View File

@@ -21,7 +21,7 @@ export async function startup() {
getStatus(500).then(status => { // depends on config api port
if (status)
commonStore.setModelStatus(status);
commonStore.setStatus(status);
});
}