init new
This commit is contained in:
18
src/main/resources/templates/index.html
Normal file
18
src/main/resources/templates/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user