diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..b1fac77
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/policeSecurity.iml b/.idea/policeSecurity.iml
new file mode 100644
index 0000000..24643cc
--- /dev/null
+++ b/.idea/policeSecurity.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/securityManagement/src/assets/iconfont/demo.css b/securityManagement/src/assets/iconfont/demo.css
new file mode 100644
index 0000000..a67054a
--- /dev/null
+++ b/securityManagement/src/assets/iconfont/demo.css
@@ -0,0 +1,539 @@
+/* Logo 字体 */
+@font-face {
+ font-family: "iconfont logo";
+ src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
+ src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
+ url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
+ url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
+ url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
+}
+
+.logo {
+ font-family: "iconfont logo";
+ font-size: 160px;
+ font-style: normal;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+/* tabs */
+.nav-tabs {
+ position: relative;
+}
+
+.nav-tabs .nav-more {
+ position: absolute;
+ right: 0;
+ bottom: 0;
+ height: 42px;
+ line-height: 42px;
+ color: #666;
+}
+
+#tabs {
+ border-bottom: 1px solid #eee;
+}
+
+#tabs li {
+ cursor: pointer;
+ width: 100px;
+ height: 40px;
+ line-height: 40px;
+ text-align: center;
+ font-size: 16px;
+ border-bottom: 2px solid transparent;
+ position: relative;
+ z-index: 1;
+ margin-bottom: -1px;
+ color: #666;
+}
+
+
+#tabs .active {
+ border-bottom-color: #f00;
+ color: #222;
+}
+
+.tab-container .content {
+ display: none;
+}
+
+/* 页面布局 */
+.main {
+ padding: 30px 100px;
+ width: 960px;
+ margin: 0 auto;
+}
+
+.main .logo {
+ color: #333;
+ text-align: left;
+ margin-bottom: 30px;
+ line-height: 1;
+ height: 110px;
+ margin-top: -50px;
+ overflow: hidden;
+ *zoom: 1;
+}
+
+.main .logo a {
+ font-size: 160px;
+ color: #333;
+}
+
+.helps {
+ margin-top: 40px;
+}
+
+.helps pre {
+ padding: 20px;
+ margin: 10px 0;
+ border: solid 1px #e7e1cd;
+ background-color: #fffdef;
+ overflow: auto;
+}
+
+.icon_lists {
+ width: 100% !important;
+ overflow: hidden;
+ *zoom: 1;
+}
+
+.icon_lists li {
+ width: 100px;
+ margin-bottom: 10px;
+ margin-right: 20px;
+ text-align: center;
+ list-style: none !important;
+ cursor: default;
+}
+
+.icon_lists li .code-name {
+ line-height: 1.2;
+}
+
+.icon_lists .icon {
+ display: block;
+ height: 100px;
+ line-height: 100px;
+ font-size: 42px;
+ margin: 10px auto;
+ color: #333;
+ -webkit-transition: font-size 0.25s linear, width 0.25s linear;
+ -moz-transition: font-size 0.25s linear, width 0.25s linear;
+ transition: font-size 0.25s linear, width 0.25s linear;
+}
+
+.icon_lists .icon:hover {
+ font-size: 100px;
+}
+
+.icon_lists .svg-icon {
+ /* 通过设置 font-size 来改变图标大小 */
+ width: 1em;
+ /* 图标和文字相邻时,垂直对齐 */
+ vertical-align: -0.15em;
+ /* 通过设置 color 来改变 SVG 的颜色/fill */
+ fill: currentColor;
+ /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
+ normalize.css 中也包含这行 */
+ overflow: hidden;
+}
+
+.icon_lists li .name,
+.icon_lists li .code-name {
+ color: #666;
+}
+
+/* markdown 样式 */
+.markdown {
+ color: #666;
+ font-size: 14px;
+ line-height: 1.8;
+}
+
+.highlight {
+ line-height: 1.5;
+}
+
+.markdown img {
+ vertical-align: middle;
+ max-width: 100%;
+}
+
+.markdown h1 {
+ color: #404040;
+ font-weight: 500;
+ line-height: 40px;
+ margin-bottom: 24px;
+}
+
+.markdown h2,
+.markdown h3,
+.markdown h4,
+.markdown h5,
+.markdown h6 {
+ color: #404040;
+ margin: 1.6em 0 0.6em 0;
+ font-weight: 500;
+ clear: both;
+}
+
+.markdown h1 {
+ font-size: 28px;
+}
+
+.markdown h2 {
+ font-size: 22px;
+}
+
+.markdown h3 {
+ font-size: 16px;
+}
+
+.markdown h4 {
+ font-size: 14px;
+}
+
+.markdown h5 {
+ font-size: 12px;
+}
+
+.markdown h6 {
+ font-size: 12px;
+}
+
+.markdown hr {
+ height: 1px;
+ border: 0;
+ background: #e9e9e9;
+ margin: 16px 0;
+ clear: both;
+}
+
+.markdown p {
+ margin: 1em 0;
+}
+
+.markdown>p,
+.markdown>blockquote,
+.markdown>.highlight,
+.markdown>ol,
+.markdown>ul {
+ width: 80%;
+}
+
+.markdown ul>li {
+ list-style: circle;
+}
+
+.markdown>ul li,
+.markdown blockquote ul>li {
+ margin-left: 20px;
+ padding-left: 4px;
+}
+
+.markdown>ul li p,
+.markdown>ol li p {
+ margin: 0.6em 0;
+}
+
+.markdown ol>li {
+ list-style: decimal;
+}
+
+.markdown>ol li,
+.markdown blockquote ol>li {
+ margin-left: 20px;
+ padding-left: 4px;
+}
+
+.markdown code {
+ margin: 0 3px;
+ padding: 0 5px;
+ background: #eee;
+ border-radius: 3px;
+}
+
+.markdown strong,
+.markdown b {
+ font-weight: 600;
+}
+
+.markdown>table {
+ border-collapse: collapse;
+ border-spacing: 0px;
+ empty-cells: show;
+ border: 1px solid #e9e9e9;
+ width: 95%;
+ margin-bottom: 24px;
+}
+
+.markdown>table th {
+ white-space: nowrap;
+ color: #333;
+ font-weight: 600;
+}
+
+.markdown>table th,
+.markdown>table td {
+ border: 1px solid #e9e9e9;
+ padding: 8px 16px;
+ text-align: left;
+}
+
+.markdown>table th {
+ background: #F7F7F7;
+}
+
+.markdown blockquote {
+ font-size: 90%;
+ color: #999;
+ border-left: 4px solid #e9e9e9;
+ padding-left: 0.8em;
+ margin: 1em 0;
+}
+
+.markdown blockquote p {
+ margin: 0;
+}
+
+.markdown .anchor {
+ opacity: 0;
+ transition: opacity 0.3s ease;
+ margin-left: 8px;
+}
+
+.markdown .waiting {
+ color: #ccc;
+}
+
+.markdown h1:hover .anchor,
+.markdown h2:hover .anchor,
+.markdown h3:hover .anchor,
+.markdown h4:hover .anchor,
+.markdown h5:hover .anchor,
+.markdown h6:hover .anchor {
+ opacity: 1;
+ display: inline-block;
+}
+
+.markdown>br,
+.markdown>p>br {
+ clear: both;
+}
+
+
+.hljs {
+ display: block;
+ background: white;
+ padding: 0.5em;
+ color: #333333;
+ overflow-x: auto;
+}
+
+.hljs-comment,
+.hljs-meta {
+ color: #969896;
+}
+
+.hljs-string,
+.hljs-variable,
+.hljs-template-variable,
+.hljs-strong,
+.hljs-emphasis,
+.hljs-quote {
+ color: #df5000;
+}
+
+.hljs-keyword,
+.hljs-selector-tag,
+.hljs-type {
+ color: #a71d5d;
+}
+
+.hljs-literal,
+.hljs-symbol,
+.hljs-bullet,
+.hljs-attribute {
+ color: #0086b3;
+}
+
+.hljs-section,
+.hljs-name {
+ color: #63a35c;
+}
+
+.hljs-tag {
+ color: #333333;
+}
+
+.hljs-title,
+.hljs-attr,
+.hljs-selector-id,
+.hljs-selector-class,
+.hljs-selector-attr,
+.hljs-selector-pseudo {
+ color: #795da3;
+}
+
+.hljs-addition {
+ color: #55a532;
+ background-color: #eaffea;
+}
+
+.hljs-deletion {
+ color: #bd2c00;
+ background-color: #ffecec;
+}
+
+.hljs-link {
+ text-decoration: underline;
+}
+
+/* 代码高亮 */
+/* PrismJS 1.15.0
+https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
+/**
+ * prism.js default theme for JavaScript, CSS and HTML
+ * Based on dabblet (http://dabblet.com)
+ * @author Lea Verou
+ */
+code[class*="language-"],
+pre[class*="language-"] {
+ color: black;
+ background: none;
+ text-shadow: 0 1px white;
+ font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
+ text-align: left;
+ white-space: pre;
+ word-spacing: normal;
+ word-break: normal;
+ word-wrap: normal;
+ line-height: 1.5;
+
+ -moz-tab-size: 4;
+ -o-tab-size: 4;
+ tab-size: 4;
+
+ -webkit-hyphens: none;
+ -moz-hyphens: none;
+ -ms-hyphens: none;
+ hyphens: none;
+}
+
+pre[class*="language-"]::-moz-selection,
+pre[class*="language-"] ::-moz-selection,
+code[class*="language-"]::-moz-selection,
+code[class*="language-"] ::-moz-selection {
+ text-shadow: none;
+ background: #b3d4fc;
+}
+
+pre[class*="language-"]::selection,
+pre[class*="language-"] ::selection,
+code[class*="language-"]::selection,
+code[class*="language-"] ::selection {
+ text-shadow: none;
+ background: #b3d4fc;
+}
+
+@media print {
+
+ code[class*="language-"],
+ pre[class*="language-"] {
+ text-shadow: none;
+ }
+}
+
+/* Code blocks */
+pre[class*="language-"] {
+ padding: 1em;
+ margin: .5em 0;
+ overflow: auto;
+}
+
+:not(pre)>code[class*="language-"],
+pre[class*="language-"] {
+ background: #f5f2f0;
+}
+
+/* Inline code */
+:not(pre)>code[class*="language-"] {
+ padding: .1em;
+ border-radius: .3em;
+ white-space: normal;
+}
+
+.token.comment,
+.token.prolog,
+.token.doctype,
+.token.cdata {
+ color: slategray;
+}
+
+.token.punctuation {
+ color: #999;
+}
+
+.namespace {
+ opacity: .7;
+}
+
+.token.property,
+.token.tag,
+.token.boolean,
+.token.number,
+.token.constant,
+.token.symbol,
+.token.deleted {
+ color: #905;
+}
+
+.token.selector,
+.token.attr-name,
+.token.string,
+.token.char,
+.token.builtin,
+.token.inserted {
+ color: #690;
+}
+
+.token.operator,
+.token.entity,
+.token.url,
+.language-css .token.string,
+.style .token.string {
+ color: #9a6e3a;
+ background: hsla(0, 0%, 100%, .5);
+}
+
+.token.atrule,
+.token.attr-value,
+.token.keyword {
+ color: #07a;
+}
+
+.token.function,
+.token.class-name {
+ color: #DD4A68;
+}
+
+.token.regex,
+.token.important,
+.token.variable {
+ color: #e90;
+}
+
+.token.important,
+.token.bold {
+ font-weight: bold;
+}
+
+.token.italic {
+ font-style: italic;
+}
+
+.token.entity {
+ cursor: help;
+}
diff --git a/securityManagement/src/assets/iconfont/demo_index.html b/securityManagement/src/assets/iconfont/demo_index.html
new file mode 100644
index 0000000..c8a01b0
--- /dev/null
+++ b/securityManagement/src/assets/iconfont/demo_index.html
@@ -0,0 +1,2396 @@
+
+
+
+
+ iconfont Demo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ - Unicode
+ - Font class
+ - Symbol
+
+
+
查看项目
+
+
+
+
+
+
+ -
+
+
大小齿轮
+ 
+
+
+ -
+
+
全屏
+ 
+
+
+ -
+
+
搜索
+ 
+
+
+ -
+
+
消息通知
+ 
+
+
+ -
+
+
退出全屏
+ 
+
+
+ -
+
+
添加
+ 
+
+
+ -
+ 𐄗
+
编辑
+ 𐄗
+
+
+ -
+
+
grid
+ 
+
+
+ -
+
+
ic_batch
+ 
+
+
+ -
+ ﲶ
+
删除
+ ﲶ
+
+
+ -
+
+
其他
+ 
+
+
+ -
+
+
全部
+ 
+
+
+ -
+
+
音频
+ 
+
+
+ -
+
+
文档
+ 
+
+
+ -
+
+
图片
+ 
+
+
+ -
+ לּ
+
视频
+ לּ
+
+
+ -
+
+
041_文档
+ 
+
+
+ -
+
+
关联保安
+ 
+
+
+ -
+
+
保安消防
+ 
+
+
+ -
+
+
右箭头
+ 
+
+
+ -
+
+
左箭头
+ 
+
+
+ -
+
+
铃铛
+ 
+
+
+ -
+
+
文件夹
+ 
+
+
+ -
+
+
菜单
+ 
+
+
+ -
+
+
按钮
+ 
+
+
+ -
+
+
资产管理
+ 
+
+
+ -
+
+
解除固定,图钉
+ 
+
+
+ -
+
+
文字大小2
+ 
+
+
+ -
+
+
转移03
+ 
+
+
+ -
+
+
wxb品牌宝
+ 
+
+
+ -
+
+
产品库
+ 
+
+
+ -
+
+
供应商支付
+ 
+
+
+ -
+
+
KHCFDC_客户
+ 
+
+
+ -
+
+
进销存
+ 
+
+
+ -
+
+
项目管理
+ 
+
+
+ -
+
+
exe
+ 
+
+
+ -
+
+
mp4
+ 
+
+
+ -
+
+
主图视频
+ 
+
+
+ -
+
+
未知文件
+ 
+
+
+ -
+
+
Jpg
+ 
+
+
+ -
+
+
Pdf
+ 
+
+
+ -
+
+
svg图标
+ 
+
+
+ -
+
+
doc
+ 
+
+
+ -
+
+
gif
+ 
+
+
+ -
+
+
JPEG
+ 
+
+
+ -
+
+
DOCX
+ 
+
+
+ -
+
+
XLS
+ 
+
+
+ -
+
+
XLSX
+ 
+
+
+ -
+
+
PNG
+ 
+
+
+ -
+
+
上传文件
+ 
+
+
+ -
+
+
24gl-folderPlus
+ 
+
+
+ -
+
+
019删除文件
+ 
+
+
+ -
+
+
下载文件
+ 
+
+
+ -
+
+
私人文件夹
+ 
+
+
+ -
+
+
事件查询-壹米滴答-01
+ 
+
+
+ -
+
+
文件
+ 
+
+
+ -
+
+
系统
+ 
+
+
+ -
+
+
单位
+ 
+
+
+ -
+
+
警察半身,公安
+ 
+
+
+ -
+
+
mysql
+ 
+
+
+ -
+
+
RabbitMQ
+ 
+
+
+ -
+
+
断路器
+ 
+
+
+ -
+
+
白名单
+ 
+
+
+ -
+
+
VPN网关
+ 
+
+
+ -
+
+
开发者中心
+ 
+
+
+ -
+
+
控制台
+ 
+
+
+ -
+
+
百度
+ 
+
+
+ -
+
+
外部链接
+ 
+
+
+ -
+
+
字典管理
+ 
+
+
+ -
+
+
数据开发—脚本开发
+ 
+
+
+ -
+
+
产品
+ 
+
+
+ -
+
+
销售
+ 
+
+
+ -
+
+
测试
+ 
+
+
+ -
+
+
专属经理
+ 
+
+
+ -
+
+
公司
+ 
+
+
+ -
+
+
系统权限
+ 
+
+
+ -
+
+
日志
+ 
+
+
+ -
+
+
用户管理
+ 
+
+
+ -
+
+
定时任务
+ 
+
+
+ -
+
+
dashboard
+ 
+
+
+ -
+
+
菜单
+ 
+
+
+ -
+
+
部门管理
+ 
+
+
+ -
+
+
角色管理
+ 
+
+
+ -
+
+
系统
+ 
+
+
+ -
+
+
204首页
+ 
+
+
+ -
+
+
关于
+ 
+
+
+ -
+
+
DVLINK_大屏
+ 
+
+
+ -
+
+
weixin
+ 
+
+
+ -
+
+
QQ
+ 
+
+
+ -
+
+
content-right
+ 
+
+
+ -
+
+
主题
+ 
+
+
+ -
+
+
sousuo
+ 
+
+
+ -
+
+
消息中心
+ 
+
+
+ -
+
+
中英文
+ 
+
+
+ -
+
+
放大
+ 
+
+
+ -
+
+
全屏缩小
+ 
+
+
+
+
+
Unicode 引用
+
+
+
Unicode 是字体在网页端最原始的应用方式,特点是:
+
+ - 支持按字体的方式去动态调整图标大小,颜色等等。
+ - 默认情况下不支持多色,直接添加多色图标会自动去色。
+
+
+ 注意:新版 iconfont 支持两种方式引用多色图标:SVG symbol 引用方式和彩色字体图标模式。(使用彩色字体图标需要在「编辑项目」中开启「彩色」选项后并重新生成。)
+
+
Unicode 使用步骤如下:
+
第一步:拷贝项目下面生成的 @font-face
+
@font-face {
+ font-family: 'iconfont';
+ src: url('iconfont.woff2?t=1723194854588') format('woff2'),
+ url('iconfont.woff?t=1723194854588') format('woff'),
+ url('iconfont.ttf?t=1723194854588') format('truetype');
+}
+
+
第二步:定义使用 iconfont 的样式
+
.iconfont {
+ font-family: "iconfont" !important;
+ font-size: 16px;
+ font-style: normal;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+
第三步:挑选相应图标并获取字体编码,应用于页面
+
+<span class="iconfont">3</span>
+
+
+ "iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。
+
+
+
+
+
+
+ -
+
+
+ 大小齿轮
+
+ .icon-daxiaochilun
+
+
+
+ -
+
+
+ 全屏
+
+ .icon-quanping
+
+
+
+ -
+
+
+ 搜索
+
+ .icon-sousuo1
+
+
+
+ -
+
+
+ 消息通知
+
+ .icon-xiaoxitongzhi
+
+
+
+ -
+
+
+ 退出全屏
+
+ .icon-tuichuquanping
+
+
+
+ -
+
+
+ 添加
+
+ .icon-tianjia
+
+
+
+ -
+
+
+ 编辑
+
+ .icon-bianji1
+
+
+
+ -
+
+
+ grid
+
+ .icon-grid
+
+
+
+ -
+
+
+ ic_batch
+
+ .icon-ic_batch
+
+
+
+ -
+
+
+ 删除
+
+ .icon-shanchu
+
+
+
+ -
+
+
+ 其他
+
+ .icon-qita1
+
+
+
+ -
+
+
+ 全部
+
+ .icon-quanbu
+
+
+
+ -
+
+
+ 音频
+
+ .icon-yinpin
+
+
+
+ -
+
+
+ 文档
+
+ .icon-wendang
+
+
+
+ -
+
+
+ 图片
+
+ .icon-tupian
+
+
+
+ -
+
+
+ 视频
+
+ .icon-shipin
+
+
+
+ -
+
+
+ 041_文档
+
+ .icon-a-041_wendang
+
+
+
+ -
+
+
+ 关联保安
+
+ .icon-guanlianbaoan
+
+
+
+ -
+
+
+ 保安消防
+
+ .icon-baoanxiaofang
+
+
+
+ -
+
+
+ 右箭头
+
+ .icon-youjiantou
+
+
+
+ -
+
+
+ 左箭头
+
+ .icon-zuojiantou
+
+
+
+ -
+
+
+ 铃铛
+
+ .icon-lingdang
+
+
+
+ -
+
+
+ 文件夹
+
+ .icon-wenjianjia
+
+
+
+ -
+
+
+ 菜单
+
+ .icon-caidan1
+
+
+
+ -
+
+
+ 按钮
+
+ .icon-a-ziyuan4
+
+
+
+ -
+
+
+ 资产管理
+
+ .icon-zichanguanli
+
+
+
+ -
+
+
+ 解除固定,图钉
+
+ .icon-fix
+
+
+
+ -
+
+
+ 文字大小2
+
+ .icon-wenzidaxiao2
+
+
+
+ -
+
+
+ 转移03
+
+ .icon-zhuanyi03
+
+
+
+ -
+
+
+ wxb品牌宝
+
+ .icon-wxbpinpaibao
+
+
+
+ -
+
+
+ 产品库
+
+ .icon-chanpinku
+
+
+
+ -
+
+
+ 供应商支付
+
+ .icon-gongyingshangzhifu
+
+
+
+ -
+
+
+ KHCFDC_客户
+
+ .icon-kehu
+
+
+
+ -
+
+
+ 进销存
+
+ .icon-jinxiaocun
+
+
+
+ -
+
+
+ 项目管理
+
+ .icon-xiangmuguanli-
+
+
+
+ -
+
+
+ exe
+
+ .icon-exe
+
+
+
+ -
+
+
+ mp4
+
+ .icon-mp4
+
+
+
+ -
+
+
+ 主图视频
+
+ .icon-zhutushipin
+
+
+
+ -
+
+
+ 未知文件
+
+ .icon-weizhiwenjian
+
+
+
+ -
+
+
+ Jpg
+
+ .icon-Jpg
+
+
+
+ -
+
+
+ Pdf
+
+ .icon-Pdf
+
+
+
+ -
+
+
+ svg图标
+
+ .icon-svgtubiao
+
+
+
+ -
+
+
+ doc
+
+ .icon-doc
+
+
+
+ -
+
+
+ gif
+
+ .icon-gif
+
+
+
+ -
+
+
+ JPEG
+
+ .icon-JPEG
+
+
+
+ -
+
+
+ DOCX
+
+ .icon-DOCX
+
+
+
+ -
+
+
+ XLS
+
+ .icon-XLS
+
+
+
+ -
+
+
+ XLSX
+
+ .icon-XLSX
+
+
+
+ -
+
+
+ PNG
+
+ .icon-PNG
+
+
+
+ -
+
+
+ 上传文件
+
+ .icon-shangchuanwenjian
+
+
+
+ -
+
+
+ 24gl-folderPlus
+
+ .icon-24gl-folderPlus
+
+
+
+ -
+
+
+ 019删除文件
+
+ .icon-019shanchuwenjian
+
+
+
+ -
+
+
+ 下载文件
+
+ .icon-xiazaiwenjian
+
+
+
+ -
+
+
+ 私人文件夹
+
+ .icon-3333
+
+
+
+ -
+
+
+ 事件查询-壹米滴答-01
+
+ .icon-shijianchaxun-yimidida-
+
+
+
+ -
+
+
+ 文件
+
+ .icon-wenjian
+
+
+
+ -
+
+
+ 系统
+
+ .icon-xitong1
+
+
+
+ -
+
+
+ 单位
+
+ .icon-danwei
+
+
+
+ -
+
+
+ 警察半身,公安
+
+ .icon-policeman-full
+
+
+
+ -
+
+
+ mysql
+
+ .icon-mysql
+
+
+
+ -
+
+
+ RabbitMQ
+
+ .icon-RabbitMQ
+
+
+
+ -
+
+
+ 断路器
+
+ .icon-duanluqi
+
+
+
+ -
+
+
+ 白名单
+
+ .icon-baimingdan
+
+
+
+ -
+
+
+ VPN网关
+
+ .icon-VPNwangguan
+
+
+
+ -
+
+
+ 开发者中心
+
+ .icon-kaifazhezhongxin
+
+
+
+ -
+
+
+ 控制台
+
+ .icon-kongzhitai
+
+
+
+ -
+
+
+ 百度
+
+ .icon-baidu
+
+
+
+ -
+
+
+ 外部链接
+
+ .icon-waibulianjie
+
+
+
+ -
+
+
+ 字典管理
+
+ .icon-zidianguanli
+
+
+
+ -
+
+
+ 数据开发—脚本开发
+
+ .icon-shujukaifajiaobenkaifa
+
+
+
+ -
+
+
+ 产品
+
+ .icon-chanpin
+
+
+
+ -
+
+
+ 销售
+
+ .icon-xiaoshou
+
+
+
+ -
+
+
+ 测试
+
+ .icon-ceshi
+
+
+
+ -
+
+
+ 专属经理
+
+ .icon-zhuanshujingli
+
+
+
+ -
+
+
+ 公司
+
+ .icon-gongsi
+
+
+
+ -
+
+
+ 系统权限
+
+ .icon-xitongquanxian
+
+
+
+ -
+
+
+ 日志
+
+ .icon-rizhi
+
+
+
+ -
+
+
+ 用户管理
+
+ .icon-yonghuguanli_huaban
+
+
+
+ -
+
+
+ 定时任务
+
+ .icon-dingshirenwu
+
+
+
+ -
+
+
+ dashboard
+
+ .icon-dashboard
+
+
+
+ -
+
+
+ 菜单
+
+ .icon-caidan
+
+
+
+ -
+
+
+ 部门管理
+
+ .icon-bumenguanli
+
+
+
+ -
+
+
+ 角色管理
+
+ .icon-jiaoseguanli
+
+
+
+ -
+
+
+ 系统
+
+ .icon-xitong
+
+
+
+ -
+
+
+ 204首页
+
+ .icon-shouye
+
+
+
+ -
+
+
+ 关于
+
+ .icon-guanyu
+
+
+
+ -
+
+
+ DVLINK_大屏
+
+ .icon-DVLINK_daping
+
+
+
+ -
+
+
+ weixin
+
+ .icon-weixin
+
+
+
+ -
+
+
+ QQ
+
+ .icon-QQ
+
+
+
+ -
+
+
+ content-right
+
+ .icon-contentright
+
+
+
+ -
+
+
+ 主题
+
+ .icon-zhuti
+
+
+
+ -
+
+
+ sousuo
+
+ .icon-sousuo
+
+
+
+ -
+
+
+ 消息中心
+
+ .icon-xiaoxi
+
+
+
+ -
+
+
+ 中英文
+
+ .icon-zhongyingwen
+
+
+
+ -
+
+
+ 放大
+
+ .icon-fangda
+
+
+
+ -
+
+
+ 全屏缩小
+
+ .icon-suoxiao
+
+
+
+
+
+
font-class 引用
+
+
+
font-class 是 Unicode 使用方式的一种变种,主要是解决 Unicode 书写不直观,语意不明确的问题。
+
与 Unicode 使用方式相比,具有如下特点:
+
+ - 相比于 Unicode 语意明确,书写更直观。可以很容易分辨这个 icon 是什么。
+ - 因为使用 class 来定义图标,所以当要替换图标时,只需要修改 class 里面的 Unicode 引用。
+
+
使用步骤如下:
+
第一步:引入项目下面生成的 fontclass 代码:
+
<link rel="stylesheet" href="./iconfont.css">
+
+
第二步:挑选相应图标并获取类名,应用于页面:
+
<span class="iconfont icon-xxx"></span>
+
+
+ "
+ iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。
+
+
+
+
+
+
+ -
+
+
大小齿轮
+ #icon-daxiaochilun
+
+
+ -
+
+
全屏
+ #icon-quanping
+
+
+ -
+
+
搜索
+ #icon-sousuo1
+
+
+ -
+
+
消息通知
+ #icon-xiaoxitongzhi
+
+
+ -
+
+
退出全屏
+ #icon-tuichuquanping
+
+
+ -
+
+
添加
+ #icon-tianjia
+
+
+ -
+
+
编辑
+ #icon-bianji1
+
+
+ -
+
+
grid
+ #icon-grid
+
+
+ -
+
+
ic_batch
+ #icon-ic_batch
+
+
+ -
+
+
删除
+ #icon-shanchu
+
+
+ -
+
+
其他
+ #icon-qita1
+
+
+ -
+
+
全部
+ #icon-quanbu
+
+
+ -
+
+
音频
+ #icon-yinpin
+
+
+ -
+
+
文档
+ #icon-wendang
+
+
+ -
+
+
图片
+ #icon-tupian
+
+
+ -
+
+
视频
+ #icon-shipin
+
+
+ -
+
+
041_文档
+ #icon-a-041_wendang
+
+
+ -
+
+
关联保安
+ #icon-guanlianbaoan
+
+
+ -
+
+
保安消防
+ #icon-baoanxiaofang
+
+
+ -
+
+
右箭头
+ #icon-youjiantou
+
+
+ -
+
+
左箭头
+ #icon-zuojiantou
+
+
+ -
+
+
铃铛
+ #icon-lingdang
+
+
+ -
+
+
文件夹
+ #icon-wenjianjia
+
+
+ -
+
+
菜单
+ #icon-caidan1
+
+
+ -
+
+
按钮
+ #icon-a-ziyuan4
+
+
+ -
+
+
资产管理
+ #icon-zichanguanli
+
+
+ -
+
+
解除固定,图钉
+ #icon-fix
+
+
+ -
+
+
文字大小2
+ #icon-wenzidaxiao2
+
+
+ -
+
+
转移03
+ #icon-zhuanyi03
+
+
+ -
+
+
wxb品牌宝
+ #icon-wxbpinpaibao
+
+
+ -
+
+
产品库
+ #icon-chanpinku
+
+
+ -
+
+
供应商支付
+ #icon-gongyingshangzhifu
+
+
+ -
+
+
KHCFDC_客户
+ #icon-kehu
+
+
+ -
+
+
进销存
+ #icon-jinxiaocun
+
+
+ -
+
+
项目管理
+ #icon-xiangmuguanli-
+
+
+ -
+
+
exe
+ #icon-exe
+
+
+ -
+
+
mp4
+ #icon-mp4
+
+
+ -
+
+
主图视频
+ #icon-zhutushipin
+
+
+ -
+
+
未知文件
+ #icon-weizhiwenjian
+
+
+ -
+
+
Jpg
+ #icon-Jpg
+
+
+ -
+
+
Pdf
+ #icon-Pdf
+
+
+ -
+
+
svg图标
+ #icon-svgtubiao
+
+
+ -
+
+
doc
+ #icon-doc
+
+
+ -
+
+
gif
+ #icon-gif
+
+
+ -
+
+
JPEG
+ #icon-JPEG
+
+
+ -
+
+
DOCX
+ #icon-DOCX
+
+
+ -
+
+
XLS
+ #icon-XLS
+
+
+ -
+
+
XLSX
+ #icon-XLSX
+
+
+ -
+
+
PNG
+ #icon-PNG
+
+
+ -
+
+
上传文件
+ #icon-shangchuanwenjian
+
+
+ -
+
+
24gl-folderPlus
+ #icon-24gl-folderPlus
+
+
+ -
+
+
019删除文件
+ #icon-019shanchuwenjian
+
+
+ -
+
+
下载文件
+ #icon-xiazaiwenjian
+
+
+ -
+
+
私人文件夹
+ #icon-3333
+
+
+ -
+
+
事件查询-壹米滴答-01
+ #icon-shijianchaxun-yimidida-
+
+
+ -
+
+
文件
+ #icon-wenjian
+
+
+ -
+
+
系统
+ #icon-xitong1
+
+
+ -
+
+
单位
+ #icon-danwei
+
+
+ -
+
+
警察半身,公安
+ #icon-policeman-full
+
+
+ -
+
+
mysql
+ #icon-mysql
+
+
+ -
+
+
RabbitMQ
+ #icon-RabbitMQ
+
+
+ -
+
+
断路器
+ #icon-duanluqi
+
+
+ -
+
+
白名单
+ #icon-baimingdan
+
+
+ -
+
+
VPN网关
+ #icon-VPNwangguan
+
+
+ -
+
+
开发者中心
+ #icon-kaifazhezhongxin
+
+
+ -
+
+
控制台
+ #icon-kongzhitai
+
+
+ -
+
+
百度
+ #icon-baidu
+
+
+ -
+
+
外部链接
+ #icon-waibulianjie
+
+
+ -
+
+
字典管理
+ #icon-zidianguanli
+
+
+ -
+
+
数据开发—脚本开发
+ #icon-shujukaifajiaobenkaifa
+
+
+ -
+
+
产品
+ #icon-chanpin
+
+
+ -
+
+
销售
+ #icon-xiaoshou
+
+
+ -
+
+
测试
+ #icon-ceshi
+
+
+ -
+
+
专属经理
+ #icon-zhuanshujingli
+
+
+ -
+
+
公司
+ #icon-gongsi
+
+
+ -
+
+
系统权限
+ #icon-xitongquanxian
+
+
+ -
+
+
日志
+ #icon-rizhi
+
+
+ -
+
+
用户管理
+ #icon-yonghuguanli_huaban
+
+
+ -
+
+
定时任务
+ #icon-dingshirenwu
+
+
+ -
+
+
dashboard
+ #icon-dashboard
+
+
+ -
+
+
菜单
+ #icon-caidan
+
+
+ -
+
+
部门管理
+ #icon-bumenguanli
+
+
+ -
+
+
角色管理
+ #icon-jiaoseguanli
+
+
+ -
+
+
系统
+ #icon-xitong
+
+
+ -
+
+
204首页
+ #icon-shouye
+
+
+ -
+
+
关于
+ #icon-guanyu
+
+
+ -
+
+
DVLINK_大屏
+ #icon-DVLINK_daping
+
+
+ -
+
+
weixin
+ #icon-weixin
+
+
+ -
+
+
QQ
+ #icon-QQ
+
+
+ -
+
+
content-right
+ #icon-contentright
+
+
+ -
+
+
主题
+ #icon-zhuti
+
+
+ -
+
+
sousuo
+ #icon-sousuo
+
+
+ -
+
+
消息中心
+ #icon-xiaoxi
+
+
+ -
+
+
中英文
+ #icon-zhongyingwen
+
+
+ -
+
+
放大
+ #icon-fangda
+
+
+ -
+
+
全屏缩小
+ #icon-suoxiao
+
+
+
+
+
Symbol 引用
+
+
+
这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇文章
+ 这种用法其实是做了一个 SVG 的集合,与另外两种相比具有如下特点:
+
+ - 支持多色图标了,不再受单色限制。
+ - 通过一些技巧,支持像字体那样,通过
font-size
, color
来调整样式。
+ - 兼容性较差,支持 IE9+,及现代浏览器。
+ - 浏览器渲染 SVG 的性能一般,还不如 png。
+
+
使用步骤如下:
+
第一步:引入项目下面生成的 symbol 代码:
+
<script src="./iconfont.js"></script>
+
+
第二步:加入通用 CSS 代码(引入一次就行):
+
<style>
+.icon {
+ width: 1em;
+ height: 1em;
+ vertical-align: -0.15em;
+ fill: currentColor;
+ overflow: hidden;
+}
+</style>
+
+
第三步:挑选相应图标并获取类名,应用于页面:
+
<svg class="icon" aria-hidden="true">
+ <use xlink:href="#icon-xxx"></use>
+</svg>
+
+
+
+
+
+
+
+
+
diff --git a/securityManagement/src/assets/iconfont/download.zip b/securityManagement/src/assets/iconfont/download.zip
new file mode 100644
index 0000000..c6fadbe
Binary files /dev/null and b/securityManagement/src/assets/iconfont/download.zip differ
diff --git a/securityManagement/src/assets/iconfont/iconfont.css b/securityManagement/src/assets/iconfont/iconfont.css
new file mode 100644
index 0000000..81a7063
--- /dev/null
+++ b/securityManagement/src/assets/iconfont/iconfont.css
@@ -0,0 +1,399 @@
+@font-face {
+ font-family: "iconfont"; /* Project id 4036849 */
+ src: url('iconfont.woff2?t=1723194854588') format('woff2'),
+ url('iconfont.woff?t=1723194854588') format('woff'),
+ url('iconfont.ttf?t=1723194854588') format('truetype');
+}
+
+.iconfont {
+ font-family: "iconfont" !important;
+ font-size: 16px;
+ font-style: normal;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.icon-daxiaochilun:before {
+ content: "\e6d0";
+}
+
+.icon-quanping:before {
+ content: "\e67d";
+}
+
+.icon-sousuo1:before {
+ content: "\e628";
+}
+
+.icon-xiaoxitongzhi:before {
+ content: "\eaf8";
+}
+
+.icon-tuichuquanping:before {
+ content: "\e6db";
+}
+
+.icon-tianjia:before {
+ content: "\e695";
+}
+
+.icon-bianji1:before {
+ content: "\10117";
+}
+
+.icon-grid:before {
+ content: "\e8e4";
+}
+
+.icon-ic_batch:before {
+ content: "\e739";
+}
+
+.icon-shanchu:before {
+ content: "\fcb6";
+}
+
+.icon-qita1:before {
+ content: "\e602";
+}
+
+.icon-quanbu:before {
+ content: "\e745";
+}
+
+.icon-yinpin:before {
+ content: "\e603";
+}
+
+.icon-wendang:before {
+ content: "\e60e";
+}
+
+.icon-tupian:before {
+ content: "\e606";
+}
+
+.icon-shipin:before {
+ content: "\fb3c";
+}
+
+.icon-a-041_wendang:before {
+ content: "\e6da";
+}
+
+.icon-guanlianbaoan:before {
+ content: "\e600";
+}
+
+.icon-baoanxiaofang:before {
+ content: "\e613";
+}
+
+.icon-youjiantou:before {
+ content: "\e60c";
+}
+
+.icon-zuojiantou:before {
+ content: "\e60d";
+}
+
+.icon-lingdang:before {
+ content: "\e649";
+}
+
+.icon-wenjianjia:before {
+ content: "\e662";
+}
+
+.icon-caidan1:before {
+ content: "\e626";
+}
+
+.icon-a-ziyuan4:before {
+ content: "\e669";
+}
+
+.icon-zichanguanli:before {
+ content: "\e62e";
+}
+
+.icon-fix:before {
+ content: "\e9b9";
+}
+
+.icon-wenzidaxiao2:before {
+ content: "\e854";
+}
+
+.icon-zhuanyi03:before {
+ content: "\ea34";
+}
+
+.icon-wxbpinpaibao:before {
+ content: "\e620";
+}
+
+.icon-chanpinku:before {
+ content: "\e65f";
+}
+
+.icon-gongyingshangzhifu:before {
+ content: "\e618";
+}
+
+.icon-kehu:before {
+ content: "\e6d2";
+}
+
+.icon-jinxiaocun:before {
+ content: "\e61f";
+}
+
+.icon-xiangmuguanli-:before {
+ content: "\e609";
+}
+
+.icon-exe:before {
+ content: "\e63a";
+}
+
+.icon-mp4:before {
+ content: "\e639";
+}
+
+.icon-zhutushipin:before {
+ content: "\e612";
+}
+
+.icon-weizhiwenjian:before {
+ content: "\e61a";
+}
+
+.icon-Jpg:before {
+ content: "\e731";
+}
+
+.icon-Pdf:before {
+ content: "\e733";
+}
+
+.icon-svgtubiao:before {
+ content: "\e650";
+}
+
+.icon-doc:before {
+ content: "\e735";
+}
+
+.icon-gif:before {
+ content: "\e6a4";
+}
+
+.icon-JPEG:before {
+ content: "\e66d";
+}
+
+.icon-DOCX:before {
+ content: "\e672";
+}
+
+.icon-XLS:before {
+ content: "\e673";
+}
+
+.icon-XLSX:before {
+ content: "\e674";
+}
+
+.icon-PNG:before {
+ content: "\e69f";
+}
+
+.icon-shangchuanwenjian:before {
+ content: "\e652";
+}
+
+.icon-24gl-folderPlus:before {
+ content: "\eabe";
+}
+
+.icon-019shanchuwenjian:before {
+ content: "\e7e5";
+}
+
+.icon-xiazaiwenjian:before {
+ content: "\e615";
+}
+
+.icon-3333:before {
+ content: "\e680";
+}
+
+.icon-shijianchaxun-yimidida-:before {
+ content: "\e64d";
+}
+
+.icon-wenjian:before {
+ content: "\e62b";
+}
+
+.icon-xitong1:before {
+ content: "\e67c";
+}
+
+.icon-danwei:before {
+ content: "\e611";
+}
+
+.icon-policeman-full:before {
+ content: "\e8f1";
+}
+
+.icon-mysql:before {
+ content: "\e667";
+}
+
+.icon-RabbitMQ:before {
+ content: "\e6a0";
+}
+
+.icon-duanluqi:before {
+ content: "\e60a";
+}
+
+.icon-baimingdan:before {
+ content: "\e643";
+}
+
+.icon-VPNwangguan:before {
+ content: "\e7da";
+}
+
+.icon-kaifazhezhongxin:before {
+ content: "\e70f";
+}
+
+.icon-kongzhitai:before {
+ content: "\e651";
+}
+
+.icon-baidu:before {
+ content: "\e8cb";
+}
+
+.icon-waibulianjie:before {
+ content: "\e858";
+}
+
+.icon-zidianguanli:before {
+ content: "\e625";
+}
+
+.icon-shujukaifajiaobenkaifa:before {
+ content: "\e65c";
+}
+
+.icon-chanpin:before {
+ content: "\e64f";
+}
+
+.icon-xiaoshou:before {
+ content: "\e624";
+}
+
+.icon-ceshi:before {
+ content: "\e853";
+}
+
+.icon-zhuanshujingli:before {
+ content: "\e883";
+}
+
+.icon-gongsi:before {
+ content: "\e679";
+}
+
+.icon-xitongquanxian:before {
+ content: "\e61e";
+}
+
+.icon-rizhi:before {
+ content: "\e647";
+}
+
+.icon-yonghuguanli_huaban:before {
+ content: "\e62d";
+}
+
+.icon-dingshirenwu:before {
+ content: "\e6a3";
+}
+
+.icon-dashboard:before {
+ content: "\e78b";
+}
+
+.icon-caidan:before {
+ content: "\e65d";
+}
+
+.icon-bumenguanli:before {
+ content: "\e61d";
+}
+
+.icon-jiaoseguanli:before {
+ content: "\e621";
+}
+
+.icon-xitong:before {
+ content: "\e601";
+}
+
+.icon-shouye:before {
+ content: "\e8b9";
+}
+
+.icon-guanyu:before {
+ content: "\e623";
+}
+
+.icon-DVLINK_daping:before {
+ content: "\e627";
+}
+
+.icon-weixin:before {
+ content: "\e656";
+}
+
+.icon-QQ:before {
+ content: "\e882";
+}
+
+.icon-contentright:before {
+ content: "\e67a";
+}
+
+.icon-zhuti:before {
+ content: "\e610";
+}
+
+.icon-sousuo:before {
+ content: "\e68a";
+}
+
+.icon-xiaoxi:before {
+ content: "\e8be";
+}
+
+.icon-zhongyingwen:before {
+ content: "\e605";
+}
+
+.icon-fangda:before {
+ content: "\e622";
+}
+
+.icon-suoxiao:before {
+ content: "\e62a";
+}
+
diff --git a/securityManagement/src/assets/iconfont/iconfont.js b/securityManagement/src/assets/iconfont/iconfont.js
new file mode 100644
index 0000000..0e9170f
--- /dev/null
+++ b/securityManagement/src/assets/iconfont/iconfont.js
@@ -0,0 +1 @@
+window._iconfont_svg_string_4036849='',function(h){var c=(c=document.getElementsByTagName("script"))[c.length-1],l=c.getAttribute("data-injectcss"),c=c.getAttribute("data-disable-injectsvg");if(!c){var a,i,t,v,z,o=function(c,l){l.parentNode.insertBefore(c,l)};if(l&&!h.__iconfont__svg__cssinject__){h.__iconfont__svg__cssinject__=!0;try{document.write("")}catch(c){console&&console.log(c)}}a=function(){var c,l=document.createElement("div");l.innerHTML=h._iconfont_svg_string_4036849,(l=l.getElementsByTagName("svg")[0])&&(l.setAttribute("aria-hidden","true"),l.style.position="absolute",l.style.width=0,l.style.height=0,l.style.overflow="hidden",l=l,(c=document.body).firstChild?o(l,c.firstChild):c.appendChild(l))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(a,0):(i=function(){document.removeEventListener("DOMContentLoaded",i,!1),a()},document.addEventListener("DOMContentLoaded",i,!1)):document.attachEvent&&(t=a,v=h.document,z=!1,s(),v.onreadystatechange=function(){"complete"==v.readyState&&(v.onreadystatechange=null,p())})}function p(){z||(z=!0,t())}function s(){try{v.documentElement.doScroll("left")}catch(c){return void setTimeout(s,50)}p()}}(window);
\ No newline at end of file
diff --git a/securityManagement/src/assets/iconfont/iconfont.json b/securityManagement/src/assets/iconfont/iconfont.json
new file mode 100644
index 0000000..182de05
--- /dev/null
+++ b/securityManagement/src/assets/iconfont/iconfont.json
@@ -0,0 +1,681 @@
+{
+ "id": "4036849",
+ "name": "luozhun",
+ "font_family": "iconfont",
+ "css_prefix_text": "icon-",
+ "description": "",
+ "glyphs": [
+ {
+ "icon_id": "8959587",
+ "name": "大小齿轮",
+ "font_class": "daxiaochilun",
+ "unicode": "e6d0",
+ "unicode_decimal": 59088
+ },
+ {
+ "icon_id": "23875177",
+ "name": "全屏",
+ "font_class": "quanping",
+ "unicode": "e67d",
+ "unicode_decimal": 59005
+ },
+ {
+ "icon_id": "25840027",
+ "name": "搜索",
+ "font_class": "sousuo1",
+ "unicode": "e628",
+ "unicode_decimal": 58920
+ },
+ {
+ "icon_id": "29312195",
+ "name": "消息通知",
+ "font_class": "xiaoxitongzhi",
+ "unicode": "eaf8",
+ "unicode_decimal": 60152
+ },
+ {
+ "icon_id": "37425403",
+ "name": "退出全屏",
+ "font_class": "tuichuquanping",
+ "unicode": "e6db",
+ "unicode_decimal": 59099
+ },
+ {
+ "icon_id": "12188081",
+ "name": "添加",
+ "font_class": "tianjia",
+ "unicode": "e695",
+ "unicode_decimal": 59029
+ },
+ {
+ "icon_id": "34882873",
+ "name": "编辑",
+ "font_class": "bianji1",
+ "unicode": "10117",
+ "unicode_decimal": 65815
+ },
+ {
+ "icon_id": "924384",
+ "name": "grid",
+ "font_class": "grid",
+ "unicode": "e8e4",
+ "unicode_decimal": 59620
+ },
+ {
+ "icon_id": "25944286",
+ "name": "ic_batch",
+ "font_class": "ic_batch",
+ "unicode": "e739",
+ "unicode_decimal": 59193
+ },
+ {
+ "icon_id": "24473117",
+ "name": "删除",
+ "font_class": "shanchu",
+ "unicode": "fcb6",
+ "unicode_decimal": 64694
+ },
+ {
+ "icon_id": "7632835",
+ "name": "其他",
+ "font_class": "qita1",
+ "unicode": "e602",
+ "unicode_decimal": 58882
+ },
+ {
+ "icon_id": "11412028",
+ "name": "全部",
+ "font_class": "quanbu",
+ "unicode": "e745",
+ "unicode_decimal": 59205
+ },
+ {
+ "icon_id": "12085836",
+ "name": "音频",
+ "font_class": "yinpin",
+ "unicode": "e603",
+ "unicode_decimal": 58883
+ },
+ {
+ "icon_id": "15173237",
+ "name": "文档",
+ "font_class": "wendang",
+ "unicode": "e60e",
+ "unicode_decimal": 58894
+ },
+ {
+ "icon_id": "24110222",
+ "name": "图片",
+ "font_class": "tupian",
+ "unicode": "e606",
+ "unicode_decimal": 58886
+ },
+ {
+ "icon_id": "24111668",
+ "name": "视频",
+ "font_class": "shipin",
+ "unicode": "fb3c",
+ "unicode_decimal": 64316
+ },
+ {
+ "icon_id": "38945085",
+ "name": "041_文档",
+ "font_class": "a-041_wendang",
+ "unicode": "e6da",
+ "unicode_decimal": 59098
+ },
+ {
+ "icon_id": "2667175",
+ "name": "关联保安",
+ "font_class": "guanlianbaoan",
+ "unicode": "e600",
+ "unicode_decimal": 58880
+ },
+ {
+ "icon_id": "12156012",
+ "name": "保安消防",
+ "font_class": "baoanxiaofang",
+ "unicode": "e613",
+ "unicode_decimal": 58899
+ },
+ {
+ "icon_id": "7587762",
+ "name": "右箭头",
+ "font_class": "youjiantou",
+ "unicode": "e60c",
+ "unicode_decimal": 58892
+ },
+ {
+ "icon_id": "7587767",
+ "name": "左箭头",
+ "font_class": "zuojiantou",
+ "unicode": "e60d",
+ "unicode_decimal": 58893
+ },
+ {
+ "icon_id": "2234525",
+ "name": "铃铛",
+ "font_class": "lingdang",
+ "unicode": "e649",
+ "unicode_decimal": 58953
+ },
+ {
+ "icon_id": "1301378",
+ "name": "文件夹",
+ "font_class": "wenjianjia",
+ "unicode": "e662",
+ "unicode_decimal": 58978
+ },
+ {
+ "icon_id": "10333707",
+ "name": "菜单",
+ "font_class": "caidan1",
+ "unicode": "e626",
+ "unicode_decimal": 58918
+ },
+ {
+ "icon_id": "27157318",
+ "name": "按钮",
+ "font_class": "a-ziyuan4",
+ "unicode": "e669",
+ "unicode_decimal": 58985
+ },
+ {
+ "icon_id": "6241686",
+ "name": "资产管理",
+ "font_class": "zichanguanli",
+ "unicode": "e62e",
+ "unicode_decimal": 58926
+ },
+ {
+ "icon_id": "18170419",
+ "name": "解除固定,图钉",
+ "font_class": "fix",
+ "unicode": "e9b9",
+ "unicode_decimal": 59833
+ },
+ {
+ "icon_id": "34198298",
+ "name": "文字大小2",
+ "font_class": "wenzidaxiao2",
+ "unicode": "e854",
+ "unicode_decimal": 59476
+ },
+ {
+ "icon_id": "35102495",
+ "name": "转移03",
+ "font_class": "zhuanyi03",
+ "unicode": "ea34",
+ "unicode_decimal": 59956
+ },
+ {
+ "icon_id": "591724",
+ "name": "wxb品牌宝",
+ "font_class": "wxbpinpaibao",
+ "unicode": "e620",
+ "unicode_decimal": 58912
+ },
+ {
+ "icon_id": "1680680",
+ "name": "产品库",
+ "font_class": "chanpinku",
+ "unicode": "e65f",
+ "unicode_decimal": 58975
+ },
+ {
+ "icon_id": "1964103",
+ "name": "供应商支付",
+ "font_class": "gongyingshangzhifu",
+ "unicode": "e618",
+ "unicode_decimal": 58904
+ },
+ {
+ "icon_id": "9874502",
+ "name": "KHCFDC_客户",
+ "font_class": "kehu",
+ "unicode": "e6d2",
+ "unicode_decimal": 59090
+ },
+ {
+ "icon_id": "31313005",
+ "name": "进销存",
+ "font_class": "jinxiaocun",
+ "unicode": "e61f",
+ "unicode_decimal": 58911
+ },
+ {
+ "icon_id": "4657688",
+ "name": "项目管理",
+ "font_class": "xiangmuguanli-",
+ "unicode": "e609",
+ "unicode_decimal": 58889
+ },
+ {
+ "icon_id": "31260962",
+ "name": "exe",
+ "font_class": "exe",
+ "unicode": "e63a",
+ "unicode_decimal": 58938
+ },
+ {
+ "icon_id": "31260975",
+ "name": "mp4",
+ "font_class": "mp4",
+ "unicode": "e639",
+ "unicode_decimal": 58937
+ },
+ {
+ "icon_id": "22325375",
+ "name": "主图视频",
+ "font_class": "zhutushipin",
+ "unicode": "e612",
+ "unicode_decimal": 58898
+ },
+ {
+ "icon_id": "19145266",
+ "name": "未知文件",
+ "font_class": "weizhiwenjian",
+ "unicode": "e61a",
+ "unicode_decimal": 58906
+ },
+ {
+ "icon_id": "6376407",
+ "name": "Jpg",
+ "font_class": "Jpg",
+ "unicode": "e731",
+ "unicode_decimal": 59185
+ },
+ {
+ "icon_id": "6376410",
+ "name": "Pdf",
+ "font_class": "Pdf",
+ "unicode": "e733",
+ "unicode_decimal": 59187
+ },
+ {
+ "icon_id": "6441713",
+ "name": "svg图标",
+ "font_class": "svgtubiao",
+ "unicode": "e650",
+ "unicode_decimal": 58960
+ },
+ {
+ "icon_id": "6472244",
+ "name": "doc",
+ "font_class": "doc",
+ "unicode": "e735",
+ "unicode_decimal": 59189
+ },
+ {
+ "icon_id": "17290933",
+ "name": "gif",
+ "font_class": "gif",
+ "unicode": "e6a4",
+ "unicode_decimal": 59044
+ },
+ {
+ "icon_id": "22007985",
+ "name": "JPEG",
+ "font_class": "JPEG",
+ "unicode": "e66d",
+ "unicode_decimal": 58989
+ },
+ {
+ "icon_id": "22008512",
+ "name": "DOCX",
+ "font_class": "DOCX",
+ "unicode": "e672",
+ "unicode_decimal": 58994
+ },
+ {
+ "icon_id": "22008667",
+ "name": "XLS",
+ "font_class": "XLS",
+ "unicode": "e673",
+ "unicode_decimal": 58995
+ },
+ {
+ "icon_id": "22008680",
+ "name": "XLSX",
+ "font_class": "XLSX",
+ "unicode": "e674",
+ "unicode_decimal": 58996
+ },
+ {
+ "icon_id": "23182868",
+ "name": "PNG",
+ "font_class": "PNG",
+ "unicode": "e69f",
+ "unicode_decimal": 59039
+ },
+ {
+ "icon_id": "567560",
+ "name": "上传文件",
+ "font_class": "shangchuanwenjian",
+ "unicode": "e652",
+ "unicode_decimal": 58962
+ },
+ {
+ "icon_id": "7594807",
+ "name": "24gl-folderPlus",
+ "font_class": "24gl-folderPlus",
+ "unicode": "eabe",
+ "unicode_decimal": 60094
+ },
+ {
+ "icon_id": "15816428",
+ "name": "019删除文件",
+ "font_class": "019shanchuwenjian",
+ "unicode": "e7e5",
+ "unicode_decimal": 59365
+ },
+ {
+ "icon_id": "27438098",
+ "name": "下载文件",
+ "font_class": "xiazaiwenjian",
+ "unicode": "e615",
+ "unicode_decimal": 58901
+ },
+ {
+ "icon_id": "406256",
+ "name": "私人文件夹",
+ "font_class": "3333",
+ "unicode": "e680",
+ "unicode_decimal": 59008
+ },
+ {
+ "icon_id": "11472722",
+ "name": "事件查询-壹米滴答-01",
+ "font_class": "shijianchaxun-yimidida-",
+ "unicode": "e64d",
+ "unicode_decimal": 58957
+ },
+ {
+ "icon_id": "21193294",
+ "name": "文件",
+ "font_class": "wenjian",
+ "unicode": "e62b",
+ "unicode_decimal": 58923
+ },
+ {
+ "icon_id": "1137788",
+ "name": "系统",
+ "font_class": "xitong1",
+ "unicode": "e67c",
+ "unicode_decimal": 59004
+ },
+ {
+ "icon_id": "5650859",
+ "name": "单位",
+ "font_class": "danwei",
+ "unicode": "e611",
+ "unicode_decimal": 58897
+ },
+ {
+ "icon_id": "18167099",
+ "name": "警察半身,公安",
+ "font_class": "policeman-full",
+ "unicode": "e8f1",
+ "unicode_decimal": 59633
+ },
+ {
+ "icon_id": "3876471",
+ "name": "mysql",
+ "font_class": "mysql",
+ "unicode": "e667",
+ "unicode_decimal": 58983
+ },
+ {
+ "icon_id": "3172487",
+ "name": "RabbitMQ",
+ "font_class": "RabbitMQ",
+ "unicode": "e6a0",
+ "unicode_decimal": 59040
+ },
+ {
+ "icon_id": "18337193",
+ "name": "断路器",
+ "font_class": "duanluqi",
+ "unicode": "e60a",
+ "unicode_decimal": 58890
+ },
+ {
+ "icon_id": "29328030",
+ "name": "白名单",
+ "font_class": "baimingdan",
+ "unicode": "e643",
+ "unicode_decimal": 58947
+ },
+ {
+ "icon_id": "10055646",
+ "name": "VPN网关",
+ "font_class": "VPNwangguan",
+ "unicode": "e7da",
+ "unicode_decimal": 59354
+ },
+ {
+ "icon_id": "1259944",
+ "name": "开发者中心",
+ "font_class": "kaifazhezhongxin",
+ "unicode": "e70f",
+ "unicode_decimal": 59151
+ },
+ {
+ "icon_id": "12975229",
+ "name": "控制台",
+ "font_class": "kongzhitai",
+ "unicode": "e651",
+ "unicode_decimal": 58961
+ },
+ {
+ "icon_id": "18166606",
+ "name": "百度",
+ "font_class": "baidu",
+ "unicode": "e8cb",
+ "unicode_decimal": 59595
+ },
+ {
+ "icon_id": "34201231",
+ "name": "外部链接 ",
+ "font_class": "waibulianjie",
+ "unicode": "e858",
+ "unicode_decimal": 59480
+ },
+ {
+ "icon_id": "5434087",
+ "name": "字典管理",
+ "font_class": "zidianguanli",
+ "unicode": "e625",
+ "unicode_decimal": 58917
+ },
+ {
+ "icon_id": "4773266",
+ "name": "数据开发—脚本开发",
+ "font_class": "shujukaifajiaobenkaifa",
+ "unicode": "e65c",
+ "unicode_decimal": 58972
+ },
+ {
+ "icon_id": "5121534",
+ "name": "产品",
+ "font_class": "chanpin",
+ "unicode": "e64f",
+ "unicode_decimal": 58959
+ },
+ {
+ "icon_id": "11641886",
+ "name": "销售",
+ "font_class": "xiaoshou",
+ "unicode": "e624",
+ "unicode_decimal": 58916
+ },
+ {
+ "icon_id": "16398952",
+ "name": "测试",
+ "font_class": "ceshi",
+ "unicode": "e853",
+ "unicode_decimal": 59475
+ },
+ {
+ "icon_id": "34453374",
+ "name": "专属经理",
+ "font_class": "zhuanshujingli",
+ "unicode": "e883",
+ "unicode_decimal": 59523
+ },
+ {
+ "icon_id": "9592764",
+ "name": "公司",
+ "font_class": "gongsi",
+ "unicode": "e679",
+ "unicode_decimal": 59001
+ },
+ {
+ "icon_id": "8225386",
+ "name": "系统权限",
+ "font_class": "xitongquanxian",
+ "unicode": "e61e",
+ "unicode_decimal": 58910
+ },
+ {
+ "icon_id": "6527123",
+ "name": "日志",
+ "font_class": "rizhi",
+ "unicode": "e647",
+ "unicode_decimal": 58951
+ },
+ {
+ "icon_id": "12753449",
+ "name": "用户管理",
+ "font_class": "yonghuguanli_huaban",
+ "unicode": "e62d",
+ "unicode_decimal": 58925
+ },
+ {
+ "icon_id": "20853327",
+ "name": "定时任务",
+ "font_class": "dingshirenwu",
+ "unicode": "e6a3",
+ "unicode_decimal": 59043
+ },
+ {
+ "icon_id": "4765881",
+ "name": "dashboard",
+ "font_class": "dashboard",
+ "unicode": "e78b",
+ "unicode_decimal": 59275
+ },
+ {
+ "icon_id": "5283349",
+ "name": "菜单",
+ "font_class": "caidan",
+ "unicode": "e65d",
+ "unicode_decimal": 58973
+ },
+ {
+ "icon_id": "6627737",
+ "name": "部门管理",
+ "font_class": "bumenguanli",
+ "unicode": "e61d",
+ "unicode_decimal": 58909
+ },
+ {
+ "icon_id": "7274106",
+ "name": "角色管理",
+ "font_class": "jiaoseguanli",
+ "unicode": "e621",
+ "unicode_decimal": 58913
+ },
+ {
+ "icon_id": "1119109",
+ "name": "系统",
+ "font_class": "xitong",
+ "unicode": "e601",
+ "unicode_decimal": 58881
+ },
+ {
+ "icon_id": "1727423",
+ "name": "204首页",
+ "font_class": "shouye",
+ "unicode": "e8b9",
+ "unicode_decimal": 59577
+ },
+ {
+ "icon_id": "11641882",
+ "name": "关于",
+ "font_class": "guanyu",
+ "unicode": "e623",
+ "unicode_decimal": 58915
+ },
+ {
+ "icon_id": "12769434",
+ "name": "DVLINK_大屏",
+ "font_class": "DVLINK_daping",
+ "unicode": "e627",
+ "unicode_decimal": 58919
+ },
+ {
+ "icon_id": "318438",
+ "name": "weixin",
+ "font_class": "weixin",
+ "unicode": "e656",
+ "unicode_decimal": 58966
+ },
+ {
+ "icon_id": "4936984",
+ "name": "QQ",
+ "font_class": "QQ",
+ "unicode": "e882",
+ "unicode_decimal": 59522
+ },
+ {
+ "icon_id": "128654",
+ "name": "content-right",
+ "font_class": "contentright",
+ "unicode": "e67a",
+ "unicode_decimal": 59002
+ },
+ {
+ "icon_id": "4608986",
+ "name": "主题",
+ "font_class": "zhuti",
+ "unicode": "e610",
+ "unicode_decimal": 58896
+ },
+ {
+ "icon_id": "10452247",
+ "name": "sousuo",
+ "font_class": "sousuo",
+ "unicode": "e68a",
+ "unicode_decimal": 59018
+ },
+ {
+ "icon_id": "11372726",
+ "name": "消息中心",
+ "font_class": "xiaoxi",
+ "unicode": "e8be",
+ "unicode_decimal": 59582
+ },
+ {
+ "icon_id": "7533292",
+ "name": "中英文",
+ "font_class": "zhongyingwen",
+ "unicode": "e605",
+ "unicode_decimal": 58885
+ },
+ {
+ "icon_id": "3278362",
+ "name": "放大",
+ "font_class": "fangda",
+ "unicode": "e622",
+ "unicode_decimal": 58914
+ },
+ {
+ "icon_id": "5698509",
+ "name": "全屏缩小",
+ "font_class": "suoxiao",
+ "unicode": "e62a",
+ "unicode_decimal": 58922
+ }
+ ]
+}
diff --git a/securityManagement/src/assets/iconfont/iconfont.ttf b/securityManagement/src/assets/iconfont/iconfont.ttf
new file mode 100644
index 0000000..cc62999
Binary files /dev/null and b/securityManagement/src/assets/iconfont/iconfont.ttf differ
diff --git a/securityManagement/src/assets/iconfont/iconfont.woff b/securityManagement/src/assets/iconfont/iconfont.woff
new file mode 100644
index 0000000..5ed6e4a
Binary files /dev/null and b/securityManagement/src/assets/iconfont/iconfont.woff differ
diff --git a/securityManagement/src/assets/iconfont/iconfont.woff2 b/securityManagement/src/assets/iconfont/iconfont.woff2
new file mode 100644
index 0000000..6c40153
Binary files /dev/null and b/securityManagement/src/assets/iconfont/iconfont.woff2 differ