首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
V2EX 提问指南
广告
V2EX
›
问与答
antd-vue 的 table,插入了超链接,比如
xx.com
,跳转总是变成 localhost/
xx.com
,变成了二级
0kaka
·
2020-05-13 17:22:15 +08:00
· 1299 次点击
这是一个创建于 1647 天前的主题,其中的信息可能已经有所发展或是发生改变。
customRender: (value, row, index) => {
return <a href={value} target="_blank">{value}</a>
}
href 在 chrome 查看也是正常的
xx.com
,但是点击就永远是 localhost/
xx.com
。而我是要跳到
xx.com
的,有大神告知是什么原因引起的吗?
value
localhost
href
xx.com
4 条回复
•
2020-05-13 17:28:54 +08:00
1
wangxiang
2020-05-13 17:27:11 +08:00
1
加 http?
2
marcong95
2020-05-13 17:27:21 +08:00
1
你应该是漏了协议那部分,
https://xx.com
?
3
0kaka
OP
2020-05-13 17:28:38 +08:00
@
wangxiang
@
marcong95
呃呃呃 竟然就这个?哎 抽水了
4
0kaka
OP
2020-05-13 17:28:54 +08:00
@
wangxiang
@
marcong95
😂低级错误 已感谢
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
2794 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 23ms ·
UTC 13:31
·
PVG 21:31
·
LAX 05:31
·
JFK 08:31
Developed with
CodeLauncher
♥ Do have faith in what you're doing.