du
2025-03-31 d551fabb2a437effad7dff87fa7ab0e524c97b57
easegen-front/src/components/AppLinkInput/AppLinkSelectDialog.vue
@@ -111,7 +111,7 @@
      detailSelectDialog.value.type = appLink.type
      // 返显
      detailSelectDialog.value.id =
        getUrlNumberValue('id', 'http://127.0.0.1' + activeAppLink.value.path) || undefined
        getUrlNumberValue('id', 'http://192.168.3.159' + activeAppLink.value.path) || undefined
      break
    default:
      break
@@ -193,7 +193,7 @@
})
// 处理详情选择
const handleProductCategorySelected = (id: number) => {
  const url = new URL(activeAppLink.value.path, 'http://127.0.0.1')
  const url = new URL(activeAppLink.value.path, 'http://192.168.3.159')
  // 修改 id 参数
  url.searchParams.set('id', `${id}`)
  // 排除域名