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);
|
const isWorker = ref(false);
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
|
if (!$props.workerId) return;
|
||||||
try {
|
try {
|
||||||
const {
|
const {
|
||||||
data: { exists },
|
data: { exists },
|
||||||
|
|
Loading…
Reference in New Issue