wuxw
2019-08-13 9e29441646434d9f54a2c3e855a724633885d8a4
WebService/src/main/resources/views/login.html
@@ -1,13 +1,30 @@
<!DOCTYPE html>
<html lang="en"
      xmlns="http://www.w3.org/1999/xhtml"
      xmlns:th="http://www.thymeleaf.org"
      xmlns:vue-component="http://www.thymeleaf.org">
      xmlns:vc="http://www.thymeleaf.org">
<head>
    <meta charset="UTF-8"/>
    <title>登录页面</title>
    <meta charset="utf-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>请登录 | java110</title>
    <vc:create name="commonTop"></vc:create>
</head>
<body>
<vue-component:create name="login"></vue-component:create>
<body class="gray-bg">
<vc:create name="loading"></vc:create>
<div id="component" class="middle-box text-center loginscreen animated fadeInDown">
    <vc:create name="login"></vc:create>
</div>
<vc:create name="commonBottom"></vc:create>
</body>
</html>
</html>