You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="zh-CN">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<title>LaunchUrlStudy.SubSite3</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div style="text-align:center">
|
|
|
|
|
<h2>LaunchUrlStudy.SubSite3 启动成功!</h2>
|
|
|
|
|
<h3>详情参阅:<a id="GoSwagger" href="#">Swagger 文档</a></h3>
|
|
|
|
|
</div>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
//相对根路径
|
|
|
|
|
var baseUrl = document.baseURI;
|
|
|
|
|
baseUrl = baseUrl.replace(/\/$/, "");
|
|
|
|
|
|
|
|
|
|
//设置Swagger地址
|
|
|
|
|
var swaggerUrl = baseUrl + "/swagger/index.html";
|
|
|
|
|
|
|
|
|
|
//设置连接地址
|
|
|
|
|
document.getElementById("GoSwagger").setAttribute("href", swaggerUrl);
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|