xiaoyong931011
2021-04-12 a13a93a493e7e94e28b2225c26e7e13b52d3288c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="renderer" content="webkit">
<meta http-equiv="Cache-Control" content="no-siteapp" />
<title>主页</title>
<link rel="shortcut icon" href="favicon.ico">
<!--[if lt IE 8]>
    <meta http-equiv="refresh" content="0;ie.html" />
    <![endif]-->
 
<!-- 本框架基本脚本和样式 -->
<script type="text/javascript"
    th:src="@{/js/plugin/jquery-2.1.4.min.js}"></script>
<script type="text/javascript"
    th:src="@{/js/systools/MBase.js}"></script>
 
 
</head>
 
<body>
    <div class="ibox-content">
        <blockquote class="center-block bg-primary">
            <h1>开发者账号主页</h1>
        </blockquote>
        <blockquote class="center-block ">
            <p class="center-block">开发者登录后可以在本页面中管理系统的功能 ,配置功能的按钮。</p>
            <p class="center-block">功能可以分配给不同的企业</p>
            <p class="center-block">每个功能有多个按钮,这些功能和按钮都会被权限管理起来</p>
        </blockquote>
    </div>
</body>
</html>