Helius
2022-05-27 4351e71d782741143a98f86f6648acd16689165f
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
36
37
38
39
40
41
42
43
44
45
46
47
<!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" th: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>
 
 
<!-- 文件上传需要的样式 -->
 
<link rel="stylesheet"
    th:href="@{/plugin/kindeditor/themes/default/default.css}" />
<link rel="stylesheet"
    th:href="@{/plugin/kindeditor/plugins/code/prettify.css}" />
<script th:src="@{/plugin/kindeditor/kindeditor.js}"></script>
<script th:src="@{/plugin/kindeditor/lang/zh_CN.js}"></script>
<script
    th:src="@{/plugin/kindeditor/plugins/code/prettify.js}"></script>
 
 
 
 
</head>
 
<body>
    <div class="ibox-content">
        <blockquote class="center-block bg-success">
            <h1>超级管理员账号主页</h1>
        </blockquote>
        <blockquote class="center-block ">
            <p class="center-block">超级管理员登录后可以在本页面中管理系统公司,给每一个公司分配相应的功能以及给公司配置管理员账号。</p>
            <p class="center-block">公司管理员账号默认会拥有公司所有的功能权限</p>
        </blockquote>
    </div>
</body>
</html>