提交 f2475dc8 编写于 作者: 徐益明's avatar 徐益明

feat: 路径中添加token

上级 e9d2470d
......@@ -94,7 +94,9 @@ export default {
this.$emit('close', false);
},
navigateToWithdraw() {
let webUrl = getWebPageUrl(`mall/banlance-detail?type=1`);
const { token, info } = this.$store.state.user;
console.log("🚀 ~ navigateToWithdraw ~ this.$store.state.user:", this.$store.state.user)
let webUrl = getWebPageUrl(`mall/banlance-detail?token=${token}&type=1`);
location.replace(webUrl);
return
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册