fix(VnUserLink): stop when workerId is null
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
parent
035530c4ce
commit
b993428201
|
@ -12,6 +12,7 @@ const $props = defineProps({
|
|||
const isWorker = ref(false);
|
||||
|
||||
onMounted(async () => {
|
||||
if (!$props.workerId) return;
|
||||
try {
|
||||
const {
|
||||
data: { exists },
|
||||
|
|
Loading…
Reference in New Issue