This commit is contained in:
Fine 2024-12-02 15:04:57 +08:00
parent 4961a5fbcb
commit 4cdbf9184c

View File

@ -77,7 +77,7 @@ limitations under the License. -->
ElMessage.error(res.errors); ElMessage.error(res.errors);
return; return;
} }
endpointName.value = profileStore.endpoints[0].value; endpointName.value = profileStore.endpoints[0]?.value;
} }
function changeEndpoint(opt: any[]) { function changeEndpoint(opt: any[]) {