Anonkuro 发表于 2024-9-27 03:55:44

V2board想写个替换域名的按钮出问题了大佬们看看


<button class="btn btn-hero-primary fas fa-copy mr-2 mr-1">
<code style="color: #ffffff; background-color: #3b5998" onclick="copy('https://'+'api.xxxxxxxx.net/api/v1/client/subscribe'+token) ">复制订阅</code></button>


我的想法是在前端的知识库里写两个按钮,两个不同的域名+相同的token
不知道怎么获取当前用户的token,有大佬解答一下么?谢谢!

Peacemaker 发表于 2024-9-27 15:29:24

看看sessionStorage和localStorage有没有token数据

cnnqjban521 发表于 2024-9-28 09:45:20

学习
页: [1]
查看完整版本: V2board想写个替换域名的按钮出问题了大佬们看看