wuxw7
2019-03-19 8cbef47a70e6771a8d894b2a2d4407f54d967a60
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en"
      xmlns="http://www.w3.org/1999/xhtml"
      xmlns:th="http://www.thymeleaf.org"
      xmlns:vc="http://www.thymeleaf.org">
<head>
    <meta charset="UTF-8"/>
    <title>登录页面</title>
 
    <vc:create name="commonTop"></vc:create>
</head>
<body>
<vc:create name="login"></vc:create>
 
<vc:create name="vue_test"></vc:create>
<vc:create name="menu"></vc:create>
 
 
<vc:create name="commonBottom"></vc:create>
</body>
</html>