流水:修改流水跳转链接

This commit is contained in:
Dragon
2023-04-04 11:58:01 +08:00
parent 2825c55551
commit 5a6eda06b5
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ $(function () {
eventRegister: function () { eventRegister: function () {
$('.user-room-receipt').on('click', function () { $('.user-room-receipt').on('click', function () {
window.location.href = `${getUrlPrefix()}/yinmeng/modules/statistic/roomData.html?erbanNo=${erbanNo}`; window.location.href = `${tranUrl}/yinmeng/modules/statistic/roomData.html?erbanNo=${erbanNo}`;
}); });
}, },

View File

@@ -124,6 +124,6 @@
<!-- <script src="../../common/js/common.js"></script> --> <!-- <script src="../../common/js/common.js"></script> -->
<script src="../../common/js/common2.js"></script> <script src="../../common/js/common2.js"></script>
<script src="../../common/js/vconsole.min.js"></script> <script src="../../common/js/vconsole.min.js"></script>
<script src="./js/serial.js?v=2"></script> <script src="./js/serial.js?v=2.1"></script>
</html> </html>