提交 ae4d5f29 authored 作者: jianglw's avatar jianglw

最新

上级 494fa8b5
...@@ -335,26 +335,30 @@ ...@@ -335,26 +335,30 @@
</resource> </resource>
</resources> </resources>
</build> </build>
<distributionManagement>
<snapshotRepository>
<id>maven-hrhx</id>
<name>maven-snapshots</name>
<url>http://192.168.2.103:8081/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
<repositories> <repositories>
<repository> <repository>
<id>hrhx-repos</id> <id>snapshots</id>
<name>hrhx Repository</name> <name>maven-snapshots</name>
<url>http://221.180.252.34:8081/nexus/content/groups/public</url> <url>http://192.168.2.103:8081/repository/maven-snapshots/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots> <snapshots>
<enabled>true</enabled> <enabled>true</enabled>
</snapshots> </snapshots>
</repository> </repository>
<repository> <repository>
<id>public</id> <id>release</id>
<name>aliyun nexus</name> <name>maven-release</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url> <url>http://192.168.2.103:8081/repository/maven-public/</url>
<releases> <snapshots>
<enabled>true</enabled> <enabled>true</enabled>
</releases> </snapshots>
</repository> </repository>
</repositories> </repositories>
......
...@@ -66,14 +66,14 @@ ...@@ -66,14 +66,14 @@
</dependency> </dependency>
<!-- 定时任务--> <!-- 定时任务-->
<dependency> <!-- <dependency>-->
<groupId>com.ruoyi</groupId> <!-- <groupId>com.ruoyi</groupId>-->
<artifactId>ruoyi-quartz</artifactId> <!-- <artifactId>ruoyi-quartz</artifactId>-->
</dependency> <!-- </dependency>-->
<dependency> <!-- <dependency>-->
<groupId>com.ruoyi</groupId> <!-- <groupId>com.ruoyi</groupId>-->
<artifactId>ruoyi-mqtt</artifactId> <!-- <artifactId>ruoyi-mqtt</artifactId>-->
</dependency> <!-- </dependency>-->
<dependency> <dependency>
<groupId>com.ruoyi</groupId> <groupId>com.ruoyi</groupId>
<artifactId>topology</artifactId> <artifactId>topology</artifactId>
......
package com.ruoyi; package com.ruoyi;
import com.ruoyi.framework.datasource.annotation.EnableDynamicDataSource;
import org.springframework.boot.SpringApplication; import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
...@@ -11,7 +10,6 @@ import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; ...@@ -11,7 +10,6 @@ import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
* @author ruoyi * @author ruoyi
*/ */
@SpringBootApplication(exclude = { DataSourceAutoConfiguration.class }) @SpringBootApplication(exclude = { DataSourceAutoConfiguration.class })
@EnableDynamicDataSource
public class RuoYiApplication public class RuoYiApplication
{ {
public static void main(String[] args) public static void main(String[] args)
......
...@@ -18,7 +18,7 @@ ruoyi: ...@@ -18,7 +18,7 @@ ruoyi:
# 开发环境配置 # 开发环境配置
server: server:
# 服务器的HTTP端口,默认为8080 # 服务器的HTTP端口,默认为8080
port: 8081 port: 7777
servlet: servlet:
# 应用的访问路径 # 应用的访问路径
context-path: context-path:
...@@ -109,7 +109,7 @@ mybatis-plus: ...@@ -109,7 +109,7 @@ mybatis-plus:
# 搜索指定包别名 # 搜索指定包别名
typeAliasesPackage: com.ruoyi.**.domain typeAliasesPackage: com.ruoyi.**.domain
# 配置mapper的扫描,找到所有的mapper.xml映射文件 # 配置mapper的扫描,找到所有的mapper.xml映射文件
mapperLocations: classpath*:mapper/**/*Mapper.xml mapperLocations: classpath*:/**/*Mapper.xml
# 加载全局的配置文件 # 加载全局的配置文件
configLocation: classpath:mybatis/mybatis-config.xml configLocation: classpath:mybatis/mybatis-config.xml
...@@ -135,17 +135,16 @@ xss: ...@@ -135,17 +135,16 @@ xss:
excludes: /system/notice/* excludes: /system/notice/*
# 匹配链接 # 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/* urlPatterns: /system/*,/monitor/*,/tool/*
# influxdb
influxdb:
enabled: true
url: http://192.168.2.223:8086
token: ruhoz8G-ROLdtjSCb_NYyZ_Oehq55868iMih9iJVL-y71-2Syl08o5d9m2_58-0ywEu77pdOlO62_99dvZf0sw==
bucket: topology
org: sspss
#mqtt #mqtt
mqtt: mqtt:
enabled: false enabled: false
topology: topology:
profile: /home/uploadPath/ profile: D://file//
# influxdb
influxdb:
enabled: false
url: http://192.168.2.223:8086
token: ruhoz8G-ROLdtjSCb_NYyZ_Oehq55868iMih9iJVL-y71-2Syl08o5d9m2_58-0ywEu77pdOlO62_99dvZf0sw==
bucket: topology
org: sspss
This source diff could not be displayed because it is too large. You can view the blob instead.
.tools{position:absolute;left:0;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex}.tools>div{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tools button{margin:12px 16px}
\ No newline at end of file
.login{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;background-image:url(../img/login-background.f9f49138.jpg);background-size:cover}.title{margin:0 auto 30px auto;text-align:center;color:#707070}.login-form{border-radius:6px;background:#fff;width:400px;padding:25px 25px 5px 25px}.login-form .el-input,.login-form .el-input input{height:38px}.login-form .input-icon{height:39px;width:14px;margin-left:2px}.login-tip{font-size:13px;text-align:center;color:#bfbfbf}.login-code{width:33%;height:38px;float:right}.login-code img{cursor:pointer;vertical-align:middle}.el-login-footer{height:40px;line-height:40px;position:fixed;bottom:0;width:100%;text-align:center;color:#fff;font-family:Arial;font-size:12px;letter-spacing:1px}.login-code-img{height:38px}
\ No newline at end of file
image-slot{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background:#f5f7fa;color:#909298;font-size:30px}.tools,image-slot{display:-webkit-box;display:-ms-flexbox;display:flex}.tools{position:absolute;left:0;top:0;right:0}.tools>div{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tools button{margin:12px 16px}.el-col{margin-bottom:10px}
\ No newline at end of file
.ant-form-vertical .ant-form-item{padding-bottom:8px;margin:8px}.el-form-item{margin-bottom:10px}.m-colorPicker .box[data-v-29accc04]{position:absolute;width:190px;left:0;background:#fff;border:1px solid #cacaca;visibility:hidden;border-radius:2px;margin-top:2px;padding:3px;padding-bottom:5px;-webkit-box-shadow:0 0 5px #cacaca;box-shadow:0 0 5px #cacaca;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-box-sizing:content-box;box-sizing:content-box}.icon-body[data-v-e845f042]{width:100%;padding:10px}.icon-body .icon-list[data-v-e845f042]{height:200px;overflow-y:scroll}.icon-body .icon-list div[data-v-e845f042]{height:30px;line-height:30px;margin-bottom:-5px;cursor:pointer;width:33%;float:left}.icon-body .icon-list span[data-v-e845f042]{display:inline-block;vertical-align:-.15em;fill:currentColor;overflow:hidden}.ant-form-vertical .ant-form-item{padding-bottom:1px;margin:2px 6px}.ant-page-header{padding:0 10px}.ant-page-header-heading-title{font-size:13px}.el-tabs__header{padding:0;position:relative;margin:0 0 1px}.el-tabs__item{padding:0 8px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:40px;display:inline-block;list-style:none;font-size:14px;font-weight:500;color:#2f3032;position:relative}.el-tabs__nav{white-space:nowrap;position:relative;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;float:left;z-index:2;margin:0 7%}aside{padding:0 0;margin-bottom:20px;border-radius:2px;line-height:32px;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:#2b3d4f;-webkit-font-smoothing:antialiased}.home{width:100%;height:100%}.canvas{height:100vh;width:100%}::-webkit-scrollbar{width:5px;height:5px;background-color:#fff}::-webkit-scrollbar-track{background-color:#ccc}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px transparent;box-shadow:inset 0 0 6px transparent}::-webkit-scrollbar-thumb{background-color:#726868;border-radius:10px}.ant-form-item{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:#000;font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";margin-bottom:5px;vertical-align:top}.ant-input-group{line-height:.5}.ant-divider-horizontal{display:block;clear:both;width:100%;min-width:100%;height:1px;margin:12px 0}.full{-webkit-box-flex:1;-ms-flex:1;flex:1;width:auto;position:relative;overflow:auto;background:#fff}.ant-layout-header{height:45px;padding:0 50px;line-height:45px;background:#1a90ff}.ant-collapse{background-color:#fff}.ant-collapse .ant-collapse-item .ant-collapse-header{color:#000}.ant-tabs .ant-tabs-small-bar .ant-tabs-tab{padding:10px 5px;margin:0 3px 0 0;font-size:13px}.ant-collapse .ant-collapse-item .ant-collapse-header{line-height:8px;font-size:10px}.ant-tabs-bar{margin:0 0 3px 0}.ant-card-grid{padding:0;width:23%;text-align:center}.ant-layout-sider-children{border:1px solid #c4c4c4;border-radius:5px;height:100%;margin-top:-.1px;padding-top:.1px}.div-scoll{width:100%;height:86.5vh;overflow-x:hidden;overflow-y:scroll}
\ No newline at end of file
.user-info-head[data-v-bd66f6e2]{position:relative;display:inline-block;height:120px}.user-info-head[data-v-bd66f6e2]:hover:after{content:"+";position:absolute;left:0;right:0;top:0;bottom:0;color:#eee;background:rgba(0,0,0,.5);font-size:24px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer;line-height:110px;border-radius:50%}
\ No newline at end of file
.home[data-v-1601e32d]{font-family:open sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px;color:#676a6c;overflow-x:hidden}.home blockquote[data-v-1601e32d]{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}.home hr[data-v-1601e32d]{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.home .col-item[data-v-1601e32d]{margin-bottom:20px}.home ul[data-v-1601e32d]{padding:0;margin:0;list-style-type:none}.home h4[data-v-1601e32d]{margin-top:0}.home h2[data-v-1601e32d]{margin-top:10px;font-size:26px;font-weight:100}.home p[data-v-1601e32d]{margin-top:10px}.home p b[data-v-1601e32d]{font-weight:700}.home .update-log ol[data-v-1601e32d]{display:block;list-style-type:decimal;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:40px;padding-inline-start:40px}
\ No newline at end of file
.errPage-container[data-v-f2e02586]{width:800px;max-width:100%;margin:100px auto}.errPage-container .pan-back-btn[data-v-f2e02586]{background:#008489;color:#fff;border:none!important}.errPage-container .pan-gif[data-v-f2e02586]{margin:0 auto;display:block}.errPage-container .pan-img[data-v-f2e02586]{display:block;margin:0 auto;width:100%}.errPage-container .text-jumbo[data-v-f2e02586]{font-size:60px;font-weight:700;color:#484848}.errPage-container .list-unstyled[data-v-f2e02586]{font-size:14px}.errPage-container .list-unstyled li[data-v-f2e02586]{padding-bottom:5px}.errPage-container .list-unstyled a[data-v-f2e02586]{color:#008489;text-decoration:none}.errPage-container .list-unstyled a[data-v-f2e02586]:hover{text-decoration:underline}
\ No newline at end of file
.wscn-http404-container[data-v-279ea4b2]{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;top:40%;left:50%}.wscn-http404[data-v-279ea4b2]{position:relative;width:1200px;padding:0 50px;overflow:hidden}.wscn-http404 .pic-404[data-v-279ea4b2]{position:relative;float:left;width:600px;overflow:hidden}.wscn-http404 .pic-404__parent[data-v-279ea4b2]{width:100%}.wscn-http404 .pic-404__child[data-v-279ea4b2]{position:absolute}.wscn-http404 .pic-404__child.left[data-v-279ea4b2]{width:80px;top:17px;left:220px;opacity:0;-webkit-animation-name:cloudLeft-data-v-279ea4b2;animation-name:cloudLeft-data-v-279ea4b2;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1s;animation-delay:1s}.wscn-http404 .pic-404__child.mid[data-v-279ea4b2]{width:46px;top:10px;left:420px;opacity:0;-webkit-animation-name:cloudMid-data-v-279ea4b2;animation-name:cloudMid-data-v-279ea4b2;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1.2s;animation-delay:1.2s}.wscn-http404 .pic-404__child.right[data-v-279ea4b2]{width:62px;top:100px;left:500px;opacity:0;-webkit-animation-name:cloudRight-data-v-279ea4b2;animation-name:cloudRight-data-v-279ea4b2;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes cloudLeft-data-v-279ea4b2{0%{top:17px;left:220px;opacity:0}20%{top:33px;left:188px;opacity:1}80%{top:81px;left:92px;opacity:1}to{top:97px;left:60px;opacity:0}}@keyframes cloudLeft-data-v-279ea4b2{0%{top:17px;left:220px;opacity:0}20%{top:33px;left:188px;opacity:1}80%{top:81px;left:92px;opacity:1}to{top:97px;left:60px;opacity:0}}@-webkit-keyframes cloudMid-data-v-279ea4b2{0%{top:10px;left:420px;opacity:0}20%{top:40px;left:360px;opacity:1}70%{top:130px;left:180px;opacity:1}to{top:160px;left:120px;opacity:0}}@keyframes cloudMid-data-v-279ea4b2{0%{top:10px;left:420px;opacity:0}20%{top:40px;left:360px;opacity:1}70%{top:130px;left:180px;opacity:1}to{top:160px;left:120px;opacity:0}}@-webkit-keyframes cloudRight-data-v-279ea4b2{0%{top:100px;left:500px;opacity:0}20%{top:120px;left:460px;opacity:1}80%{top:180px;left:340px;opacity:1}to{top:200px;left:300px;opacity:0}}@keyframes cloudRight-data-v-279ea4b2{0%{top:100px;left:500px;opacity:0}20%{top:120px;left:460px;opacity:1}80%{top:180px;left:340px;opacity:1}to{top:200px;left:300px;opacity:0}}.wscn-http404 .bullshit[data-v-279ea4b2]{position:relative;float:left;width:300px;padding:30px 0;overflow:hidden}.wscn-http404 .bullshit__oops[data-v-279ea4b2]{font-size:32px;line-height:40px;color:#1482f0;margin-bottom:20px;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.wscn-http404 .bullshit__headline[data-v-279ea4b2],.wscn-http404 .bullshit__oops[data-v-279ea4b2]{font-weight:700;opacity:0;-webkit-animation-name:slideUp-data-v-279ea4b2;animation-name:slideUp-data-v-279ea4b2;-webkit-animation-duration:.5s;animation-duration:.5s}.wscn-http404 .bullshit__headline[data-v-279ea4b2]{font-size:20px;line-height:24px;color:#222;margin-bottom:10px;-webkit-animation-delay:.1s;animation-delay:.1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.wscn-http404 .bullshit__info[data-v-279ea4b2]{font-size:13px;line-height:21px;color:grey;margin-bottom:30px;-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.wscn-http404 .bullshit__info[data-v-279ea4b2],.wscn-http404 .bullshit__return-home[data-v-279ea4b2]{opacity:0;-webkit-animation-name:slideUp-data-v-279ea4b2;animation-name:slideUp-data-v-279ea4b2;-webkit-animation-duration:.5s;animation-duration:.5s}.wscn-http404 .bullshit__return-home[data-v-279ea4b2]{display:block;float:left;width:110px;height:36px;background:#1482f0;border-radius:100px;text-align:center;color:#fff;font-size:14px;line-height:36px;cursor:pointer;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes slideUp-data-v-279ea4b2{0%{-webkit-transform:translateY(60px);transform:translateY(60px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slideUp-data-v-279ea4b2{0%{-webkit-transform:translateY(60px);transform:translateY(60px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}
\ No newline at end of file
@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1616810982870'); /* IE9 */
src: url('iconfont.eot?t=1616810982870#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAATcAAsAAAAACdgAAASNAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDQAqFWIRkATYCJAMYCw4ABCAFhG0HgVEbiwjIrqGKyBR3B2Yz5MI5IcVbfO9wEnn0Y/MveMK1zzfJJLs/OSBuq0ADKUJ2SLKWFJA/VYUO6VCV9P6v3X/5WrgDs8LICyuZuQPlnUzed7XQ6YVqWxWdWFSqwYlx+SQ2R0jX5QRdhxUBVDAtrrsGzdHBRG4eaWYBygHfo7G0z1oN8Lheqjmv/3G/0o3SGs9H+22dqpuibAGjQHc88rKxQuwO5ID8luG1LnVB10OAQAPL6Zg8dccBNAqF7BJAtm1OCBoVM6AlZCFV+5xj9bdcwZGas+YYxGX392UYXVIwOAu50awNGyO0pg/2TFuXyTI1cq0/G8CeBBYYCUJB9uU6dtDlJ0bSRZBj3UwEKX+RYjB9SQ1vr7/vzjLo80iyIkcgT0+Axcj/eA7EQxR5gJ+WdNDnTQQW+hIEBvoaEAj0v0agMDDTgAON77G6AcQrkNQCfqTWAqsDDteay6kWRCW0vJyivcA658Eb7J4dGTDwZJzuC2uLHHK7Y+k8uN22FTBW7txn19Popx5O1E+2jNeNpXqXjccC8tYendk/8Pp27uBd+NObOXVTW2vxbXJPWubXX8YVyo6YiYWMEal46an91dXTBXb3Dp6hO48/t1W33bJbvxNViRIBIb7QoOx8zAvXHY2wsHLBAf/wwUM254lDwcHD3pH+irGQ/O84/aQeBljxJr7zwIhOgY1eNTlYcOpBJKBHem1655kb//jy8r19Zz5qT0a9jHqu3QyYUOnnBYQjg9KPb/Oc6E6O/136XLFhw4YusClX3Qswa+c+YVyPL+6ZEENjYLuxcWPFxy/OuRQp3TO/74P0iI13BdMjPBO+EmGadOUwpXnd3ZPfz29N4fhnI9eEm0EbQRNBk1vl74wPNhNNE/zCp4KFw7KbgqGuADGedzuwR9ADaLju15zVlNzJrCLDS8+PNY6JwgJt459do8oaPjO89BzKnxn0/b9DI0t21n3QMAjIMMW2KTs7QY2gLK/9dEkaYp1Sbt+tjvUvm4H3/EdEBeDjiV6B1x5H8DMoqS38a3SJugSVRBETo1dJTqnRHw9V2q4Cz1jGwCswELAmw54SvvWlKq+t4LdUlYdgSKgHS0obWvEjwREZA56UcRAYweaTI6VwuhDNAT1cQCAU8QgMBfSCpYhPaMV/BUcFf8BTJBYCC4R8zkiHbA7Be4AIiDAdwFnI6tgwizFe+T5I2iXhUbFLPwS8ycJYk9VkejPUwPs4oOlNdCFiHHNW4U3oZlCWDLc4yyEUcipEy1eUOO+Z5JBVaAyT4AAEARCBoQyAyQhh1MR2d8GY1M/vA0hoU0LgJS1l7kMAnIZseoyGjFoDvVlR12o5l+UNvSToCAQxtS2Gw6jAbAIbUOoJBqaVvy4HCBHIpC1iLXwU3Cmuq5DHV1VXWcVFbENe0IsRKypOvCTkr9tM6jI7HRE2mBIHeMLqpA+yBMos/T5gaVakhqpk2LommWAYEqWWLhE1cmODWET1PLdNKM8gYmwaNSpmG65kh5YD+5qOJrl6FEkaBScmZrCJmtqkJmXtMIXakzHUExP+FBACAAA=') format('woff2'),
url('iconfont.woff?t=1616810982870') format('woff'),
url('iconfont.ttf?t=1616810982870') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
url('iconfont.svg?t=1616810982870#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-dianli_daozha:before {
content: "\e61e";
}
.icon-ergongweigelidaozhae515d0c0-3621-4e33-bb52-a0d8f3a5a099:before {
content: "\e607";
}
.icon-ergongweijiedidaozha1b3e3338-6c57-4471-82dd-1be7fa42db41:before {
content: "\e606";
}
.icon-shouchedaozhafen:before {
content: "\e7d6";
}
.icon-shouchedaozhahe:before {
content: "\e84f";
}
!function(t){var e,a,h,l,o,i,d='<svg><symbol id="icon-dianli_daozha" viewBox="0 0 1024 1024"><path d="M607.81562816 206.0642266c5.85744807-11.71489617 9.76241345-25.38227498 9.76241346-41.00213654 0-42.95461922-29.28724036-78.09930768-68.33689419-87.86172112V-8.70886949h-39.04965384v83.95675574c-42.95461922 7.80993077-76.14682498 44.90710189-76.14682499 89.81420381 0 50.76454995 41.00213652 91.76668653 91.76668652 91.76668652 15.61986151 0 29.28724036-3.9049654 42.95461923-11.71489614v548.64763635c-13.66737884-9.76241345-31.23972305-15.61986151-48.81206732-15.61986154-48.81206729 0-87.86172112 39.04965382-87.86172112 87.86172112 0 44.90710189 35.14468845 82.00427305 78.09930768 85.90923846V1045.63178403h39.04965384v-95.67165188c33.19220576-11.71489617 58.57448076-44.90710189 58.57448073-82.00427307 0-3.9049654 0-7.80993077-1.9524827-11.71489615 0-1.9524827 1.9524827-3.9049654 1.9524827-5.85744807V206.0642266z m-82.00427304 11.71489616c-29.28724036 0-52.71703265-23.42979229-52.71703266-52.7170327s23.42979229-52.71703265 52.71703266-52.71703266 52.71703265 23.42979229 52.71703267 52.71703266-23.42979229 52.71703265-52.71703267 52.7170327z m-5.85744809 698.98880362c-27.33475769 0-48.81206729-21.4773096-48.81206728-48.8120673s21.4773096-48.81206729 48.81206728-48.8120673 48.81206729 21.4773096 48.81206732 48.8120673-21.4773096 48.81206729-48.81206732 48.8120673z" fill="#2c2c2c" ></path></symbol><symbol id="icon-ergongweigelidaozhae515d0c0-3621-4e33-bb52-a0d8f3a5a099" viewBox="0 0 1835 1024"><path d="M-10.54078167 773.32758605h488.1206729v36.60905045H-10.54078167z" ></path><path d="M471.47838286 773.9377369l911.80941697-156.0765852 6.10150845 36.12092979-911.5653567 155.95455501z" ></path><path d="M1289.08050996 916.10288288a122.03016823 122.03016823 0 1 1 122.03016826-122.03016825 122.03016823 122.03016823 0 0 1-122.03016826 122.03016825z m0-213.55279442a89.08202279 89.08202279 0 0 0-87.86172112 89.08202278 89.08202279 89.08202279 0 0 0 176.94374394 0 89.08202279 89.08202279 0 0 0-89.08202282-89.08202278z" ></path><path d="M1396.46705801 773.32758605h488.12067291v36.60905045h-488.12067291zM1118.23827446-93.08660842H1453.8212371v36.6090505H1118.23827446z" ></path><path d="M1154.84732491-176.06712278v202.57007925h-36.60905045V-176.06712278z" ></path></symbol><symbol id="icon-ergongweijiedidaozha1b3e3338-6c57-4471-82dd-1be7fa42db41" viewBox="0 0 1661 1024"><path d="M0.46887188 826.79642902h429.01231017v32.17592327H0.46887188z" ></path><path d="M423.36775664 827.97621287l801.18048925-137.0694331 5.57716005 31.63965788-801.39499543 137.17668619z" ></path><path d="M1143.7866785 952.28252973a107.25307755 107.25307755 0 1 1 107.25307756-107.25307753 107.25307755 107.25307755 0 0 1-107.25307756 107.25307753z m0-186.62035492a77.22221583 77.22221583 0 1 0 0 154.44443168 77.22221583 77.22221583 0 1 0 0-154.44443168z" ></path><path d="M1237.09685595 826.79642902h429.0123102v32.17592327h-429.0123102zM992.55983916 88.89525548h170.53239332v32.1759233H992.55983916z" ></path><path d="M1024.73576242 15.96316279v178.04010873h-32.17592326V15.96316279zM1196.34068649-105.23281485v420.43206398h-32.17592324V-105.23281485zM1320.75425644-39.80843755v290.65584016h-32.17592324V-39.80843755zM1445.16782643 25.61593975V184.35049453h-32.17592328V25.61593975z" ></path></symbol><symbol id="icon-shouchedaozhafen" viewBox="0 0 1024 1024"><path d="M489.226225 65.497376h43.725648v897.286718h-43.725648z" fill="#333333" ></path><path d="M608.378614 294.237168L510.633574 169.345788 412.888533 294.237168l-34.433947-26.96415L510.633574 98.382706l132.178987 168.890312z" fill="#333333" ></path><path d="M608.378614 195.854461L510.633574 70.963082 412.888533 195.854461l-34.433947-26.964149L510.633574 0l132.178987 168.890312z" fill="#333333" ></path><path d="M510.633574 925.617294L378.454586 756.726982l34.433947-26.873054 97.745041 124.891379 97.74504-124.891379 34.433947 26.873054z" fill="#333333" ></path><path d="M510.633574 1024L378.454586 855.109688l34.433947-26.873054 97.745041 124.89138 97.74504-124.89138 34.433947 26.873054z" fill="#333333" ></path></symbol><symbol id="icon-shouchedaozhahe" viewBox="0 0 1024 1024"><path d="M489.226225 138.373454h43.725648v745.157904h-43.725648z" fill="#333333" ></path><path d="M608.378614 294.237168L510.633574 169.345788 412.888533 294.237168l-34.433947-26.96415L510.633574 98.382706l132.178987 168.890312z" fill="#333333" ></path><path d="M608.378614 195.854461L510.633574 70.963082 412.888533 195.854461l-34.433947-26.964149L510.633574 0l132.178987 168.890312z" fill="#333333" ></path><path d="M510.633574 925.617294L378.454586 756.726982l34.433947-26.873054 97.745041 124.891379 97.74504-124.891379 34.433947 26.873054z" fill="#333333" ></path><path d="M510.633574 1024L378.454586 855.109688l34.433947-26.873054 97.745041 124.89138 97.74504-124.89138 34.433947 26.873054z" fill="#333333" ></path></symbol></svg>',n=(n=document.getElementsByTagName("script"))[n.length-1].getAttribute("data-injectcss");if(n&&!t.__iconfont__svg__cssinject__){t.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch(t){console&&console.log(t)}}function c(){o||(o=!0,h())}e=function(){var t,e,a,h;(h=document.createElement("div")).innerHTML=d,d=null,(a=h.getElementsByTagName("svg")[0])&&(a.setAttribute("aria-hidden","true"),a.style.position="absolute",a.style.width=0,a.style.height=0,a.style.overflow="hidden",t=a,(e=document.body).firstChild?(h=t,(a=e.firstChild).parentNode.insertBefore(h,a)):e.appendChild(t))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(e,0):(a=function(){document.removeEventListener("DOMContentLoaded",a,!1),e()},document.addEventListener("DOMContentLoaded",a,!1)):document.attachEvent&&(h=e,l=t.document,o=!1,(i=function(){try{l.documentElement.doScroll("left")}catch(t){return void setTimeout(i,50)}c()})(),l.onreadystatechange=function(){"complete"==l.readyState&&(l.onreadystatechange=null,c())})}(window);
\ No newline at end of file
{
"id": "2448008",
"name": "刀闸",
"font_family": "iconfont",
"css_prefix_text": "icon-",
"description": "",
"glyphs": [
{
"icon_id": "12876789",
"name": "电力_刀闸",
"font_class": "dianli_daozha",
"unicode": "e61e",
"unicode_decimal": 58910
},
{
"icon_id": "15991659",
"name": "二工位隔离刀闸(e515d0c0-3621-4e33-bb52-a0d8f3a5a099)",
"font_class": "ergongweigelidaozhae515d0c0-3621-4e33-bb52-a0d8f3a5a099",
"unicode": "e607",
"unicode_decimal": 58887
},
{
"icon_id": "15991661",
"name": "二工位接地刀闸(1b3e3338-6c57-4471-82dd-1be7fa42db41)",
"font_class": "ergongweijiedidaozha1b3e3338-6c57-4471-82dd-1be7fa42db41",
"unicode": "e606",
"unicode_decimal": 58886
},
{
"icon_id": "20502425",
"name": "手车刀闸(分)",
"font_class": "shouchedaozhafen",
"unicode": "e7d6",
"unicode_decimal": 59350
},
{
"icon_id": "20539766",
"name": "手车刀闸(合)",
"font_class": "shouchedaozhahe",
"unicode": "e84f",
"unicode_decimal": 59471
}
]
}
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<!--
2013-9-30: Created.
-->
<svg>
<metadata>
Created by iconfont
</metadata>
<defs>
<font id="iconfont" horiz-adv-x="1024" >
<font-face
font-family="iconfont"
font-weight="500"
font-stretch="normal"
units-per-em="1024"
ascent="896"
descent="-128"
/>
<missing-glyph />
<glyph glyph-name="dianli_daozha" unicode="&#58910;" d="M607.81562816 689.9357734c5.85744807 11.71489617 9.76241345 25.38227498 9.76241346 41.00213654 0 42.95461922-29.28724036 78.09930768-68.33689419 87.86172112V904.70886949h-39.04965384v-83.95675574c-42.95461922-7.80993077-76.14682498-44.90710189-76.14682499-89.81420381 0-50.76454995 41.00213652-91.76668653 91.76668652-91.76668652 15.61986151 0 29.28724036 3.9049654 42.95461923 11.71489614v-548.64763635c-13.66737884 9.76241345-31.23972305 15.61986151-48.81206732 15.61986154-48.81206729 0-87.86172112-39.04965382-87.86172112-87.86172112 0-44.90710189 35.14468845-82.00427305 78.09930768-85.90923846V-149.63178403000006h39.04965384v95.67165188c33.19220576 11.71489617 58.57448076 44.90710189 58.57448073 82.00427307 0 3.9049654 0 7.80993077-1.9524827 11.71489615 0 1.9524827 1.9524827 3.9049654 1.9524827 5.85744807V689.9357734z m-82.00427304-11.71489616c-29.28724036 0-52.71703265 23.42979229-52.71703266 52.7170327s23.42979229 52.71703265 52.71703266 52.71703266 52.71703265-23.42979229 52.71703267-52.71703266-23.42979229-52.71703265-52.71703267-52.7170327z m-5.85744809-698.98880362c-27.33475769 0-48.81206729 21.4773096-48.81206728 48.8120673s21.4773096 48.81206729 48.81206728 48.8120673 48.81206729-21.4773096 48.81206732-48.8120673-21.4773096-48.81206729-48.81206732-48.8120673z" horiz-adv-x="1024" />
<glyph glyph-name="ergongweigelidaozhae515d0c0-3621-4e33-bb52-a0d8f3a5a099" unicode="&#58887;" d="M-10.54078167 122.67241394999996h488.1206729v-36.60905045H-10.54078167zM471.47838286 122.0622631l911.80941697 156.0765852 6.10150845-36.12092979-911.5653567-155.95455501zM1289.08050996-20.10288288000004a122.03016823 122.03016823 0 1 0 122.03016826 122.03016825 122.03016823 122.03016823 0 0 0-122.03016826-122.03016825z m0 213.55279442a89.08202279 89.08202279 0 0 1-87.86172112-89.08202278 89.08202279 89.08202279 0 0 1 176.94374394 0 89.08202279 89.08202279 0 0 1-89.08202282 89.08202278zM1396.46705801 122.67241394999996h488.12067291v-36.60905045h-488.12067291zM1118.23827446 989.08660842H1453.8212371v-36.6090505H1118.23827446zM1154.84732491 1072.06712278v-202.57007925h-36.60905045V1072.06712278z" horiz-adv-x="1835" />
<glyph glyph-name="ergongweijiedidaozha1b3e3338-6c57-4471-82dd-1be7fa42db41" unicode="&#58886;" d="M0.46887188 69.20357098h429.01231017v-32.17592327H0.46887188zM423.36775664 68.02378712999996l801.18048925 137.0694331 5.57716005-31.63965788-801.39499543-137.17668619zM1143.7866785-56.282529729999965a107.25307755 107.25307755 0 1 0 107.25307756 107.25307753 107.25307755 107.25307755 0 0 0-107.25307756-107.25307753z m0 186.62035492a77.22221583 77.22221583 0 1 1 0-154.44443168 77.22221583 77.22221583 0 1 1 0 154.44443168zM1237.09685595 69.20357098h429.0123102v-32.17592327h-429.0123102zM992.55983916 807.1047445199999h170.53239332v-32.1759233H992.55983916zM1024.73576242 880.03683721v-178.04010873h-32.17592326V880.03683721zM1196.34068649 1001.23281485v-420.43206398h-32.17592324V1001.23281485zM1320.75425644 935.80843755v-290.65584016h-32.17592324V935.80843755zM1445.16782643 870.38406025V711.64950547h-32.17592328V870.38406025z" horiz-adv-x="1661" />
<glyph glyph-name="shouchedaozhafen" unicode="&#59350;" d="M489.226225 830.502624h43.725648v-897.286718h-43.725648zM608.378614 601.762832L510.633574 726.654212 412.888533 601.762832l-34.433947 26.96415L510.633574 797.617294l132.178987-168.890312zM608.378614 700.145539L510.633574 825.036918 412.888533 700.145539l-34.433947 26.964149L510.633574 896l132.178987-168.890312zM510.633574-29.617294000000015L378.454586 139.27301799999998l34.433947 26.873054 97.745041-124.891379 97.74504 124.891379 34.433947-26.873054zM510.633574-128L378.454586 40.890311999999994l34.433947 26.873054 97.745041-124.89138 97.74504 124.89138 34.433947-26.873054z" horiz-adv-x="1024" />
<glyph glyph-name="shouchedaozhahe" unicode="&#59471;" d="M489.226225 757.626546h43.725648v-745.157904h-43.725648zM608.378614 601.762832L510.633574 726.654212 412.888533 601.762832l-34.433947 26.96415L510.633574 797.617294l132.178987-168.890312zM608.378614 700.145539L510.633574 825.036918 412.888533 700.145539l-34.433947 26.964149L510.633574 896l132.178987-168.890312zM510.633574-29.617294L378.454586 139.273018l34.433947 26.873054 97.745041-124.891379 97.74504 124.891379 34.433947-26.873054zM510.633574-128L378.454586 40.890312l34.433947 26.873054 97.745041-124.89138 97.74504 124.89138 34.433947-26.873054z" horiz-adv-x="1024" />
</font>
</defs></svg>
@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1616810963531'); /* IE9 */
src: url('iconfont.eot?t=1616810963531#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAANIAAsAAAAAB4wAAAL8AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDHAqCQIIhATYCJAMQCwoABCAFhG0HUBubBhHVm03IfibE27uMKmZn9Dr5Zq4JVTtrgidc+3yTmd2fSw4KyOzJA8qv6lp1tkDkdmtTZPtGRSiW5Dz10//IjwkhdCQihnIA+DyX09vCo76d5bSmjYVr0uKjXoBxQAGNvcgKpMAS8gbdRUyM+FarIUCgFi2QAYNGTMBjgE4CyIqli+firQCGJWmPkI6MNOQMCd4ddQ/hNH+/fGonHhyJAnqOWTRwAX3ervh4V/dke5hBCXTneYFkHCjQAjCQJaP+eahMtEAJ1XeMToDH4+DtincVPt7NMt8JL9bAvzwQHAqSArILAegQJBXersASBN5VkODg490sFOCDtPdAWWACsCFga9TIkWIVTHMG1YBQDfmV9UECYdIkCilifiRKkayaODEgcVKdhvUHVp/UcGKDSRNVbHt0AVwwrYjCxYVT4XeZM3W6lqfc+mhhXrJ2npt/7UQZVen2XueGHVtWbdmx4qNq32x5tR1zVnUe3SS/fW7+/odz/8JJnUfFelO39Jy6eVW6cN3GyV1GhbLTtvRKd6P2+J2VXlUaVKm00qXRfSv17d96wOW23ZqwqE/Fk8VwVfbW5NOomvtqXnGiNX3//+f1/2yAtobbBNked0d3hvY7P+UzPJhy5Ofskh5/fDQAHh+4U8oD2R5jvdZldZXuF+hWFlltAA6z0oi1zUZGW3IAOCAQAIfPQDmenmGvuDobBE9FDUeOmlA8DUhjWyAh0gEpnt4INGfw+Eh51qGIFQDNOOhBKMN1OIrJQynDI9LYJ0ioxBeklBFFYJKUnzGiN5Ig+hNKRgPqD0G3apGLhci9ozuzJNPA+TfSEcIw9WM3fcOKdEaf4+NmZguWWoHVWw9zbrBRi6i598zbMgx27Em9bqUT9CeUjAZQfyDoVi0tz6L3+ju6M0uaka1U30hHqB6Y6BlXkDdrXSX7lnOOj5thtoClVoDVa4Y5N2AbbxZRc4/fEdsWBljKrrX299uLC1cAAbCgiRMVk4SSRdKdsjqkGAR34a6+qesA') format('woff2'),
url('iconfont.woff?t=1616810963531') format('woff'),
url('iconfont.ttf?t=1616810963531') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
url('iconfont.svg?t=1616810963531#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-faguangerjiguan:before {
content: "\e66c";
}
.icon-erjiguan:before {
content: "\e714";
}
.icon-erjiguan1:before {
content: "\eab5";
}
!function(t){var e,n,o,i,a,d,l='<svg><symbol id="icon-faguangerjiguan" viewBox="0 0 1024 1024"><path d="M677 499l-16 0L661 363l-25 0 0 136-3.4 0L509 435.6 362 361l0 138L0 499l0 26 362 0 0 138 270.6-138 3.4 0 0 136 25 0L661 525l16 0 347 0 0-26L677 499zM387 401.7l110.6 56.1L578 499 387 499 387 401.7zM387 622.3 387 525l190.7 0L387 622.3z" ></path><path d="M393.6 291 386 345 410.6 348.6 418.2 294.6 472.3 302.5 475.7 277.9 421.6 270 397 266.5Z" ></path><path d="M415.5 268.9 506 389.7 486.3 404.4 395.8 283.7Z" ></path><path d="M507.4 290.6 499.8 344.6 524.4 348.2 532 294.2 586.1 302.1 589.5 277.5 535.4 269.6 510.8 266.1Z" ></path><path d="M529.2 268.5 619.8 389.3 600.1 404 509.6 283.3Z" ></path></symbol><symbol id="icon-erjiguan" viewBox="0 0 1024 1024"><path d="M501.07733333 3.00373333h21.84533334v482.78186667h-21.84533334zM501.07733333 555.69066667h21.84533334v467.49013333h-21.84533334z" ></path><path d="M350.34453333 686.76266667h321.1264v21.84533333H350.34453333z" ></path><path d="M673.65546667 404.95786667H350.34453333l161.65546667 305.83466666 161.65546667-305.83466666z" fill="#FFFFFF" ></path><path d="M512 734.8224l-179.13173333-340.7872h358.26346666L512 734.8224z m-141.99466667-318.94186667L512 686.76266667l141.99466667-270.88213334h-283.98933334z" ></path></symbol><symbol id="icon-erjiguan1" viewBox="0 0 1024 1024"><path d="M0 511.431h1024v28.445H0zM748.089 204.8h28.444v641.707H748.09zM288.996 824.889V227.556l517.12 298.666z m28.444-548.125v498.063l431.787-249.174z" ></path></symbol></svg>',c=(c=document.getElementsByTagName("script"))[c.length-1].getAttribute("data-injectcss");if(c&&!t.__iconfont__svg__cssinject__){t.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch(t){console&&console.log(t)}}function h(){a||(a=!0,o())}e=function(){var t,e,n,o;(o=document.createElement("div")).innerHTML=l,l=null,(n=o.getElementsByTagName("svg")[0])&&(n.setAttribute("aria-hidden","true"),n.style.position="absolute",n.style.width=0,n.style.height=0,n.style.overflow="hidden",t=n,(e=document.body).firstChild?(o=t,(n=e.firstChild).parentNode.insertBefore(o,n)):e.appendChild(t))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(e,0):(n=function(){document.removeEventListener("DOMContentLoaded",n,!1),e()},document.addEventListener("DOMContentLoaded",n,!1)):document.attachEvent&&(o=e,i=t.document,a=!1,(d=function(){try{i.documentElement.doScroll("left")}catch(t){return void setTimeout(d,50)}h()})(),i.onreadystatechange=function(){"complete"==i.readyState&&(i.onreadystatechange=null,h())})}(window);
\ No newline at end of file
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论