update:去除生成二维码图片验证添加二维码跳转时间戳和签名参数

This commit is contained in:
2021-03-02 17:36:10 +08:00
parent d6617f47c0
commit 8214973184
6 changed files with 50 additions and 61 deletions

View File

@@ -14,7 +14,7 @@
loading...
</div>
<script>
location.href = "@Model.FullUrl"
location.href = "@Html.Raw(Model.FullUrl)"
</script>
</body>
</html>