fix: 修复天猫导览路径问题
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</style>
|
||||
<script>
|
||||
// 构建链接
|
||||
const url = "{{.portalHost}}" + "/iframe/iframeRechargeTMallGameWorkplace?token={{.token}}";
|
||||
const url = "{{.portalHost}}" + "/iframe/tMallGameOrderWorkplace?token={{.token}}";
|
||||
// 链接添加至到iframe中
|
||||
document.getElementsByTagName("iframe")[0].src = url;
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user