This commit is contained in:
2025-10-22 14:19:41 +08:00
commit e131e8b719
3326 changed files with 869357 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Title</title>
</head>
<body>
<input id="userName" type="hidden" th:value="${userName}"/>
<script type="application/javascript">
var userName=document.getElementById("userName").value;
var url="http://10.4.7.185:9081/point-strategy/dist/index.html#/dashboard?userName="+userName;
window.location.href=url;
</script>
</body>
</html>