浏览代码

fix: 修改回显

jiaxing.liao 3 天之前
父节点
当前提交
d708d47b6e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/home/index.vue

+ 1 - 0
src/views/home/index.vue

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