|
|
@ -8,7 +8,7 @@ |
|
|
|
<meta name="author" content=""> |
|
|
|
<meta name="author" content=""> |
|
|
|
|
|
|
|
|
|
|
|
<!--拦截后返回的页面--> |
|
|
|
<!--拦截后返回的页面--> |
|
|
|
<title>长沙康来生物有限公司 统一认证</title> |
|
|
|
<title>长沙康来生物有限公司 授权认证</title> |
|
|
|
|
|
|
|
|
|
|
|
<link href="/css/bootstrap.min.css" rel="stylesheet"> |
|
|
|
<link href="/css/bootstrap.min.css" rel="stylesheet"> |
|
|
|
<link href="/css/signin.css" rel="stylesheet"> |
|
|
|
<link href="/css/signin.css" rel="stylesheet"> |
|
|
@ -17,7 +17,7 @@ |
|
|
|
<body class="sign_body"> |
|
|
|
<body class="sign_body"> |
|
|
|
<div class="container form-margin-top"> |
|
|
|
<div class="container form-margin-top"> |
|
|
|
<form class="form-signin" action="/token/form" method="post"> |
|
|
|
<form class="form-signin" action="/token/form" method="post"> |
|
|
|
<h2 class="form-signin-heading" align="center">康来生物统一认证系统</h2> |
|
|
|
<h2 class="form-signin-heading" align="center">康来生物统一授权认证系统</h2> |
|
|
|
<input type="hidden" name="clientId" class="form-control" value="kicc" placeholder="所属客户端" > |
|
|
|
<input type="hidden" name="clientId" class="form-control" value="kicc" placeholder="所属客户端" > |
|
|
|
<input type="text" name="username" class="form-control form-margin-top" placeholder="账号" required autofocus> |
|
|
|
<input type="text" name="username" class="form-control form-margin-top" placeholder="账号" required autofocus> |
|
|
|
<input type="password" name="password" class="form-control" placeholder="密码" required> |
|
|
|
<input type="password" name="password" class="form-control" placeholder="密码" required> |
|
|
|