@@ -459,6 +459,7 @@ const setPanoUrl = () => {
cancelButtonText: '取消',
inputPattern: /^(https?:\/\/(([a-zA-Z0-9]+-?)+[a-zA-Z0-9]+\.)+[a-zA-Z]+)(:\d+)?(\/.*)?(\?.*)?(#.*)?$/, // 链接正则
inputErrorMessage: '地址校验失败',
+ inputValue: dataSource.value?.drone
})
.then(({ value }) => {
invoke({