| | |
| | | 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 |
| | |
| | | }) |
| | | // 处理详情选择 |
| | | 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}`) |
| | | // 排除域名 |