Commit 44d86d83 by 无尘

fix: 修改结构调整样式

parent 8de9d0ad
<<<<<<< HEAD
<!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" href=./favicon.ico><title>API网关管理平台</title><link href=./static/css/app.b1d84e61ffc00f7db48a25cdfc91fbe4.css rel=stylesheet></head><body style="min-width: 1400px;"><div id=app></div><script src=//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js></script><script src=//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js></script><script>// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();</script><script src=//web-1251519181.file.myqcloud.com/components/input.2.0.15.js></script><script src=//web-1251519181.file.myqcloud.com/components/delete.2.0.01.js></script><script type=text/javascript src=./static/js/manifest.275e03b3e2becc75db89.js></script><script type=text/javascript src=./static/js/vendor.adc34c81686691b8a2e7.js></script><script type=text/javascript src=./static/js/app.eb7a92daf8e200957259.js></script></body></html>
=======
<!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" href=./favicon.ico><title>API网关管理平台</title><link href=./static/css/app.513d751c2237372ba9d7086b4f3d7e44.css rel=stylesheet></head><body style="min-width: 1400px;"><div id=app></div><script src=//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js></script><script src=//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js></script><script>// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();</script><script src=//web-1251519181.file.myqcloud.com/components/input.2.0.15.js></script><script src=//web-1251519181.file.myqcloud.com/components/delete.2.0.01.js></script><script type=text/javascript src=./static/js/manifest.c194c15e5faf74645a15.js></script><script type=text/javascript src=./static/js/vendor.0af499866de7ef505f4c.js></script><script type=text/javascript src=./static/js/app.b3b9c7e54a3c9edf5741.js></script></body></html>
>>>>>>> fix: 修改 样式
<!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" href=./favicon.ico><title>API网关管理平台</title><link href=./static/css/app.550a03176a693190feb43e93d1c4c530.css rel=stylesheet></head><body style="min-width: 1400px;"><div id=app></div><script src=//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js></script><script src=//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js></script><script>// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();</script><script src=//web-1251519181.file.myqcloud.com/components/input.2.0.15.js></script><script src=//web-1251519181.file.myqcloud.com/components/delete.2.0.01.js></script><script type=text/javascript src=./static/js/manifest.10aff4f0bbf6d7138b20.js></script><script type=text/javascript src=./static/js/vendor.0af499866de7ef505f4c.js></script><script type=text/javascript src=./static/js/app.b3b9c7e54a3c9edf5741.js></script></body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
// selected background color
@blue-selected: #e6f7ff;
// hover
@blue-hover: #40a9ff;
// click
@blue-click: #096dd9;
// normal、link、brand color
@blue: #1890ff;
// success
@green-success: #52c41a;
// warning
@yellow-warning: #faad14;
// success
@red-error: #f5222d;
// 标题文字
@gray01: #303133;
// 常规信息、按钮文字
@gray02: #606266;
// 内容文字、说明文字
@gray03: #909399;
// 输入框说明文字
@gray-placeholder: #c0c4cc;
// 线框、输入框、下拉框的边框颜色
@gray-border: #c4c6cf;
// tab选项卡、表格单元格底部分割线
@gray-tab: #dcdfe6;
// 表头背景色
@gray-thead: #ebecf0;
// 分割线的颜色
@gray-separator: #e4e7ed;
// 背景底色
@gray-background: #f0f2f5;
// 输入框禁止输入的颜色
@gray-disable: #f5f7fa;
@import "./colors.less";
.damolish {
/* 引用字体图标库的svg图标 */
.icon {
width: 1em;
height: 1em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
/* button start */
.el-button {
padding: 8px 12px;
font-size: 14px;
&.is-disabled,
&.is-disabled:focus,
&.is-disabled:hover {
color: @gray-placeholder;
}
&:not(.el-button--text) {
&.is-disabled,
&.is-disabled:focus,
&.is-disabled:hover {
background-color: @gray-disable;
border-color: @gray-border;
color: @gray-placeholder;
}
}
&.is-loading:before {
background-color: rgba(255, 255, 255, 0.25);
}
&.el-button--mini,
&.el-button--small {
font-size: 12px;
}
&.el-button--mini,
&.el-button--mini.is-round {
padding: 7px 15px;
}
&.button-new-tag {
border-style: dashed;
}
}
:not(.el-transfer__buttons) .el-button & + .el-button {
margin-left: 10px;
}
.el-button--default {
color: @gray02;
background-color: #fff;
border-color: @gray-border;
&:hover {
color: @blue;
border-color: @blue;
}
&:active {
color: @blue-click;
border-color: @blue-click;
}
}
.el-button--primary {
color: #fff;
background-color: @blue;
border-color: @blue;
&:hover {
color: #fff;
background-color: @blue-hover;
border-color: @blue-hover;
}
&:active {
background-color: @blue-click;
border-color: @blue-click;
}
}
.el-button--danger {
color: @red-error;
background-color: @gray-disable;
border-color: @gray-border;
&:hover {
color: #fff;
background-color: @red-error;
border-color: @red-error;
}
&:active {
color: #fff;
background-color: #cf1322;
border-color: #cf1322;
}
}
.el-button--text {
padding: 0;
color: @blue;
&:hover {
color: @blue-hover;
}
&:active {
color: @blue-click;
}
}
/* 幽灵按钮 */
.specter {
&.el-button--default {
color: #fff;
background-color: transparent;
border-color: #fff;
&:hover {
color: #fff;
border-color: @blue;
background-color: @blue;
}
&:active {
color: #fff;
border-color: @blue-click;
background-color: @blue-click;
}
}
&.el-button--primary {
color: @blue;
background-color: transparent;
border-color: @blue;
&:hover {
color: #fff;
border-color: @blue;
background-color: @blue;
}
&:active {
color: #fff;
border-color: @blue-click;
background-color: @blue-click;
}
}
&.el-button--danger {
color: @red-error;
background-color: transparent;
border-color: @red-error;
&:hover {
color: #fff;
background-color: @red-error;
border-color: @red-error;
}
&:active {
color: #fff;
background-color: #cf1322;
border-color: #cf1322;
}
}
&.is-disabled,
&.is-disabled:focus,
&.is-disabled:hover {
background-color: transparent;
border-color: @gray-border;
color: @gray-placeholder;
}
}
.el-button-group > .el-button + .el-button {
margin-left: 0;
}
/* button end */
/* breadcrumb start*/
.el-breadcrumb__inner {
a,
&.is-link {
font-weight: 400;
color: @gray02;
}
}
.el-breadcrumb__item:last-child {
.el-breadcrumb__inner,
.el-breadcrumb__inner a,
.el-breadcrumb__inner a:hover,
.el-breadcrumb__inner:hover {
font-weight: 500;
color: @gray01;
}
}
.el-breadcrumb__separator[class*="icon"] {
font-size: 12px;
color: #a0a2ad;
}
/* breadcrumb end*/
/* dropdown start*/
.el-dropdown-menu__item,
.el-dropdown-menu__item:not(.is-disabled),
.el-dropdown-selfdefine {
.el-icon-arrow-down {
transition: all 0.5s;
}
}
.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover,
.el-dropdown-selfdefine:hover {
color: @blue;
.el-icon-arrow-down {
transform: rotateZ(-180deg);
}
}
/* dropdown end*/
/* pagination start*/
.el-pagination {
margin: 20px 0;
padding: 2px 0;
&.is-background .el-pager li:not(.disabled).active {
background-color: @blue;
}
&.is-background .el-pager li:not(.disabled):not(.active):hover {
color: @blue;
}
.el-select .el-input {
.el-input__inner {
height: 28px;
line-height: 27px;
}
.el-select__caret.is-reverse {
margin-top: -2px;
}
}
.btn-next {
margin-right: 0;
}
button:hover {
color: @blue;
}
}
.el-pagination__editor.el-input .el-input__inner:hover,
.el-pagination__sizes .el-input .el-input__inner:hover {
border-color: @blue;
}
.el-pager li {
&:hover, &.active {
color: @blue;
}
}
/* pagination end */
/* checkbox start*/
.el-checkbox {
color: @gray01;
&.is-bordered {
border-color: @gray-border;
&.el-checkbox--medium {
height: 32px;
}
&.is-checked {
border-color: @gray-border;
}
}
&.is-disabled {
color: @gray-placeholder;
.is-disabled .el-checkbox__inner {
border-color: @gray-placeholder;
background-color: @gray-disable;
}
}
}
.el-checkbox__inner:hover {
border-color: @blue;
}
.el-checkbox__input {
&.is-checked,
&.is-indeterminate {
.el-checkbox__inner {
background-color: @blue;
border-color: @blue;
}
}
&.is-focus {
.el-checkbox__inner {
border-color: @blue;
}
}
&.is-checked + .el-checkbox__label {
color: @gray02;
}
}
/* checkbox end*/
/* radio start */
.el-radio {
color: @gray01;
}
.el-radio__input.is-checked {
& + .el-radio__label {
color: @gray01;
}
.el-radio__inner {
border-color: @blue;
background-color: @blue;
}
}
.el-radio__inner:hover {
border-color: @blue;
}
.el-radio-group:not(.specter) .el-radio-button {
.el-radio-button__inner {
border: 1px solid #dcdfe6;
}
&.is-active .el-radio-button__inner {
border-color: @blue;
}
&:not(.is-active) .el-radio-button__inner:hover {
color: @blue;
border-color: @blue;
}
}
.el-radio-button:not(.is-active) .el-radio-button__orig-radio:checked + .el-radio-button__inner {
border-color: @blue;
background-color: @blue;
&:hover {
color: #fff;
}
}
.el-radio-group.specter {
.is-active {
.el-radio-button__inner {
color: @blue;
background-color: transparent;
}
}
}
/* radio end */
/* input start */
.el-input__inner {
padding: 0 12px;
height: 32px;
font-size: 14px;
line-height: 32px;
color: @gray01;
border-color: @gray-border;
&:hover {
border-color: @gray-placeholder;
}
}
.el-input--prefix .el-input__inner {
padding-left: 30px;
}
.el-input--suffix .el-input__inner {
padding-right: 30px;
}
.el-input.is-disabled .el-input__inner {
border-color: @gray-border;
}
.el-textarea__inner {
color: @gray01;
resize: none;
border-color: @gray-border;
&:focus {
border-color: @blue;
}
}
.el-input__count {
font-size: 12px;
color: #c0c4cc;
line-height: normal;
}
.el-cascader .el-input .el-input__inner:focus,
.el-cascader .el-input.is-focus .el-input__inner,
.el-input.is-active .el-input__inner,
.el-input__inner:focus {
border-color: @blue;
}
/* 可清空的输入框 清空按钮 */
.el-input__suffix .el-icon-error {
cursor: pointer;
}
/* input end */
/* input-number start */
.el-input-number {
// width: 90px;
line-height: 32px;
.el-input-number__decrease,
.el-input-number__increase {
line-height: 30px;
&:hover {
color: @blue;
}
&:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled) {
border-color: @blue;
}
}
&.is-controls-right {
&:hover {
.el-input-number__decrease,
.el-input-number__increase {
opacity: 1;
}
}
.el-input__inner {
text-align: left;
padding-left: 12px;
padding-right: 20px;
}
.el-input-number__decrease,
.el-input-number__increase {
width: 20px;
line-height: 15px;
opacity: 0;
transition: opacity 0.5s;
&:hover {
color: @blue;
&:not(.is-disabled)
~ .el-input
.el-input__inner:not(.is-disabled):not(:focus) {
border-color: @gray-border;
}
}
}
}
}
/* input-number end */
/* switch start */
.el-switch.is-checked .el-switch__core {
border-color: @blue;
background-color: @blue;
}
.el-switch__label.is-active {
color: @blue;
}
/* switch end */
/* select start */
.el-select {
.el-input {
border: none;
&.is-focus .el-input__inner {
border-color: @blue;
}
.el-input__inner {
border: 1px solid @gray-border;
}
}
.el-tag__close.el-icon-close {
background-color: transparent;
}
}
.el-select-dropdown__item.selected {
color: @blue;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
color: @blue;
}
/* select end */
/* time select start */
.time-select-item.selected:not(.disabled),
.el-range-editor.is-active,
.el-range-editor.is-active:hover {
border-color: @blue;
}
.el-range-editor:not(.is-disabled) {
.el-range-input {
color: @gray01;
}
.el-range-separator {
width: auto;
color: @gray03;
}
.el-range__icon {
line-height: 30px;
}
.el-icon-time,
.el-icon-date {
color: @gray03;
}
}
/* time select end */
/* date picker start */
.el-date-table {
td.today:not(.end-date):not(.start-date) span {
color: @blue;
}
td.start-date span,
td.end-date span {
background-color: @blue;
}
}
.el-date-editor .el-range__close-icon {
line-height: 30px;
}
.el-picker-panel__icon-btn:hover {
color: @blue;
}
/* date picker end */
/* date time picker start*/
.el-date-table td.available:hover {
color: @blue;
}
.el-date-table td.current:not(.disabled) span {
color: #fff;
background-color: @blue;
}
/* date time picker end */
/* tag start */
.el-tag {
display: inline-flex;
align-items: center;
padding: 0 8px;
height: 22px;
line-height: 22px;
border-radius: 2px;
+ .el-tag {
margin-left: 6px;
}
.el-icon-close {
top: 0;
}
}
.el-tag--dark {
background-color: @blue;
border-color: @blue;
.el-tag__close:hover {
background-color: transparent;
}
&.el-tag--success {
background-color: @green-success;
border-color: @green-success;
}
&.el-tag--info {
background-color: @gray02;
border-color: @gray02;
}
&.el-tag--danger {
background-color: @red-error;
border-color: @red-error;
}
&.el-tag--warning {
background-color: @yellow-warning;
border-color: @yellow-warning;
}
&.el-tag--cyan {
background-color: #13c2c2;
border-color: #13c2c2;
}
&.el-tag--greekblue {
background-color: #2f54eb;
border-color: #2f54eb;
}
}
.el-tag--plain, .el-tag--light {
color: @blue;
background-color: #e6f7ff;
border-color: #91d5ff;
.el-tag__close:hover {
color: inherit;
background-color: transparent;
}
&.el-tag--success {
color: @green-success;
background-color: #f6ffed;
border-color: #b7eb8f;
}
&.el-tag--info {
color: @gray02;
border-color: @gray-tab;
background-color: #fafafa;
}
&.el-tag--danger {
color: @red-error;
background-color: #fff1f0;
border-color: #ffa39e;
}
&.el-tag--warning {
color: @yellow-warning;
background-color: #fff7e6;
border-color: #ffd591;
}
&.el-tag--cyan {
color: #13c2c2;
background-color: #e6fffb;
border-color: #87e8de;
}
&.el-tag--greekblue {
color: #2f54eb;
background-color: #f0f5ff;
border-color: #adc6ff;
}
}
/* tag end */
/* tabs start */
.el-tabs__active-bar {
display: none;
}
.el-tabs--bottom, .el-tabs--top {
.el-tabs__item.is-bottom:nth-child(2),
.el-tabs__item.is-top:nth-child(2) {
padding-left: 20px;
}
}
.el-tabs--bottom, .el-tabs--top {
.el-tabs__item.is-bottom:last-child,
.el-tabs__item.is-top:last-child{
padding-right: 20px;
}
}
.el-tabs:not(.el-tabs--card):not(.el-tabs--border-card) {
.el-tabs__item {
position: relative;
color: @gray02;
&.is-active {
color: @blue;
&::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
margin: 0 auto;
width: 100%;
animation: diffuse 0.5s;
border-top: 2px solid @blue;
}
}
}
}
.el-tabs.el-tabs--card {
>.el-tabs__header .el-tabs__nav {
border: none;
}
.el-tabs__item {
padding: 0 15px;
color: @gray02;
border: 1px solid #E4E7ED;
border-radius: 5px 5px 0 0;
background-color: #f2f3f7;
+.el-tabs__item {
margin-left: 4px;
}
&.is-active {
color: @blue;
border-bottom: none;
background-color: #fff;
&::before {
content: "";
position: absolute;
top: -1px;
left: 0;
right: 0;
z-index: 1;
margin: 0 auto;
width: 100%;
animation: diffuse 0.5s;
border-top: 2px solid @blue;
}
}
}
}
.el-tabs__header {
margin-bottom: 20px;
}
.el-tabs__nav-wrap::after {
height: 1px;
}
@keyframes diffuse {
from {
width: 0;
}
to {
width: 100%;
}
}
// }
/* tabs end */
/* table start */
// 解决使用表格固定列时,表格未超宽情况下,固定列底部有一条线的bug
:not(.el-table--scrollable-x) .el-table__body-wrapper {
&.is-scrolling-left~.el-table__fixed,
&.is-scrolling-none~.el-table__fixed,
&.is-scrolling-none~.el-table__fixed-right,
&.is-scrolling-right~.el-table__fixed-right {
&::before {
display: none;
}
}
}
.el-table {
font-size: 14px;
th {
background-color: @gray-thead;
.cell {
padding-right: 0;
font-size: 14px;
font-weight: 500;
color: @gray01;
}
}
.table-header__handle .cell {
display: flex;
justify-content: space-between;
align-items: center;
.el-icon-setting {
display: flex;
justify-content: center;
align-items: center;
width: 47px;
height: 47px;
font-size: 20px;
background-color: #e2e4e8;
color: #999;
cursor: pointer;
&::before {
content: "\e6ca";
}
}
}
.table-header__dropdown .cell {
padding-left: 0;
display: flex;
.el-dropdown {
padding-left: 0;
.icongengduo {
font-size: 12px;
color: @gray-border;
}
}
}
}
.el-table .cell,
.el-table th div,
.el-table--border td:first-child .cell,
.el-table--border th:first-child .cell {
padding-left: 20px;
}
/* table end */
/* table-empty start */
.el-table__empty-block {
height: 256px;
.el-table__empty-text {
line-height: normal;
&::before {
content: "";
display: block;
margin: 0 auto 22px;
width: 60px;
height: 60px;
background: url("../images/no-data_icon.png") no-repeat center;
}
}
}
/* table-empty end */
/* alert start */
.el-alert {
padding: 8px 16px;
}
.el-alert--success.is-light {
background-color: #f6ffed;
border: 1px solid #b7eb8f;
color: @green-success;
}
.el-alert--info.is-light {
color: @blue;
background-color: #e6f7ff;
border: 1px solid #91d5ff;
}
.el-alert--warning.is-light {
color: @yellow-warning;
background-color: #fffbe6;
border: 1px solid #ffe58f;
}
.el-alert--error.is-light {
color: @red-error;
background-color: #fff1f0;
border: 1px solid #ffa39e;
}
.el-alert--success.is-dark {
background-color: @green-success;
}
.el-alert--info.is-dark {
background-color: @blue;
}
.el-alert--warning.is-dark {
background-color: @yellow-warning;
}
.el-alert--error.is-dark {
background-color: @red-error;
}
.is-light .el-alert__content {
color: @gray02;
font-size: 14px;
.el-alert__title {
font-size: 14px;
}
}
/* alert end*/
/* form start */
.el-form-item {
margin-bottom: 20px;
&:last-child {
margin-bottom: 0;
}
}
.el-form-item.is-error .el-input__inner,
.el-form-item.is-error .el-input__inner:focus,
.el-form-item.is-error .el-textarea__inner,
.el-form-item.is-error .el-textarea__inner:focus,
.el-message-box__input input.invalid,
.el-message-box__input input.invalid:focus {
border-color: @red-error;
}
// .el-form-item.is-success .el-input__inner,
// .el-form-item.is-success .el-input__inner:focus,
// .el-form-item.is-success .el-textarea__inner,
// .el-form-item.is-success .el-textarea__inner:focus {
// border-color: @gray-border;
// }
.el-form-item__error {
color: @red-error;
}
.el-form-item__label {
line-height: 32px;
&::after {
content: ":";
}
}
.el-form-item__content,
.el-input__icon {
line-height: 32px;
}
/* form end */
/* 状态点 start */
.state-point {
display: flex;
align-items: center;
&::before {
content: "";
display: block;
margin-right: 6px;
width: 6px;
height: 6px;
border-radius: 6px;
}
}
.state-point-success::before {
background-color: @green-success;
}
.state-point-error::before {
background-color: @red-error;
}
.state-point-default::before {
background-color: #d9d9d9;
}
.state-point-warning::before {
background-color: @yellow-warning;
}
.state-point-loading::before {
background-color: @blue;
}
.state-point-loading-scale::before {
background-color: @blue;
animation: stateScale 1.2s ease-in-out infinite;
}
@keyframes stateScale {
from {
transform: scale(0.8);
box-shadow: 0 0 0 0 rgba(24, 144, 255, 0.1), 0 0 0 1px #fff,
0 0 0 0 rgba(24, 144, 255, 0.6);
}
to {
transform: scale(1);
box-shadow: 0 0 0px 2px rgba(24, 144, 255, 0.1), 0 0 0 2px #fff,
0 0 0 3px rgba(24, 144, 255, 0.6);
}
}
/* 状态点 end */
/* dialog start */
.el-dialog {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
.el-dialog__body {
padding: 20px;
}
.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
color: @blue;
}
/* dialog end */
/* progress start */
.el-progress-bar__inner {
background-color: @blue;
}
.el-progress.is-exception {
.el-progress-bar__inner {
background-color: @red-error;
}
.el-progress__text {
color: @red-error;
}
}
.el-progress.is-success {
.el-progress-bar__inner {
background-color: @green-success;
}
.el-progress__text {
color: @green-success;
}
}
/* progress end*/
/* cascader start */
.el-cascader {
line-height: 32px;
}
.el-cascader-panel {
max-width: 720px;
overflow-x: auto;
}
.el-cascader-node {
&.in-active-path,
&.is-active,
&.is-selectable.in-checked-path {
color: @blue;
}
}
.el-cascader__tags .el-tag .el-icon-close {
background: transparent;
color: inherit;
}
/* cascader end */
/* menu start */
.el-menu-item.is-active {
color: @blue;
}
/* menu end */
/* message start */
.el-message {
top: 20px !important;
padding: 8px 16px;
.el-message__content {
color: @gray02;
}
.el-icon-info {
color: @blue;
}
}
.el-message--success {
background-color: #f6ffed;
border-color: #b7eb8f;
}
.el-message--error {
background-color: #fff1f0;
border-color:#ffa39e;
}
.el-message-warning {
background-color: #fffbe6;
border-color: #ffe58f;
}
.el-message--info {
background-color:#E6F7FF;
border-color:#91D5FF;
}
/* message end */
/* tooltip start */
.tooltip-icon {
font-weight: inherit;
padding: 2px 0;
border-bottom: 1px dashed @blue;
}
/* tooltip end */
}
@import './public.css';
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-weight: normal;
vertical-align: baseline;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* custom */
a {
color: #7e8c8d;
text-decoration: none;
-webkit-backface-visibility: hidden;
}
.a-href {
color: #409EFF;
cursor: pointer;
}
li {
list-style: none;
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
-webkit-border-radius: 6px;
border-radius: 6px;
/*background: #e4e7ed;*/
/*background-color: rgba(0, 0, 0, 0.1)*/
}
::-webkit-scrollbar-track {
/*background: #f5f7fa;*/
-webkit-border-radius: 6px;
border-radius: 6px;
}
::-webkit-scrollbar-track-piece {
/*background-color: rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;*/
}
::-webkit-scrollbar-thumb {
background: #c0c4cc;
-webkit-border-radius: 6px;
border-radius: 6px;
background-color: rgba(0, 0, 0, 0.1)
}
@-moz-document url-prefix(http: //),url-prefix(https://) {
/* 滚动条颜色 */
scrollbar {
-moz-appearance: none !important;
width: 5px;
height: 5px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
/* 滚动条按钮颜色 */
thumb, scrollbarbutton {
-moz-appearance: none !important;
}
/* 鼠标悬停时按钮颜色 */
thumb:hover, scrollbarbutton:hover {
-moz-appearance: none !important;
}
/* 隐藏上下箭头 */
scrollbarbutton {
display: none !important;
}
/* 纵向滚动条宽度 */
scrollbar[orient="vertical"] {
/*min-width: 15px !important;*/
}
}
scrollbar {
/* clear useragent default style*/
-moz-appearance: none !important;
}
/* buttons at two ends */
scrollbarbutton {
-moz-appearance: none !important;
}
/* the sliding part*/
thumb {
-moz-appearance: none !important;
}
scrollcorner {
-moz-appearance: none !important;
resize: both;
}
/* vertical or horizontal */
scrollbar[orient="vertical"] {
color: silver;
}
-moz-scrollbar-track {
width: 5px;
border: none;
background: #ff0000;
}
-moz-scrollbar-face {
width: 5px;
border: none;
background: #ff0000;
}
-moz-scrollbar-arrow {
width: 5px;
border: none;
background: #ff0000;
}
-moz-scrollbar {
-moz-scrollbar-width: 15px;
-moz-scrollbar-border: 1px solid black;
-moz-scrollbar-background-color: white;
-moz-scrollbar-track-background-color: silver;
-moz-scrollbar-arrow-background-color: silver;
-moz-scrollbar-arrow-color: blue;
}
/*::-webkit-scrollbar-button {
color: #c8cbd3;
}*/
html,
body {
width: 100%;
}
body {
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input:focus {
box-shadow: none;
outline: none;
}
.btn-default {
color: #333;
border: 1px solid #ddd;
background-color: #f7f7f7;
cursor: pointer;
}
.btn {
font-size: 12px;
border-radius: 2px;
padding: 8px 16px;
height: 32px;
line-height: 14px;
}
.btn-new {
color: #333;
border: 1px solid #fede29;
background-color: #fede29;
}
.fl {
float: left;
}
.fr {
float: right;
}
.clearfix:before, .clearfix:after {
display: block;
visibility: hidden;
height: 0;
content: "";
clear: both;
}
.clearfix {
zoom: 1;
}
.inline-block {
display: inline-block;
}
.block {
display: block;
}
.pointer {
cursor: pointer;
}
.bdr-box {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.border-box {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.border-radius-18 {
border-radius: 18px;
}
.t-rt {
text-align: right;
}
.t-ct {
text-align: center;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.color-fff {
color: #fff;
}
.color-5584FF {
color: #5584FF;
}
.c-909399 {
color: #909399;
}
.c-303133 {
color: #303133;
}
.color-c0c4cc {
color: #c0c4cc;
}
.color-606266 {
color: #606266;
}
.color-303133 {
color: #303133;
}
.color-f56c6c {
color: #f56c6c;
}
.color-909399 {
color: #909399;
}
.p-0 {
padding: 0;
}
.p-20 {
padding: 20px;
}
.p-24 {
padding: 24px;
}
.p-60 {
padding: 60px;
}
.p-45 {
padding: 45px;
}
.p-l-4 {
padding-left: 4px;
}
.p-l-6 {
padding-left: 6px;
}
.p-l-8 {
padding-left: 8px;
}
.p-l-10 {
padding-left: 10px;
}
.p-l-14 {
padding-left: 14px;
}
.p-l-15 {
padding-left: 15px;
}
.p-l-20 {
padding-left: 20px;
}
.p-l-40 {
padding-left: 40px;
}
.p-l-60 {
padding-left: 60px;
}
.p-l-110 {
padding-left: 110px;
}
.p-lr-10 {
padding: 0 10px;
}
.p-lr-11 {
padding: 0 11px;
}
.p-r-6 {
padding-right: 6px;
}
.p-r-10 {
padding-right: 10px;
}
.p-r-14 {
padding-right: 14px;
}
.p-t-12 {
padding-top: 12px;
}
.p-t-35 {
padding-top: 35px;
}
.p-t-185 {
padding-top: 185px;
}
.m-l-10 {
margin-left: 10px;
}
.m-l-16 {
margin-left: 16px;
}
.m-t-8 {
margin-top: 8px;
}
.m-t-10 {
margin-top: 10px;
}
.m-t-14 {
margin-top: 14px;
}
.m-t-15 {
margin-top: 15px;
}
.m-t-18 {
margin-top: 18px;
}
.m-t-20 {
margin-top: 20px;
}
.m-t-22 {
margin-top: 22px;
}
.m-t-24 {
margin-top: 24px;
}
.m-t-30 {
margin-top: 30px;
}
.m-t-44 {
margin-top: 44px;
}
.m-t-46 {
margin-top: 46px;
}
.m-r-10 {
margin-right: 10px;
}
.m-r-20 {
margin-right: 20px;
}
.m-b-10 {
margin-bottom: 10px;
}
.m-b-16 {
margin-bottom: 16px;
}
.m-b-18 {
margin-bottom: 18px;
}
.m-b-20 {
margin-bottom: 20px;
}
.m-b-23 {
margin-bottom: 23px;
}
.m-b-48 {
margin-bottom: 48px;
}
.m-b-60 {
margin-bottom: 60px;
}
.m-20 {
margin: 20px;
}
.font-0 .el-form-item__content, .dialog-footer {
font-size: 0;
}
.font-0 {
font-size: 0;
}
.font-12 {
font-size: 12px;
}
.font-13 {
font-size: 13px;
}
.font-14 {
font-size: 14px;
}
.font-16 {
font-size: 16px;
}
.font-20 {
font-size: 20px;
}
.font-30 {
font-size: 30px;
}
.font-w-500 {
font-weight: 500;
}
.font-w-700 {
font-weight: 700;
}
.line-h-1 {
line-height: 1;
}
.w-80 {
width: 80px;
}
.w-105 {
width: 105px;
}
.w-118 {
width: 118px;
}
.w-130 {
width: 130px;
}
.w-157 {
width: 157px;
}
.w-264 {
width: 264px;
}
.w-250 {
width: 250px;
}
.w-320 {
width: 320px;
}
.w-500 {
width: 500px;
}
.el-input.w-500 {
width: 500px;
}
.w-680 {
width: 680px;
}
.inline-block {
display: inline-block;
}
.block {
display: block;
}
/* flex */
.flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.flex-1 {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.flex-column {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
}
.flex-row {
-webkit-flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
-o-flex-direction: row;
flex-direction: row;
}
.flex-align-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.flex-pack-center {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.flex-start {
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-o-justify-content: flex-start;
justify-content: flex-start;
}
.flex-wrap {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-space-between {
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-o-justify-content: space-between;
justify-content: space-between;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
background-color: rgb(250, 255, 189);
/* #FAFFBD; */
background-image: none;
color: rgb(0, 0, 0);
}
/*提示文字*/
.tip-text {
font-size: 12px;
color: #909399;
position: absolute;
bottom: -30px;
}
.el-form .el-form-item.is-success .el-input__inner, .el-form .el-form-item.is-success .el-input__inner:focus, .el-form .el-form-item.is-success .el-textarea__inner, .el-form .el-form-item.is-success .el-textarea__inner:focus {
border-color: #dcdfe6;
}
/* 头部菜单 */
.user-item {
padding: 10px 0;
color: #606266;
}
.user-item:hover {
background-color: #ecf5ff;
cursor: pointer;
}
.user-item:hover a {
color: #5584FF;
}
/* 1px */
.border-bottom-1 {
position: relative;
}
.border-bottom-1:after {
content: " ";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 0;
border-top: 1px solid #eef1f8;
color: #eef1f8;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
/* 主体 */
.nav-wrap .el-breadcrumb__separator {
color: #A0A2AD;
}
/* 上传 */
.single-upload-wrap .avatar-uploader .el-upload:hover {
border-color: #1890ff;
}
/* 表格 选择当页/全部 */
.el-table__header-wrapper thead .el-dropdown-link {
cursor: pointer;
}
.el-table__header-wrapper thead .el-dropdown-link i {
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.el-table__header-wrapper thead .el-dropdown-link i:hover {
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
transform: rotate(180deg);
}
.el-table__header-wrapper thead .el-dropdown-link i:visited {
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
/* 弹窗 */
.edit-dialog .el-form-item__label {
color: #606266;
}
.edit-dialog .el-form-item__content {
color: #303133;
}
.el-table th>.cell {
font-weight: 500;
color: #303133;
}
.el-table td .cell {
text-overflow: clip;
}
.el-table tr td {
padding: 6px 0;
}
.el-tabs__header .el-tabs__nav-wrap::after {
height:1px;
}
.back-table-left .el-table .cell {
line-height: 32px;
}
@base-color: #353944;
@hover-color: #3c92eb;
@hoverbg-color: #20242d;
@main-color: #5584ff;
@navbgcolor: #04143a;
@sidebgcolor: #343c4c;
@userinfobgcolor: #ecf5ff;
@contentbgcolor: #f5f7fa;
@bordercolor: #dcdfe6;
@customnavcolor: #04143a;
@btnbgcolor: #f5f7fa;
@iconbgcolor: #e6e9f2;
.flex1(@width,@height) {
flex: 0 0 @width;
width: @width;
height: @height;
}
/* 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;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>IconFont Demo</title>
<link rel="shortcut icon" href="https://gtms04.alicdn.com/tps/i4/TB1_oz6GVXXXXaFXpXXJDFnIXXX-64-64.ico" type="image/x-icon"/>
<link rel="stylesheet" href="https://g.alicdn.com/thx/cube/1.3.2/cube.min.css">
<link rel="stylesheet" href="demo.css">
<link rel="stylesheet" href="iconfont.css">
<script src="iconfont.js"></script>
<!-- jQuery -->
<script src="https://a1.alicdn.com/oss/uploads/2018/12/26/7bfddb60-08e8-11e9-9b04-53e73bb6408b.js"></script>
<!-- 代码高亮 -->
<script src="https://a1.alicdn.com/oss/uploads/2018/12/26/a3f714d0-08e6-11e9-8a15-ebf944d7534c.js"></script>
</head>
<body>
<div class="main">
<h1 class="logo"><a href="https://www.iconfont.cn/" title="iconfont 首页" target="_blank">&#xe86b;</a></h1>
<div class="nav-tabs">
<ul id="tabs" class="dib-box">
<li class="dib active"><span>Unicode</span></li>
<li class="dib"><span>Font class</span></li>
<li class="dib"><span>Symbol</span></li>
</ul>
<a href="https://www.iconfont.cn/manage/index?manage_type=myprojects&projectId=1298556" target="_blank" class="nav-more">查看项目</a>
</div>
<div class="tab-container">
<div class="content unicode" style="display: block;">
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont">&#xe60f;</span>
<div class="name">切换</div>
<div class="code-name">&amp;#xe60f;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe61a;</span>
<div class="name">插件管理</div>
<div class="code-name">&amp;#xe61a;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe601;</span>
<div class="name">添加</div>
<div class="code-name">&amp;#xe601;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe610;</span>
<div class="name">权限管理</div>
<div class="code-name">&amp;#xe610;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe61c;</span>
<div class="name">错误</div>
<div class="code-name">&amp;#xe61c;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe638;</span>
<div class="name">next</div>
<div class="code-name">&amp;#xe638;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe61b;</span>
<div class="name">发布</div>
<div class="code-name">&amp;#xe61b;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe604;</span>
<div class="name">环境管理</div>
<div class="code-name">&amp;#xe604;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6e0;</span>
<div class="name">api (1)</div>
<div class="code-name">&amp;#xe6e0;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe600;</span>
<div class="name">下 拉</div>
<div class="code-name">&amp;#xe600;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6b8;</span>
<div class="name">日志管理</div>
<div class="code-name">&amp;#xe6b8;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6df;</span>
<div class="name">数据风控预警平台</div>
<div class="code-name">&amp;#xe6df;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe67f;</span>
<div class="name">概览</div>
<div class="code-name">&amp;#xe67f;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe885;</span>
<div class="name">箭头-左</div>
<div class="code-name">&amp;#xe885;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe8b2;</span>
<div class="name">账号</div>
<div class="code-name">&amp;#xe8b2;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe8b3;</span>
<div class="name">密码</div>
<div class="code-name">&amp;#xe8b3;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe8b4;</span>
<div class="name">下 拉</div>
<div class="code-name">&amp;#xe8b4;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe8b5;</span>
<div class="name">收起</div>
<div class="code-name">&amp;#xe8b5;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe8b6;</span>
<div class="name">im</div>
<div class="code-name">&amp;#xe8b6;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe8dd;</span>
<div class="name">ahas</div>
<div class="code-name">&amp;#xe8dd;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe8de;</span>
<div class="name">开放平台</div>
<div class="code-name">&amp;#xe8de;</div>
</li>
</ul>
<div class="article markdown">
<h2 id="unicode-">Unicode 引用</h2>
<hr>
<p>Unicode 是字体在网页端最原始的应用方式,特点是:</p>
<ul>
<li>兼容性最好,支持 IE6+,及所有现代浏览器。</li>
<li>支持按字体的方式去动态调整图标大小,颜色等等。</li>
<li>但是因为是字体,所以不支持多色。只能使用平台里单色的图标,就算项目里有多色图标也会自动去色。</li>
</ul>
<blockquote>
<p>注意:新版 iconfont 支持多色图标,这些多色图标在 Unicode 模式下将不能使用,如果有需求建议使用symbol 的引用方式</p>
</blockquote>
<p>Unicode 使用步骤如下:</p>
<h3 id="-font-face">第一步:拷贝项目下面生成的 <code>@font-face</code></h3>
<pre><code class="language-css"
>@font-face {
font-family: 'iconfont';
src: url('iconfont.eot');
src: url('iconfont.eot?#iefix') format('embedded-opentype'),
url('iconfont.woff2') format('woff2'),
url('iconfont.woff') format('woff'),
url('iconfont.ttf') format('truetype'),
url('iconfont.svg#iconfont') format('svg');
}
</code></pre>
<h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
<pre><code class="language-css"
>.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</code></pre>
<h3 id="-">第三步:挑选相应图标并获取字体编码,应用于页面</h3>
<pre>
<code class="language-html"
>&lt;span class="iconfont"&gt;&amp;#x33;&lt;/span&gt;
</code></pre>
<blockquote>
<p>"iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。</p>
</blockquote>
</div>
</div>
<div class="content font-class">
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont iconicon-qihuan"></span>
<div class="name">
切换
</div>
<div class="code-name">.iconicon-qihuan
</div>
</li>
<li class="dib">
<span class="icon iconfont iconchajianguanli"></span>
<div class="name">
插件管理
</div>
<div class="code-name">.iconchajianguanli
</div>
</li>
<li class="dib">
<span class="icon iconfont iconadd"></span>
<div class="name">
添加
</div>
<div class="code-name">.iconadd
</div>
</li>
<li class="dib">
<span class="icon iconfont iconquanxian"></span>
<div class="name">
权限管理
</div>
<div class="code-name">.iconquanxian
</div>
</li>
<li class="dib">
<span class="icon iconfont iconcuowu"></span>
<div class="name">
错误
</div>
<div class="code-name">.iconcuowu
</div>
</li>
<li class="dib">
<span class="icon iconfont iconnext"></span>
<div class="name">
next
</div>
<div class="code-name">.iconnext
</div>
</li>
<li class="dib">
<span class="icon iconfont iconfabu"></span>
<div class="name">
发布
</div>
<div class="code-name">.iconfabu
</div>
</li>
<li class="dib">
<span class="icon iconfont iconhuanjingguanli"></span>
<div class="name">
环境管理
</div>
<div class="code-name">.iconhuanjingguanli
</div>
</li>
<li class="dib">
<span class="icon iconfont iconapi"></span>
<div class="name">
api (1)
</div>
<div class="code-name">.iconapi
</div>
</li>
<li class="dib">
<span class="icon iconfont iconxiala"></span>
<div class="name">
下 拉
</div>
<div class="code-name">.iconxiala
</div>
</li>
<li class="dib">
<span class="icon iconfont iconrizhiguanli"></span>
<div class="name">
日志管理
</div>
<div class="code-name">.iconrizhiguanli
</div>
</li>
<li class="dib">
<span class="icon iconfont iconRectangleCopy"></span>
<div class="name">
数据风控预警平台
</div>
<div class="code-name">.iconRectangleCopy
</div>
</li>
<li class="dib">
<span class="icon iconfont icongailan-"></span>
<div class="name">
概览
</div>
<div class="code-name">.icongailan-
</div>
</li>
<li class="dib">
<span class="icon iconfont iconjiantou-zuo"></span>
<div class="name">
箭头-左
</div>
<div class="code-name">.iconjiantou-zuo
</div>
</li>
<li class="dib">
<span class="icon iconfont iconzhanghao"></span>
<div class="name">
账号
</div>
<div class="code-name">.iconzhanghao
</div>
</li>
<li class="dib">
<span class="icon iconfont iconmima"></span>
<div class="name">
密码
</div>
<div class="code-name">.iconmima
</div>
</li>
<li class="dib">
<span class="icon iconfont iconxiala1"></span>
<div class="name">
下 拉
</div>
<div class="code-name">.iconxiala1
</div>
</li>
<li class="dib">
<span class="icon iconfont iconshouqi"></span>
<div class="name">
收起
</div>
<div class="code-name">.iconshouqi
</div>
</li>
<li class="dib">
<span class="icon iconfont iconim"></span>
<div class="name">
im
</div>
<div class="code-name">.iconim
</div>
</li>
<li class="dib">
<span class="icon iconfont iconahas"></span>
<div class="name">
ahas
</div>
<div class="code-name">.iconahas
</div>
</li>
<li class="dib">
<span class="icon iconfont iconkaifangpingtai"></span>
<div class="name">
开放平台
</div>
<div class="code-name">.iconkaifangpingtai
</div>
</li>
</ul>
<div class="article markdown">
<h2 id="font-class-">font-class 引用</h2>
<hr>
<p>font-class 是 Unicode 使用方式的一种变种,主要是解决 Unicode 书写不直观,语意不明确的问题。</p>
<p>与 Unicode 使用方式相比,具有如下特点:</p>
<ul>
<li>兼容性良好,支持 IE8+,及所有现代浏览器。</li>
<li>相比于 Unicode 语意明确,书写更直观。可以很容易分辨这个 icon 是什么。</li>
<li>因为使用 class 来定义图标,所以当要替换图标时,只需要修改 class 里面的 Unicode 引用。</li>
<li>不过因为本质上还是使用的字体,所以多色图标还是不支持的。</li>
</ul>
<p>使用步骤如下:</p>
<h3 id="-fontclass-">第一步:引入项目下面生成的 fontclass 代码:</h3>
<pre><code class="language-html">&lt;link rel="stylesheet" href="./iconfont.css"&gt;
</code></pre>
<h3 id="-">第二步:挑选相应图标并获取类名,应用于页面:</h3>
<pre><code class="language-html">&lt;span class="iconfont iconxxx"&gt;&lt;/span&gt;
</code></pre>
<blockquote>
<p>"
iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。</p>
</blockquote>
</div>
</div>
<div class="content symbol">
<ul class="icon_lists dib-box">
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconicon-qihuan"></use>
</svg>
<div class="name">切换</div>
<div class="code-name">#iconicon-qihuan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconchajianguanli"></use>
</svg>
<div class="name">插件管理</div>
<div class="code-name">#iconchajianguanli</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconadd"></use>
</svg>
<div class="name">添加</div>
<div class="code-name">#iconadd</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconquanxian"></use>
</svg>
<div class="name">权限管理</div>
<div class="code-name">#iconquanxian</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconcuowu"></use>
</svg>
<div class="name">错误</div>
<div class="code-name">#iconcuowu</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconnext"></use>
</svg>
<div class="name">next</div>
<div class="code-name">#iconnext</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconfabu"></use>
</svg>
<div class="name">发布</div>
<div class="code-name">#iconfabu</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconhuanjingguanli"></use>
</svg>
<div class="name">环境管理</div>
<div class="code-name">#iconhuanjingguanli</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconapi"></use>
</svg>
<div class="name">api (1)</div>
<div class="code-name">#iconapi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconxiala"></use>
</svg>
<div class="name">下 拉</div>
<div class="code-name">#iconxiala</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconrizhiguanli"></use>
</svg>
<div class="name">日志管理</div>
<div class="code-name">#iconrizhiguanli</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconRectangleCopy"></use>
</svg>
<div class="name">数据风控预警平台</div>
<div class="code-name">#iconRectangleCopy</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icongailan-"></use>
</svg>
<div class="name">概览</div>
<div class="code-name">#icongailan-</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconjiantou-zuo"></use>
</svg>
<div class="name">箭头-左</div>
<div class="code-name">#iconjiantou-zuo</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconzhanghao"></use>
</svg>
<div class="name">账号</div>
<div class="code-name">#iconzhanghao</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconmima"></use>
</svg>
<div class="name">密码</div>
<div class="code-name">#iconmima</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconxiala1"></use>
</svg>
<div class="name">下 拉</div>
<div class="code-name">#iconxiala1</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconshouqi"></use>
</svg>
<div class="name">收起</div>
<div class="code-name">#iconshouqi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconim"></use>
</svg>
<div class="name">im</div>
<div class="code-name">#iconim</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconahas"></use>
</svg>
<div class="name">ahas</div>
<div class="code-name">#iconahas</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconkaifangpingtai"></use>
</svg>
<div class="name">开放平台</div>
<div class="code-name">#iconkaifangpingtai</div>
</li>
</ul>
<div class="article markdown">
<h2 id="symbol-">Symbol 引用</h2>
<hr>
<p>这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇<a href="">文章</a>
这种用法其实是做了一个 SVG 的集合,与另外两种相比具有如下特点:</p>
<ul>
<li>支持多色图标了,不再受单色限制。</li>
<li>通过一些技巧,支持像字体那样,通过 <code>font-size</code>, <code>color</code> 来调整样式。</li>
<li>兼容性较差,支持 IE9+,及现代浏览器。</li>
<li>浏览器渲染 SVG 的性能一般,还不如 png。</li>
</ul>
<p>使用步骤如下:</p>
<h3 id="-symbol-">第一步:引入项目下面生成的 symbol 代码:</h3>
<pre><code class="language-html">&lt;script src="./iconfont.js"&gt;&lt;/script&gt;
</code></pre>
<h3 id="-css-">第二步:加入通用 CSS 代码(引入一次就行):</h3>
<pre><code class="language-html">&lt;style&gt;
.icon {
width: 1em;
height: 1em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
&lt;/style&gt;
</code></pre>
<h3 id="-">第三步:挑选相应图标并获取类名,应用于页面:</h3>
<pre><code class="language-html">&lt;svg class="icon" aria-hidden="true"&gt;
&lt;use xlink:href="#icon-xxx"&gt;&lt;/use&gt;
&lt;/svg&gt;
</code></pre>
</div>
</div>
</div>
</div>
<script>
$(document).ready(function () {
$('.tab-container .content:first').show()
$('#tabs li').click(function (e) {
var tabContent = $('.tab-container .content')
var index = $(this).index()
if ($(this).hasClass('active')) {
return
} else {
$('#tabs li').removeClass('active')
$(this).addClass('active')
tabContent.hide().eq(index).fadeIn()
}
})
})
</script>
</body>
</html>
@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1566960785507'); /* IE9 */
src: url('iconfont.eot?t=1566960785507#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAA3cAAsAAAAAGQwAAA2MAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCFWAqgZJlpATYCJANYCy4ABCAFhG0HggIbmRQzo3aTtPJA9l8XbyygHpyWFbKFnYMEHDDxvFeDJ3CspNOHQes6fLBOzgffgi2feawVvTzLkmUZ67ocD/T79TtXnugu4hJFp+NRZTpRPEEmZEKHxHQaoXx2hkx+w9M2/91Redixsh/GwIwFuolbY51VCNpn1KpxVaC4Kgvr57JgkXVMl7z5sDIsr+NPNZvEpvZKDrhgeQIV/d+c2VdclIKtYahLQKd9ezIMkJMyL1lX6SrLgSEwFCGwCDOMsA109Iyf5g3oOQBA0NTV1tf+d620m0OLVEoJhblXqzI3S5n8hV/OEeeIi6gIjKyrmzlg8CdLIGSF7fM10tdgOcaBFcSqEFnm0zkxAa3N3CCXTq5uWV/GjYBmL0gB66dOy4bwoPaWmgGz8NVGdfwcT+OL//vDP8dDTVQkfFKXHx0XbG8JLAyJmIj6UwOvOYmnHkg4CMgE2LWZv0AK+UFftLqLs2/AWnw2u3opPM6P56wFqHfC3cX7j22YpiwBEj17vJ7ciTi0/vZcBWtZimhr9sSxzkRAqwt9If4LL6oUSoNOrzGamcMIGDFmAoQSa9BDcK/AKmAJKNT6gAAlABmoBvBgMAEfBoAlUARYAVUAa6ACEABUAuqBBsAJoA5wB6gH3MVBGhYtBxlZHDrIjMVhNAccAVoGOAq0HHAMaAVAD7QSYMBlVgFY7Q5wEHALKw4B5T3GPd99HoVIF00GFRXdJ29iHkKRTLxLjalcvfL605i9cUOzql25sh+XL59nflSfi34+z/3FdVoz5hVlm98uOtTXq/ph6Is1j7F9tq0dl81XpskX6rpErbLetXLei21i83WeqcKqXNEsnydUt3Nu7/H5AidBUtVtyUJPs7Kk58hiz8gxhIzas/Nk9nFfg/nszfvJZXopvsceE6rsBc9dQmh8+U2ijyH6YtD3bb66uLra9Tm/GY0C4zZJj8pbWVhZeUM3vZHwBj7sq1COHu9uDToRTbg2e/f3v1vX6bXmX7/deUzc6kA01jGLqVEbR5qZsz/qV+DVxXa//BhmIfA0DQWGMc//fLqx+lK5/ge58IbURQ+6u5a9vrOqtcKg5GagJU3X6sHgCSZ1hB1TGhCCgoD7gJAePLFncvVz8H0eIETIRVTqGP3+o7WMcgXn5qK3wJbocqko1WEhIIrVpVpTY31dkbLbXzHXMpSSey7L/nvm0tqLBy7/z/99ft/FlefCfw6XJ9srEZmeVW26Y381ZmGbJd121ZQf8cQwRahCWIVkjE/M9+qbwovmDSfQg3PZ33pkM73cuk9yv/rwpomV8zP1tk2VxuO5+Vbn5mrziZMZSINaqaH3zQ9K79kfvkQAl5QSEKU4nHIdNFxU3FeLJXfYBQwYCRuxgK+ZgNLzSWGqfyebqcSHCzcbOzaN1F/L32o+sHm81Y0KcF7GNCGER16oknjVBrCNTdxHLNu0FMJvav5spQKvymVVFQLPvIEBAeHzAVeoKiX+RZ3UCSGk3FlhNODcWXzlqUcIDKmPnenNhRRW8psygznITkfsWzOw1+/GFTW+XqNVHVt6I31joSs1uvh65vbyg4hKJkC5/lh6rtmh1FpPZmYb7eD53VkmxmnkNjR/d63FC7Lxl5ntvXhq7YtfeAiw+Fk5vKZ/UIPytPd90zqAVGLMhOvZs+3b3PgwkJKp74nKVy0K9cho10jVIVcay2nZQhtp86wX4jyLI55kMyN4eYUEuVz1TrMQorfhNkVYxzg9oe32hx1tqKiQcV/BHJTixp6ADvE0KnavHZT35IUAwj8xUzce+DNfY43AC8d75iw4S3Ko7Fwsggki5M86JGZ0MafvjmmLP75rT8IbXttwfmxfR16dPbF75wxr0s49wbwWzGrnyEmeUX0EsKPe7CMp30lvSo/lyMfDuxEBdzdWStZH9nDJTe3dfDtl9e0uE8dMOdTp6zc/cZTtfI3yYyAbLs4AZmUV/MrM8to8FVQxdg5DnY1jP51lcvZXJTAKvg/ZEzgNGPXNRu1QDnF6LkaIJk+6SOI0q1qhZYJerk/7WJSeFptkBCavRCHZa7gSNzuyZpe6y1Zq21VYdIMfZR8p9PoJyeRhI3b3vv26gJtbDeB1E2+/emRcQ5kvZxrJOOFhXvbx51e+pnnQX69wjwv11n7GLm60LGeqtpfTdM4TKA/xkIWJcXZKm1hk2iPMZHrfQ5M5hI3L+Bhb3DZWIj9APNomAQQloUnGD08HG8U+RIwrQRuwxSrAIg4wWj3fe5EzwwPCcXLofc8XdugqgfJtLhu0Zd372W4zQ+Ea4KeYaW3Bvr/vz+8WtAvkdFd76qXmR78+v6GMNsrwPvvquaMLb+TYTJkM/OKpSffukjSCuVz9mHf3LllDGTXVPFmNjo6RVpPWjI6G/jUoGFiK5UYDYm0tU2+iZ9TWsPSmelZNLQNu5nc6Zgrwiu20lJMnmW/M/iz0YP0x+73Nw646VspCIufOjXTcyGPFNtfzp+eJWi1EYkFDiZpJ6WaGtqZy1xtlIivstbJ6V42W3uM2MKu07d9MzKSkbdYaX9wPBzA0JNt5JGQmkuQCpzl/mfbF2VsdF2TGjJCRf4eP8kdX3BdkC+5vO8I/Cqet+jT+06qFXVxHa0euK+chj+OQdN4RWMaGWXLB2U7dkNoaWnVq+cRVVsIDG4aGum3tANxGyO0jIlC+uRV20Dxyo6yziWX/HBAy+UzhAbn/73X0M/gbcEOA4XlF1qLFSoyc1dqa9cX/rT940s3x734IJ7Xda78/1n7vUbOYUiI8mCk8bDWhx/+w6Jhv16vrAdJZ/rOSA5KT/JMAnYTRVDSgOvkTwetPYcofL/QmYEYWRnrpcs9DK8h15LjPo1sQ98inRVpE1JhHhCp8Qum9E0vFlnysgGk2oUnDhdc3GnFi0hT6zM80Z52r8keyo1Fx5vHeiQz09lrGiu9QDIEVPfLYgd2RwyO4yWtjxZFTR08pjH+bKICqXgXPnBFCHHZmZQmFgFzYcBpyjgetTm/y0BXL0XzKXJ73yCCRfCQ2zfdtRLU9pAZSo1Ybqga0R4uySfT0ACHyitHLyGH36q7qetnSx8HyGL2CXkYeE267ug0ypaRBDqPXZr1Xse62lQt5qmAVL2ZNJz3pJsIyLDSMz1f5WAyPyIzH9SFXo4I41odJYXL6ZMb/DFjSDRnfbe1K9ddbGM5IhjivD8uEHaovRZIO6e4sgPgDUW+ZbPmLBa3qrSKtfllGIYdtuBg3RHn6/TzKB5nuQVljXB2H4ZL6bJ1QDmaFsdHg0CDHgUukTiS4Dod+cwWc+hPr2YJDA+cxjm4WOjYGXKUOp8cgU9gGWXCSnZAlbAXA54cZtTkznf4btpPgVBFFAQTqucyyBmQ+kt7SnIYKxvxoOutR2TCXeYjxfAOphFz+o7MPpYz2Ri4nlb1WAd80x3lI8bJl2+FGsZpo8VxS+/C5VeSV5JFzk22pPpI0iQ/1IAVKUmVOlINhiWypjqnD2SfZuL84KRu8FNS1+cJQnWavBrjx3XiL1i5ew5+Eub1V2+hQjSRvQCEI2r7Gau8lazvW2k3ij2GvRlM3dGFzl+VqIXDD3MCSNe+7sEnv9qpbA/cMkVKUcl8k8qRsEdfxfxHjKKmD2EmcohXlSQlxYzIMFZNqO4qcRCnXRPh6pNtE20XgxaMbf+MpUmOUVH6nhIj1H/5yKEQc5155uabETp04cadtVyJn5/MK3tPWj4duNN4lDPJvyY8Vdg8IDKkcpKFodpB79ARK94sl40KBqKkSiZb50gvpvrLwql/sDzwy7wP7kF/wG1SG/9Cactlv1WP2G06h2vtA4IE37ELOSJv6/fqfuUnOUEOoZ023SPRmIWZ6yW55StK20PKjkG2RUeWmZ6nBtDOSLRKDWZC54XRZkM4IRnme/E8/g1umn/FbJmIkvfa3v7Es8bafV9uCdXSGUyhDQXwfs2ziHU7E9l4DKaqiy9UkNUX+DV8zz6SpTW6/2bw6TQawbUBaxP1UDFbNJCzxMzReQGsi4kVKSUy/o0D0m6pafPf1bUFHTp+69/I8C/yf5D+Fkj9LWunr3ejDL1eLeFbgJkBmMOH8Pp04szq/30ulNXM3Zr2Tnav1ICqiFY9xO5C7nGEonlXW9rsQz6qYRpVNNKntJDn4IC10TtJS7SxtHRAzeGeFUi0hN9ivhdBgbj+NRj9oMneGgSFYTwurvaKleUi0dTMYjbCzOzwdRkSEhAV//eQkgpfyXBoGza9RZQsx6fS33WOsqYSvDx/NVp+ix9hEL/Wb2qQkuYzB8RMyObQ28CqGEkVa6JSq7fLII12vCxEcG7ooQiC5+xa4NJ8n5hACT749GeZ+/TWkZBaIhlt+nHgPRTV6d86bBy8Lciq81S2HcnGZN8qGnEqJKxUFLvREM4msqAi4Yn17JSQkC9kVVGXLkz4KtxWL7j3uLAi777a8/9UhhjRK1XRDmn/axr4d1/MVbLOdSqMzgmxNr/Md6Qx+IjSUBF7FF1lqQVH0dw/8I9t3R+TwntseP1Jbwmue2paU5JWdrKhjc4WFUaQvTRqcXG+kVldfFg9D9dlTQBb8fFS/RQp5/pVD/0ubmGoY2o4cdCuPbt09oUPeUZNcGzTUUwMkLXjVUXkCYgAAAAA=') format('woff2'),
url('iconfont.woff?t=1566960785507') format('woff'),
url('iconfont.ttf?t=1566960785507') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
url('iconfont.svg?t=1566960785507#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;
}
.iconicon-qihuan:before {
content: "\e60f";
}
.iconchajianguanli:before {
content: "\e61a";
}
.iconadd:before {
content: "\e601";
}
.iconquanxian:before {
content: "\e610";
}
.iconcuowu:before {
content: "\e61c";
}
.iconnext:before {
content: "\e638";
}
.iconfabu:before {
content: "\e61b";
}
.iconhuanjingguanli:before {
content: "\e604";
}
.iconapi:before {
content: "\e6e0";
}
.iconxiala:before {
content: "\e600";
}
.iconrizhiguanli:before {
content: "\e6b8";
}
.iconRectangleCopy:before {
content: "\e6df";
}
.icongailan-:before {
content: "\e67f";
}
.iconjiantou-zuo:before {
content: "\e885";
}
.iconzhanghao:before {
content: "\e8b2";
}
.iconmima:before {
content: "\e8b3";
}
.iconxiala1:before {
content: "\e8b4";
}
.iconshouqi:before {
content: "\e8b5";
}
.iconim:before {
content: "\e8b6";
}
.iconahas:before {
content: "\e8dd";
}
.iconkaifangpingtai:before {
content: "\e8de";
}
!function(e){var c,l='<svg><symbol id="iconicon-qihuan" viewBox="0 0 1024 1024"><path d="M920.865573 637.722376H102.113167c-2.795673 0-5.514597 0.320295-8.133237 0.911766a36.95875 36.95875 0 0 0-18.426675 10.094916c-12.353352 12.419867-14.18814 31.399127-5.52176 45.776579a37.767162 37.767162 0 0 0 8.416693 9.992585l172.344207 173.278485c14.516622 14.59337 38.053688 14.59337 52.572356 0 14.516622-14.598486 14.516622-38.262442 0-52.856835L192.145693 713.098087h728.718857c20.554128 0 37.217646-16.873296 37.217646-37.685297 0-20.820188-16.662495-37.690414-37.216623-37.690414zM102.113167 386.467959h818.752406a36.920888 36.920888 0 0 0 7.80271-0.836041 36.917818 36.917818 0 0 0 19.774369-10.360976c14.517645-14.59644 14.517645-38.262442 0-52.855811L773.199419 146.225339c-14.515598-14.595416-38.054711-14.595416-52.571333 0-14.515598 14.594393-14.515598 38.261419 0 52.856835l111.408369 112.010073H102.113167c-20.554128 0-37.2156 16.873296-37.2156 37.689391 0 20.814048 16.660448 37.686321 37.2156 37.686321z" ></path></symbol><symbol id="iconchajianguanli" viewBox="0 0 1024 1024"><path d="M102.984883 1023.398107c-27.506495 0-53.026744-10.593311-71.805796-29.733498a96.182449 96.182449 0 0 1-30.335391-71.745606v-123.508376l0.84265-6.259684c3.852113-19.74208 14.74637-37.859049 30.515959-50.739552 10.6535-7.222712 22.9923-11.135014 35.571856-11.135014 14.80656 0 29.131605 5.296655 40.447188 14.80656 2.949274 1.62511 6.440252 3.430788 10.111797 4.815141a34.307882 34.307882 0 0 1 7.162522 2.106624 100.817022 100.817022 0 0 0 88.177277 2.648328c13.542585-5.597602 25.520249-13.602774 35.632046-23.895139a107.979545 107.979545 0 0 0 32.321636-78.366426c0.300946-15.167695-2.588138-30.094634-8.546876-44.118732a105.93311 105.93311 0 0 0-23.77476-35.812614 104.24781 104.24781 0 0 0-35.571857-23.83495 107.257274 107.257274 0 0 0-87.575384 1.083407 60.971728 60.971728 0 0 0-9.630282 3.611356l-26.784224 12.880503c-10.232175 4.634574-21.186622 6.981955-32.321637 6.981955-20.584729-2.046435-35.030153-10.171986-43.938165-24.6776a95.941692 95.941692 0 0 1-12.579556-48.211602V382.863928a103.826486 103.826486 0 0 1 102.502321-102.68289h116.105097l-0.782461-8.306119a187.670135 187.670135 0 0 1-12.459178-68.555575 196.517957 196.517957 0 0 1 16.311291-79.810968 207.652971 207.652971 0 0 1 42.975137-64.04138 212.468113 212.468113 0 0 1 63.620055-43.396462 199.226474 199.226474 0 0 1 157.093987 0c23.83495 10.593311 45.20214 25.159114 63.620055 43.396462 18.478105 18.718862 32.923529 40.326809 43.035326 64.04138a205.847293 205.847293 0 0 1 2.106625 154.204902l49.957091 2.46776c27.265738 0 53.448069 11.135014 71.805796 30.39558 18.89943 19.019808 29.55293 45.382707 29.372362 72.28731v89.802386l8.546876-1.083407c22.751543-9.02839 46.706871-13.783342 71.44466-13.783342 26.362899 0 52.184095 5.356845 76.500558 16.010345 23.654382 9.991418 44.780815 24.196085 63.138541 42.433433 18.116969 18.357726 32.442015 39.785106 42.674191 63.379299 10.352554 24.557221 15.649209 50.558984 15.528831 77.222829 0.240757 26.904602-5.055898 53.147123-15.64921 77.583965-10.232175 23.534003-24.557221 44.419679-42.553812 62.536649a193.327926 193.327926 0 0 1-63.19873 42.914947 193.448304 193.448304 0 0 1-147.945218 1.6853l-5.898548-2.46776-2.588139 82.760242c0.300946 26.784224-10.472932 53.086934-29.733498 71.805795a98.168695 98.168695 0 0 1-69.879739 29.733498h-543.56927z m-41.289838-229.561864c1.083407 0.84265 0.300946 3.852113-0.481514 6.801387l-0.601892 121.281373a38.521131 38.521131 0 0 0 12.218421 29.071416 41.350026 41.350026 0 0 0 29.372362 12.579557h541.94416a39.123024 39.123024 0 0 0 29.191795-12.459178 39.905484 39.905484 0 0 0 12.218421-29.191795v-138.375125a30.094634 30.094634 0 0 1 29.914066-29.673308c7.042144 0 13.843531 2.46776 19.380944 6.801387 12.579557 10.834068 26.603656 19.380944 41.951919 25.640627a130.069006 130.069006 0 0 0 101.358726-1.56492c16.43167-6.921766 31.358608-17.033563 44.540057-29.733498 12.579557-12.940692 22.570975-27.867631 29.793687-44.419679 7.102334-17.033563 10.6535-35.090343 10.533122-53.628637 0-18.538294-3.671545-36.354317-10.834068-53.38788a136.990772 136.990772 0 0 0-29.853876-44.901193 136.990772 136.990772 0 0 0-44.299301-29.853877 131.332981 131.332981 0 0 0-101.479104-1.564921 148.306354 148.306354 0 0 0-41.831541 25.038735 29.974255 29.974255 0 0 1-49.475577-22.811732V382.863928a41.831541 41.831541 0 0 0-12.3388-30.275202 38.701699 38.701699 0 0 0-28.228766-12.398989h-105.210839a30.215012 30.215012 0 0 1-29.853876-30.154823 30.335391 30.335391 0 0 1 7.042144-18.959619c20.825486-24.316464 31.900312-55.494504 31.358608-87.575383a137.231529 137.231529 0 0 0-11.255393-55.976019 141.926292 141.926292 0 0 0-30.576148-45.442896 152.459413 152.459413 0 0 0-45.14195-30.877094 137.231529 137.231529 0 0 0-108.641627 0 151.676953 151.676953 0 0 0-45.14195 30.877094 142.648563 142.648563 0 0 0-41.831541 101.298536c-0.120379 16.130724 2.708517 31.960501 8.486687 47.007818 5.597602 14.80656 13.482396 28.830659 23.413625 41.350026a30.094634 30.094634 0 0 1-23.534004 48.51255h-171.178275a39.303591 39.303591 0 0 0-29.733498 12.760124 40.567566 40.567566 0 0 0-12.699935 29.853877v115.924528a53.568448 53.568448 0 0 0 2.347381 15.528831l3.791924 1.083407-0.782461-6.319873c10.6535-3.069653 17.033563-6.018927 23.594193-9.269148l14.80656-6.139305a170.756951 170.756951 0 0 1 66.268383-13.301828c45.743843 0 88.779169 17.695645 121.100805 49.896903a174.368307 174.368307 0 0 1 36.534885 189.415623 170.094869 170.094869 0 0 1-91.066361 90.404279 164.918592 164.918592 0 0 1-65.606301 13.662964c-24.075707 0-48.45236-5.537413-70.301064-15.889967a114.058661 114.058661 0 0 1-24.497031-11.315582 28.469523 28.469523 0 0 0-13.482396-5.958738l-6.801387-0.963028 5.597601 4.213249z" fill="" ></path></symbol><symbol id="iconadd" viewBox="0 0 1024 1024"><path d="M510.352119 912.416237c-220.548741 0-399.339141-178.82643-399.339141-399.403615S289.803378 113.622281 510.352119 113.622281c220.550637 0 399.341037 178.813156 399.341037 399.390341S730.902756 912.416237 510.352119 912.416237zM510.352119 163.544178c-192.982281 0-349.421037 156.461511-349.421037 349.468444S317.369837 862.482963 510.352119 862.482963s349.421037-156.463407 349.421037-349.470341S703.3344 163.544178 510.352119 163.544178zM660.104533 537.979259 535.313067 537.979259l0 124.81043c0 13.778489-11.174874 24.957156-24.959052 24.957156-13.784178 0-24.957156-11.178667-24.957156-24.957156l0-124.81043-124.795259 0c-13.784178 0-24.959052-11.17677-24.959052-24.966637 0-13.780385 11.17677-24.957156 24.959052-24.957156l124.795259 0 0-124.816119c0-13.778489 11.174874-24.951467 24.957156-24.951467 13.786074 0 24.959052 11.171081 24.959052 24.951467l0 124.816119 124.791467 0c13.786074 0 24.959052 11.17677 24.959052 24.957156C685.063585 526.802489 673.890607 537.979259 660.104533 537.979259z" ></path></symbol><symbol id="iconquanxian" viewBox="0 0 1024 1024"><path d="M358.4 426.057143c0 82.285714 62.171429 149.942857 140.8 160.914286v184.685714c0 14.628571 12.8 27.428571 27.428571 27.428571s27.428571-12.8 27.428572-27.428571v-100.571429h45.714286c14.628571 0 27.428571-12.8 27.428571-27.428571s-12.8-27.428571-27.428571-27.428572h-45.714286V585.142857c73.142857-14.628571 129.828571-80.457143 129.828571-159.085714 0-89.6-73.142857-162.742857-162.742857-162.742857s-162.742857 73.142857-162.742857 162.742857z m162.742857-107.885714c60.342857 0 107.885714 47.542857 107.885714 107.885714 0 60.342857-47.542857 107.885714-107.885714 107.885714s-107.885714-47.542857-107.885714-107.885714c0-60.342857 47.542857-107.885714 107.885714-107.885714z" ></path><path d="M864.914286 190.171429l-338.285715-109.714286c-5.485714-1.828571-10.971429-1.828571-16.457142 0l-338.285715 109.714286c-10.971429 3.657143-18.285714 14.628571-18.285714 25.6V643.657143c1.828571 14.628571 21.942857 142.628571 354.742857 298.057143 3.657143 1.828571 7.314286 1.828571 10.971429 1.828571s7.314286 0 10.971428-1.828571C861.257143 786.285714 883.2 658.285714 885.028571 643.657143V215.771429c-1.828571-10.971429-9.142857-21.942857-20.114285-25.6z m-36.571429 449.828571c-1.828571 9.142857-32.914286 113.371429-310.857143 246.857143-279.771429-133.485714-309.028571-237.714286-310.857143-246.857143V235.885714l310.857143-102.4 310.857143 102.4V640z" ></path></symbol><symbol id="iconcuowu" viewBox="0 0 1024 1024"><path d="M819.8 959.2H204.2c-47.4 0-91.1-25.5-117-68.2-29-47.8-30.9-108.3-5-158L390 142c25.1-48.3 70.8-77.1 122-77.1 51.3 0 96.9 28.8 122.1 77.1l307.8 591c25.9 49.7 24 110.3-5 158.1-26 42.6-69.7 68.1-117.1 68.1zM141.8 764c-15.1 29-14 64.3 2.9 92.2 13.8 22.8 35.6 35.9 59.6 35.9h615.6c24 0 45.7-13.1 59.6-35.9 16.9-27.8 18-63.1 2.9-92.2l-308-591c-13.4-25.7-36.7-41-62.4-41-25.7 0-49.1 15.3-62.4 41L141.8 764z" fill="#A6CBDD" ></path><path d="M545.6 343.7c0-18.6-15-33.6-33.6-33.6s-33.6 15-33.6 33.6v294.1c0 18.6 15 33.6 33.6 33.6s33.6-15 33.6-33.6V343.7zM512 721.5c-18.6 0-33.6 15-33.6 33.6v17.2c0 18.6 15 33.6 33.6 33.6s33.6-15 33.6-33.6v-17.2c0-18.6-15-33.6-33.6-33.6z" fill="#60A9D1" ></path></symbol><symbol id="iconnext" viewBox="0 0 1024 1024"><path d="M632.8 484.8L439.5 291.4c-6.4-6.4-15.1-10-24.1-10-9 0-17.7 3.6-24.1 10.1-13.3 13.3-13.1 35.2-0.1 48.2l172.9 172.9-172.9 172.9c-13.2 13.4-13.1 34.8 0.1 48.2 6.4 6.4 15 10 24 10s17.7-3.6 24.1-9.9l193.3-193.3c7.5-7.7 10.7-18 9.6-27.9 1.2-10-2-20.4-9.5-27.8z" fill="#8684BC" ></path></symbol><symbol id="iconfabu" viewBox="0 0 1024 1024"><path d="M826.223827 1024h-628.447654A120.329242 120.329242 0 0 1 77.631769 903.855596V120.144404A120.144404 120.144404 0 0 1 197.776173 0h628.447654A120.329242 120.329242 0 0 1 946.368231 120.144404v783.711192a120.329242 120.329242 0 0 1-120.144404 120.144404zM197.776173 55.451264A64.693141 64.693141 0 0 0 133.083032 120.144404v783.711192a64.693141 64.693141 0 0 0 64.693141 64.69314h628.447654a64.877978 64.877978 0 0 0 64.693141-64.69314V120.144404A64.877978 64.877978 0 0 0 826.223827 55.451264z" fill="#9A999A" ></path><path d="M278.735018 621.978339l478.359567 0 0 55.451264-478.359567 0 0-55.451264Z" fill="#9A999A" ></path><path d="M278.735018 779.090253l478.359567 0 0 55.451263-478.359567 0 0-55.451263Z" fill="#9A999A" ></path><path d="M513.5431 202.402111l39.602064 39.602064-139.587474 139.587473-39.602064-39.602064 139.587474-139.587473Z" fill="#9A999A" ></path><path d="M648.21552 337.482509l-39.209964 39.209965-135.143678-135.143678 39.209965-39.209964 135.143677 135.143677Z" fill="#9A999A" ></path><path d="M480.762455 258.033213l55.451263 0 0 240.288809-55.451263 0 0-240.288809Z" fill="#9A999A" ></path></symbol><symbol id="iconhuanjingguanli" viewBox="0 0 1024 1024"><path d="M487.9 888.7V528.5L799.5 356v228.3H851V285.5L458.6 59 66.3 285.6l0.1 453L458.7 965l229.9-132.8v-59.4L487.9 888.7z m-61.2-1.6L117.9 708.8V351.6l308.9 180v355.5z m18.7-414.9L147.1 298.4l311.6-179.9 315.6 182.2-310 171.5h-18.9z m512.3 217.2v55.2h-85.5v88.3H817v-88.3h-85.5v-55.2H817v-82.8h55.2v82.8h85.5z" ></path></symbol><symbol id="iconapi" viewBox="0 0 1024 1024"><path d="M128 110.933c-8.533 0-17.067 8.534-17.067 17.067v768c0 8.533 8.534 17.067 17.067 17.067h768c8.533 0 17.067-8.534 17.067-17.067V128c0-8.533-8.534-17.067-17.067-17.067H128z m0-68.266h768c46.933 0 85.333 38.4 85.333 85.333v768c0 46.933-38.4 85.333-85.333 85.333H128c-46.933 0-85.333-38.4-85.333-85.333V128c0-46.933 38.4-85.333 85.333-85.333z" ></path><path d="M72.533 311.467V243.2h878.934v68.267zM170.667 204.8c-17.067 0-34.134-17.067-34.134-34.133s17.067-34.134 34.134-34.134H204.8c17.067 0 34.133 17.067 34.133 34.134S221.867 204.8 204.8 204.8h-34.133z m128 0c-17.067 0-34.134-17.067-34.134-34.133s17.067-34.134 34.134-34.134H332.8c17.067 0 34.133 17.067 34.133 34.134S349.867 204.8 332.8 204.8h-34.133z m128 0c-17.067 0-34.134-17.067-34.134-34.133s17.067-34.134 34.134-34.134H460.8c17.067 0 34.133 17.067 34.133 34.134S477.867 204.8 460.8 204.8h-34.133z m51.2 520.533H409.6L384 657.067H260.267l-25.6 68.266h-64l119.466-307.2h64l123.734 307.2z m-115.2-119.466L320 490.667l-42.667 115.2h85.334z m145.066 119.466v-307.2h98.134c38.4 0 64 0 72.533 4.267 17.067 4.267 34.133 12.8 42.667 29.867S738.133 486.4 738.133 512c0 17.067-4.266 34.133-8.533 46.933S712.533 580.267 704 588.8s-21.333 12.8-29.867 12.8c-12.8 4.267-34.133 4.267-64 4.267h-38.4v119.466h-64z m64-251.733v85.333h34.134c25.6 0 42.666 0 46.933-4.266s12.8-8.534 21.333-17.067 8.534-12.8 8.534-25.6-4.267-21.333-8.534-25.6c-8.533-8.533-12.8-12.8-25.6-12.8h-76.8zM793.6 725.333v-307.2h59.733v307.2H793.6z" ></path></symbol><symbol id="iconxiala" viewBox="0 0 1024 1024"><path d="M539.9 631.25c-6.3 6.3-14.85 12.15-22.95 10.35-8.1 1.35-15.75-4.95-22.05-10.35L300.05 435.5c-9.9-9.9-9.89999999-26.1 0-36s26.1-9.89999999 36 0l181.35 186.3L699.2 399.5c9.9-9.9 26.1-9.89999999 36 0s9.89999999 26.1 0 36l-195.3 195.75z" fill="" ></path></symbol><symbol id="iconrizhiguanli" viewBox="0 0 1024 1024"><path d="M665.6 768h153.6v51.2h-204.8v-204.8h51.2v153.6z m-307.2 204.8H51.2V51.2h870.4v358.4h-51.2V102.4H102.4v819.2h256v51.2zM204.8 204.8h563.2v51.2H204.8V204.8z m0 153.6h256v51.2H204.8V358.4z m460.8 614.4a256 256 0 1 0 0-512 256 256 0 0 0 0 512z m0 51.2a307.2 307.2 0 1 1 0-614.4 307.2 307.2 0 0 1 0 614.4z" ></path></symbol><symbol id="iconRectangleCopy" viewBox="0 0 1024 1024"><path d="M832 403.498667a21.333333 21.333333 0 0 0 21.333333-21.333334V276.736A106.24 106.24 0 0 0 747.136 170.666667H276.864A106.24 106.24 0 0 0 170.666667 276.736v342.528A106.24 106.24 0 0 0 276.864 725.333333h470.272A106.24 106.24 0 0 0 853.333333 619.264V512a21.333333 21.333333 0 0 0-42.666666 0v107.264A63.573333 63.573333 0 0 1 747.136 682.666667H276.864A63.573333 63.573333 0 0 1 213.333333 619.264V276.736A63.573333 63.573333 0 0 1 276.864 213.333333h470.272A63.573333 63.573333 0 0 1 810.666667 276.736v105.429333a21.333333 21.333333 0 0 0 21.333333 21.333334M792.917333 810.666667H232.917333a21.333333 21.333333 0 0 0 0 42.666666h560a21.333333 21.333333 0 0 0 0-42.666666" ></path><path d="M438.869333 502.741333c0-40.832 33.237333-74.069333 74.069334-74.069333 40.874667 0 74.112 33.28 74.112 74.069333v71.722667h-148.181334v-71.68z m-57.6 114.389334h263.381334a21.333333 21.333333 0 0 0 0-42.666667h-14.933334v-71.68a116.906667 116.906667 0 0 0-116.778666-116.778667 116.906667 116.906667 0 0 0-116.736 116.736v71.722667h-14.933334a21.333333 21.333333 0 1 0 0 42.666667zM411.221333 388.437333a21.418667 21.418667 0 0 0 15.104-36.437333L389.973333 315.733333a21.333333 21.333333 0 0 0-30.165333 30.208l36.266667 36.266667a21.418667 21.418667 0 0 0 15.104 6.272M302.293333 445.952a21.333333 21.333333 0 0 0 21.333334 21.333333h51.285333a21.333333 21.333333 0 1 0 0-42.666666H323.626667a21.333333 21.333333 0 0 0-21.333334 21.333333M724.309333 445.952a21.333333 21.333333 0 0 0-21.333333-21.333333h-51.328a21.333333 21.333333 0 0 0 0 42.666666h51.328a21.333333 21.333333 0 0 0 21.333333-21.333333M613.12 388.437333a21.418667 21.418667 0 0 0 15.061333-6.186666l36.266667-36.309334a21.333333 21.333333 0 0 0-30.165333-30.165333l-36.266667 36.266667a21.418667 21.418667 0 0 0 15.061333 36.437333M535.04 348.16V296.874667a21.333333 21.333333 0 1 0-42.666667 0V348.16a21.333333 21.333333 0 0 0 42.666667 0" ></path></symbol><symbol id="icongailan-" viewBox="0 0 1024 1024"><path d="M959.28054 0H63.952036a63.952036 63.952036 0 0 0-63.952036 63.952036v765.377966a63.952036 63.952036 0 0 0 63.952036 63.952036h895.328504a63.952036 63.952036 0 0 0 63.952036-63.952036V63.952036a63.952036 63.952036 0 0 0-63.952036-63.952036z m0 797.353985a31.976018 31.976018 0 0 1-31.976018 31.976017h-831.376468a31.976018 31.976018 0 0 1-31.976018-31.976017V95.928054a31.976018 31.976018 0 0 1 31.976018-31.976018h831.376468a31.976018 31.976018 0 0 1 31.976018 31.976018v701.425931zM863.672246 960.047964H159.88009a31.976018 31.976018 0 0 0 0 63.952036h703.728204a31.976018 31.976018 0 0 0 0.063952-63.952036z" ></path><path d="M223.832126 319.76018a31.976018 31.976018 0 0 0-31.976018 31.976018v319.952036a31.976018 31.976018 0 0 0 63.952036 0.063952V351.736198a31.976018 31.976018 0 0 0-31.976018-31.976018zM415.816138 511.68024a31.976018 31.976018 0 0 0-31.976018 31.976018v128.095928a31.976018 31.976018 0 0 0 63.952036 0V543.656258a31.976018 31.976018 0 0 0-31.976018-31.976018zM607.736198 257.151137a31.976018 31.976018 0 0 0-31.976018 31.976018v382.625031a31.976018 31.976018 0 0 0 63.952036 0V289.127155a31.976018 31.976018 0 0 0-31.976018-31.976018zM799.656258 448.367724a31.976018 31.976018 0 0 0-31.976018 31.976018v191.408444a31.976018 31.976018 0 0 0 63.952036 0V480.343742a31.976018 31.976018 0 0 0-31.976018-31.976018z" ></path></symbol><symbol id="iconjiantou-zuo" viewBox="0 0 1024 1024"><path d="M38.912 553.472H839.68l-204.8 197.12c-5.12 5.12-5.12 13.824 0 18.944l40.96 40.96c5.12 5.12 13.824 5.12 18.944 0l257.536-247.808c0.512 0 0.512-0.512 1.024-1.024l1.536-1.536 39.936-38.4c2.56-2.56 4.096-6.656 4.096-10.24s-1.024-7.68-4.096-10.24l-40.96-39.424c-0.512-0.512-0.512-0.512-1.024-0.512l-257.536-247.808c-5.12-5.12-13.824-5.12-18.944 0l-40.96 40.96c-5.12 5.12-5.12 13.824 0 18.944l202.752 195.072H38.912c-7.168 0-13.312 6.144-13.312 13.312v57.856c-0.512 7.68 5.632 13.824 13.312 13.824z" ></path></symbol><symbol id="iconzhanghao" viewBox="0 0 1024 1024"><path d="M530.906188 471.121756c119.568862-12.774451 210.522954-112.926148 210.522954-235.560878C741.429142 106.794411 634.634731 0 505.868263 0S270.307385 106.794411 270.307385 235.560878c0 122.634731 94.01996 222.786427 213.588823 235.560878C251.401198 480.319361 65.916168 599.888224 65.916168 747.560878c0 153.804391 200.814371 276.439122 446.083832 276.439122s446.083832-122.634731 446.083832-276.439122c0-150.738523-188.03992-270.307385-427.177644-276.439122z" fill="#C0C4CC" ></path></symbol><symbol id="iconmima" viewBox="0 0 1024 1024"><path d="M853.504 349.696h-91.136c0-146.432-112.128-258.56-254.464-258.56S252.928 203.264 252.928 349.696H161.792C161.792 174.08 316.928 0 507.904 0c190.464 0 345.6 174.08 345.6 349.696z m54.272 150.016c0-50.176-40.96-91.136-91.136-91.136h-609.28c-50.176 0-91.136 40.96-91.136 91.136v433.152c0 50.176 40.96 91.136 91.136 91.136h608.768c50.176 0 91.136-40.96 91.136-91.136V499.712z m-322.56 338.432c0 37.888-30.72 68.608-68.608 68.608H506.88c-37.888 0-68.608-30.72-68.608-68.608v-185.344c0-37.888 30.72-68.608 68.608-68.608h9.728c37.888 0 68.608 30.72 68.608 68.608v185.344z" fill="#C0C4CC" ></path></symbol><symbol id="iconxiala1" viewBox="0 0 1024 1024"><path d="M560.64 957.952c-13.824 13.824-32.256 26.112-50.176 23.04-17.92 3.072-34.304-10.752-48.128-23.04L37.888 532.48c-22.016-22.016-22.016-56.32 0-78.336 22.016-22.016 56.32-22.016 78.336 0l394.752 405.504 396.288-404.992c22.016-22.016 56.32-22.016 78.336 0 22.016 22.016 22.016 56.32 0 78.336l-424.96 424.96z" ></path><path d="M560.64 563.2c-13.824 13.824-32.256 26.112-50.176 23.04-17.92 3.072-34.304-10.752-48.128-23.04L37.888 137.728c-22.016-22.016-22.016-56.32 0-78.336 22.016-22.016 56.32-22.016 78.336 0l394.752 405.504 396.288-404.992c22.016-22.016 56.32-22.016 78.336 0 22.016 22.016 22.016 56.32 0 78.336l-424.96 424.96z" ></path></symbol><symbol id="iconshouqi" viewBox="0 0 1024 1024"><path d="M986.112 491.52c22.016 22.016 22.016 56.32 0 78.336-22.016 22.016-56.32 22.016-78.336 0L511.488 164.352l-394.752 405.504c-22.016 22.016-56.32 22.016-78.336 0-22.016-22.016-22.016-56.32 0-78.336l423.936-425.472c13.824-12.288 30.208-26.112 48.128-23.04 17.92-3.072 36.352 9.216 50.176 23.04L986.112 491.52z" ></path><path d="M986.112 885.76c22.016 22.016 22.016 56.32 0 78.336-22.016 22.016-56.32 22.016-78.336 0l-396.288-404.992-394.752 405.504c-22.016 22.016-56.32 22.016-78.336 0-22.016-22.016-22.016-56.32 0-78.336L462.336 460.8c13.824-12.288 30.208-26.112 48.128-23.04 17.92-3.072 36.352 9.216 50.176 23.04l425.472 424.96z" ></path></symbol><symbol id="iconim" viewBox="0 0 1024 1024"><path d="M46.08 539.136h58.368v118.784H46.08v-118.784z m87.552-108.032h58.368v226.304H133.632V431.104z m87.04-43.008h58.368v269.824H220.672V388.096zM308.224 409.6h58.368v247.808H308.224V409.6z m87.04-43.008h58.368v291.328H395.264V366.592z m87.552 118.272h58.368v172.544H482.816V484.864z m87.552 43.52h58.368v129.536h-58.368v-129.536z m87.04-129.536h58.368v259.072h-58.368V398.848z m87.552-32.256h58.368v291.328h-58.368V366.592z m87.552 75.264H890.88v215.552h-58.368V441.856z m87.04 53.76H977.92v161.792h-58.368V495.616z" fill="#5C89FF" ></path></symbol><symbol id="iconahas" viewBox="0 0 1024 1024"><path d="M748.032 806.912l35.328 60.928L509.952 1024 66.56 764.416v-130.048h69.632v86.016l373.248 223.744 238.592-137.216z m-609.28-248.32h-71.68V248.32l450.56-248.32 110.08 64-35.328 60.416-74.752-46.08-377.344 212.992-1.536 267.264z m381.952-381.952l288.256 168.96v337.408l-299.008 164.352-286.72-171.008V338.944l297.472-162.304z m-27.648 326.656L258.048 381.952v271.36l232.96 134.656 2.048-284.672zM735.744 353.28l-217.6-131.584-224.768 129.024 222.72 117.248L735.744 353.28z m30.208 28.672l-231.424 119.296v286.72l228.352-129.024c0.512 0 3.072-276.992 3.072-276.992zM956.928 256l-3.072 515.072-104.96 61.952-35.328-61.952 71.68-41.984 5.632-428.032-235.52-140.8 39.424-65.024L956.928 256z" ></path></symbol><symbol id="iconkaifangpingtai" viewBox="0 0 1024 1024"><path d="M936.448 6.656v-1.024H97.792C47.104 5.632 6.144 48.64 6.144 101.888v622.592c0 52.736 40.96 95.744 91.648 95.744h322.56v121.344H167.424c-16.384 0-29.184 15.872-29.184 36.352v4.096c0 20.48 12.8 36.352 29.184 36.352h689.152c16.384 0 29.184-15.872 29.184-36.352v-4.096c0-20.48-12.8-36.352-29.184-36.352h-253.44l0.512-121.344h322.56c50.688 0 91.648-43.008 91.648-95.744V101.888c0-49.664-35.84-90.112-81.408-95.232zM97.792 753.152c-14.848 0-26.624-12.8-26.624-28.672V101.888c0-15.872 11.776-28.672 26.624-28.672h828.416c14.848 0 26.624 12.8 26.624 28.672v622.592c0 15.872-11.776 28.672-26.624 28.672h-387.072l-0.512 188.416H485.376v-188.416H97.792z" fill="#606266" ></path><path d="M718.848 452.096c28.672 0 51.712 24.576 51.712 54.272v62.464c0 30.208-23.04 54.272-51.712 54.272H304.64c-28.672 0-51.712-24.576-51.712-54.272V506.368c0-30.208 23.04-54.272 51.712-54.272h414.208z m7.68 116.736V506.368c0-4.096-3.584-7.68-7.68-7.68H304.64c-4.096 0-7.68 3.584-7.68 7.68v62.464c0 4.096 3.584 7.68 7.68 7.68h414.208c4.096 0 7.68-3.584 7.68-7.68zM718.848 202.752c28.672 0 51.712 24.576 51.712 54.272v62.464c0 30.208-23.04 54.272-51.712 54.272H304.64c-28.672 0-51.712-24.576-51.712-54.272V257.536c0-30.208 23.04-54.272 51.712-54.272l414.208-0.512z m7.68 116.736V257.536c0-4.096-3.584-7.68-7.68-7.68H304.64c-4.096 0-7.68 3.584-7.68 7.68v62.464c0 4.096 3.584 7.68 7.68 7.68h414.208c4.096 0 7.68-3.584 7.68-8.192z" fill="#606266" ></path></symbol></svg>',a=(c=document.getElementsByTagName("script"))[c.length-1].getAttribute("data-injectcss");if(a&&!e.__iconfont__svg__cssinject__){e.__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(c){console&&console.log(c)}}!function(c){if(document.addEventListener)if(~["complete","loaded","interactive"].indexOf(document.readyState))setTimeout(c,0);else{var a=function(){document.removeEventListener("DOMContentLoaded",a,!1),c()};document.addEventListener("DOMContentLoaded",a,!1)}else document.attachEvent&&(h=c,t=e.document,i=!1,(o=function(){try{t.documentElement.doScroll("left")}catch(c){return void setTimeout(o,50)}l()})(),t.onreadystatechange=function(){"complete"==t.readyState&&(t.onreadystatechange=null,l())});function l(){i||(i=!0,h())}var h,t,i,o}(function(){var c,a;(c=document.createElement("div")).innerHTML=l,l=null,(a=c.getElementsByTagName("svg")[0])&&(a.setAttribute("aria-hidden","true"),a.style.position="absolute",a.style.width=0,a.style.height=0,a.style.overflow="hidden",function(c,a){a.firstChild?function(c,a){a.parentNode.insertBefore(c,a)}(c,a.firstChild):a.appendChild(c)}(a,document.body))})}(window);
\ No newline at end of file
<?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="icon-qihuan" unicode="&#58895;" d="M920.866 258.278h-818.752c-2.796 0-5.515-0.32-8.133-0.912-8.557-1.894-15.813-6.54-20.977-12.944-9.803-9.57-11.638-28.55-2.972-42.927 3.749-6.377 9.122-11.442 15.559-14.716l165.202-168.555c14.517-14.593 38.054-14.593 52.572 0 14.517 14.598 14.517 38.262 0 52.857l-111.219 111.822h728.719c20.554 0 37.218 16.873 37.218 37.685 0 20.82-16.662 37.69-37.217 37.69zM102.113 509.532h818.752c2.768 0.001 5.464 0.306 8.057 0.884 8.622 1.565 16.221 6.159 21.638 12.638 12.4 12.271 12.4 35.937-2.117 50.531l-175.243 176.19c-14.516 14.595-38.055 14.595-52.571 0-14.516-14.594-14.516-38.261 0-52.857l111.408-112.010h-729.923c-20.554 0-37.216-16.873-37.216-37.689 0-20.814 16.66-37.686 37.216-37.686z" horiz-adv-x="1024" />
<glyph glyph-name="chajianguanli" unicode="&#58906;" d="M102.984883-127.398107c-27.506495 0-53.026744 10.593311-71.805796 29.733498a96.182449 96.182449 0 0 0-30.335391 71.745606v123.508376l0.84265 6.259684c3.852113 19.74208 14.74637 37.859049 30.515959 50.739552 10.6535 7.222712 22.9923 11.135014 35.571856 11.135014 14.80656 0 29.131605-5.296655 40.447188-14.80656 2.949274-1.62511 6.440252-3.430788 10.111797-4.815141a34.307882 34.307882 0 0 0 7.162522-2.106624 100.817022 100.817022 0 0 1 88.177277-2.648328c13.542585 5.597602 25.520249 13.602774 35.632046 23.895139a107.979545 107.979545 0 0 1 32.321636 78.366426c0.300946 15.167695-2.588138 30.094634-8.546876 44.118732a105.93311 105.93311 0 0 1-23.77476 35.812614 104.24781 104.24781 0 0 1-35.571857 23.83495 107.257274 107.257274 0 0 1-87.575384-1.083407 60.971728 60.971728 0 0 1-9.630282-3.611356l-26.784224-12.880503c-10.232175-4.634574-21.186622-6.981955-32.321637-6.981955-20.584729 2.046435-35.030153 10.171986-43.938165 24.6776a95.941692 95.941692 0 0 0-12.579556 48.211602V513.136072a103.826486 103.826486 0 0 0 102.502321 102.68289h116.105097l-0.782461 8.306119a187.670135 187.670135 0 0 0-12.459178 68.555575 196.517957 196.517957 0 0 0 16.311291 79.810968 207.652971 207.652971 0 0 0 42.975137 64.04138 212.468113 212.468113 0 0 0 63.620055 43.396462 199.226474 199.226474 0 0 0 157.093987 0c23.83495-10.593311 45.20214-25.159114 63.620055-43.396462 18.478105-18.718862 32.923529-40.326809 43.035326-64.04138a205.847293 205.847293 0 0 0 2.106625-154.204902l49.957091-2.46776c27.265738 0 53.448069-11.135014 71.805796-30.39558 18.89943-19.019808 29.55293-45.382707 29.372362-72.28731v-89.802386l8.546876 1.083407c22.751543 9.02839 46.706871 13.783342 71.44466 13.783342 26.362899 0 52.184095-5.356845 76.500558-16.010345 23.654382-9.991418 44.780815-24.196085 63.138541-42.433433 18.116969-18.357726 32.442015-39.785106 42.674191-63.379299 10.352554-24.557221 15.649209-50.558984 15.528831-77.222829 0.240757-26.904602-5.055898-53.147123-15.64921-77.583965-10.232175-23.534003-24.557221-44.419679-42.553812-62.536649a193.327926 193.327926 0 0 0-63.19873-42.914947 193.448304 193.448304 0 0 0-147.945218-1.6853l-5.898548 2.46776-2.588139-82.760242c0.300946-26.784224-10.472932-53.086934-29.733498-71.805795a98.168695 98.168695 0 0 0-69.879739-29.733498h-543.56927z m-41.289838 229.561864c1.083407-0.84265 0.300946-3.852113-0.481514-6.801387l-0.601892-121.281373a38.521131 38.521131 0 0 1 12.218421-29.071416 41.350026 41.350026 0 0 1 29.372362-12.579557h541.94416a39.123024 39.123024 0 0 1 29.191795 12.459178 39.905484 39.905484 0 0 1 12.218421 29.191795v138.375125a30.094634 30.094634 0 0 0 29.914066 29.673308c7.042144 0 13.843531-2.46776 19.380944-6.801387 12.579557-10.834068 26.603656-19.380944 41.951919-25.640627a130.069006 130.069006 0 0 1 101.358726 1.56492c16.43167 6.921766 31.358608 17.033563 44.540057 29.733498 12.579557 12.940692 22.570975 27.867631 29.793687 44.419679 7.102334 17.033563 10.6535 35.090343 10.533122 53.628637 0 18.538294-3.671545 36.354317-10.834068 53.38788a136.990772 136.990772 0 0 1-29.853876 44.901193 136.990772 136.990772 0 0 1-44.299301 29.853877 131.332981 131.332981 0 0 1-101.479104 1.564921 148.306354 148.306354 0 0 1-41.831541-25.038735 29.974255 29.974255 0 0 0-49.475577 22.811732V513.136072a41.831541 41.831541 0 0 1-12.3388 30.275202 38.701699 38.701699 0 0 1-28.228766 12.398989h-105.210839a30.215012 30.215012 0 0 0-29.853876 30.154823 30.335391 30.335391 0 0 0 7.042144 18.959619c20.825486 24.316464 31.900312 55.494504 31.358608 87.575383a137.231529 137.231529 0 0 1-11.255393 55.976019 141.926292 141.926292 0 0 1-30.576148 45.442896 152.459413 152.459413 0 0 1-45.14195 30.877094 137.231529 137.231529 0 0 1-108.641627 0 151.676953 151.676953 0 0 1-45.14195-30.877094 142.648563 142.648563 0 0 1-41.831541-101.298536c-0.120379-16.130724 2.708517-31.960501 8.486687-47.007818 5.597602-14.80656 13.482396-28.830659 23.413625-41.350026a30.094634 30.094634 0 0 0-23.534004-48.51255h-171.178275a39.303591 39.303591 0 0 1-29.733498-12.760124 40.567566 40.567566 0 0 1-12.699935-29.853877v-115.924528a53.568448 53.568448 0 0 1 2.347381-15.528831l3.791924-1.083407-0.782461 6.319873c10.6535 3.069653 17.033563 6.018927 23.594193 9.269148l14.80656 6.139305a170.756951 170.756951 0 0 0 66.268383 13.301828c45.743843 0 88.779169-17.695645 121.100805-49.896903a174.368307 174.368307 0 0 0 36.534885-189.415623 170.094869 170.094869 0 0 0-91.066361-90.404279 164.918592 164.918592 0 0 0-65.606301-13.662964c-24.075707 0-48.45236 5.537413-70.301064 15.889967a114.058661 114.058661 0 0 0-24.497031 11.315582 28.469523 28.469523 0 0 1-13.482396 5.958738l-6.801387 0.963028 5.597601-4.213249z" horiz-adv-x="1024" />
<glyph glyph-name="add" unicode="&#58881;" d="M510.352119-16.416237000000024c-220.548741 0-399.339141 178.82643-399.339141 399.403615S289.803378 782.377719 510.352119 782.377719c220.550637 0 399.341037-178.813156 399.341037-399.390341S730.902756-16.416237000000024 510.352119-16.416237000000024zM510.352119 732.455822c-192.982281 0-349.421037-156.461511-349.421037-349.468444S317.369837 33.51703699999996 510.352119 33.51703699999996s349.421037 156.463407 349.421037 349.470341S703.3344 732.455822 510.352119 732.455822zM660.104533 358.02074100000004L535.313067 358.02074100000004l0-124.81043c0-13.778489-11.174874-24.957156-24.959052-24.957156-13.784178 0-24.957156 11.178667-24.957156 24.957156l0 124.81043-124.795259 0c-13.784178 0-24.959052 11.17677-24.959052 24.966637 0 13.780385 11.17677 24.957156 24.959052 24.957156l124.795259 0 0 124.816119c0 13.778489 11.174874 24.951467 24.957156 24.951467 13.786074 0 24.959052-11.171081 24.959052-24.951467l0-124.816119 124.791467 0c13.786074 0 24.959052-11.17677 24.959052-24.957156C685.063585 369.19751099999996 673.890607 358.02074100000004 660.104533 358.02074100000004z" horiz-adv-x="1024" />
<glyph glyph-name="quanxian" unicode="&#58896;" d="M358.4 469.942857c0-82.285714 62.171429-149.942857 140.8-160.914286v-184.685714c0-14.628571 12.8-27.428571 27.428571-27.428571s27.428571 12.8 27.428572 27.428571v100.571429h45.714286c14.628571 0 27.428571 12.8 27.428571 27.428571s-12.8 27.428571-27.428571 27.428572h-45.714286V310.85714299999995c73.142857 14.628571 129.828571 80.457143 129.828571 159.085714 0 89.6-73.142857 162.742857-162.742857 162.742857s-162.742857-73.142857-162.742857-162.742857z m162.742857 107.885714c60.342857 0 107.885714-47.542857 107.885714-107.885714 0-60.342857-47.542857-107.885714-107.885714-107.885714s-107.885714 47.542857-107.885714 107.885714c0 60.342857 47.542857 107.885714 107.885714 107.885714zM864.914286 705.828571l-338.285715 109.714286c-5.485714 1.828571-10.971429 1.828571-16.457142 0l-338.285715-109.714286c-10.971429-3.657143-18.285714-14.628571-18.285714-25.6V252.34285699999998c1.828571-14.628571 21.942857-142.628571 354.742857-298.057143 3.657143-1.828571 7.314286-1.828571 10.971429-1.828571s7.314286 0 10.971428 1.828571C861.257143 109.71428600000002 883.2 237.71428600000002 885.028571 252.34285699999998V680.228571c-1.828571 10.971429-9.142857 21.942857-20.114285 25.6z m-36.571429-449.828571c-1.828571-9.142857-32.914286-113.371429-310.857143-246.857143-279.771429 133.485714-309.028571 237.714286-310.857143 246.857143V660.114286l310.857143 102.4 310.857143-102.4V256z" horiz-adv-x="1024" />
<glyph glyph-name="cuowu" unicode="&#58908;" d="M819.8-63.2H204.2c-47.4 0-91.1 25.5-117 68.2-29 47.8-30.9 108.3-5 158L390 754c25.1 48.3 70.8 77.1 122 77.1 51.3 0 96.9-28.8 122.1-77.1l307.8-591c25.9-49.7 24-110.3-5-158.1-26-42.6-69.7-68.1-117.1-68.1zM141.8 132c-15.1-29-14-64.3 2.9-92.2 13.8-22.8 35.6-35.9 59.6-35.9h615.6c24 0 45.7 13.1 59.6 35.9 16.9 27.8 18 63.1 2.9 92.2l-308 591c-13.4 25.7-36.7 41-62.4 41-25.7 0-49.1-15.3-62.4-41L141.8 132zM545.6 552.3c0 18.6-15 33.6-33.6 33.6s-33.6-15-33.6-33.6v-294.1c0-18.6 15-33.6 33.6-33.6s33.6 15 33.6 33.6V552.3zM512 174.5c-18.6 0-33.6-15-33.6-33.6v-17.2c0-18.6 15-33.6 33.6-33.6s33.6 15 33.6 33.6v17.2c0 18.6-15 33.6-33.6 33.6z" horiz-adv-x="1024" />
<glyph glyph-name="next" unicode="&#58936;" d="M632.8 411.2L439.5 604.6c-6.4 6.4-15.1 10-24.1 10-9 0-17.7-3.6-24.1-10.1-13.3-13.3-13.1-35.2-0.1-48.2l172.9-172.9-172.9-172.9c-13.2-13.4-13.1-34.8 0.1-48.2 6.4-6.4 15-10 24-10s17.7 3.6 24.1 9.9l193.3 193.3c7.5 7.7 10.7 18 9.6 27.9 1.2 10-2 20.4-9.5 27.8z" horiz-adv-x="1024" />
<glyph glyph-name="fabu" unicode="&#58907;" d="M826.223827-128h-628.447654A120.329242 120.329242 0 0 0 77.631769-7.855596V775.855596A120.144404 120.144404 0 0 0 197.776173 896h628.447654A120.329242 120.329242 0 0 0 946.368231 775.855596v-783.711192a120.329242 120.329242 0 0 0-120.144404-120.144404zM197.776173 840.548736A64.693141 64.693141 0 0 1 133.083032 775.855596v-783.711192a64.693141 64.693141 0 0 1 64.693141-64.69314h628.447654a64.877978 64.877978 0 0 1 64.693141 64.69314V775.855596A64.877978 64.877978 0 0 1 826.223827 840.548736zM278.735018 274.021661l478.359567 0 0-55.451264-478.359567 0 0 55.451264ZM278.735018 116.909747l478.359567 0 0-55.451263-478.359567 0 0 55.451263ZM513.5431 693.597889l39.602064-39.602064-139.587474-139.587473-39.602064 39.602064 139.587474 139.587473ZM648.21552 558.517491l-39.209964-39.209965-135.143678 135.143678 39.209965 39.209964 135.143677-135.143677ZM480.762455 637.966787l55.451263 0 0-240.288809-55.451263 0 0 240.288809Z" horiz-adv-x="1024" />
<glyph glyph-name="huanjingguanli" unicode="&#58884;" d="M487.9 7.3V367.5L799.5 540v-228.3H851V610.5L458.6 837 66.3 610.4l0.1-453L458.7-69l229.9 132.8v59.4L487.9 7.3z m-61.2 1.6L117.9 187.2V544.4l308.9-180v-355.5z m18.7 414.9L147.1 597.6l311.6 179.9 315.6-182.2-310-171.5h-18.9z m512.3-217.2v-55.2h-85.5v-88.3H817v88.3h-85.5v55.2H817v82.8h55.2v-82.8h85.5z" horiz-adv-x="1024" />
<glyph glyph-name="api" unicode="&#59104;" d="M128 785.067c-8.533 0-17.067-8.534-17.067-17.067v-768c0-8.533 8.534-17.067 17.067-17.067h768c8.533 0 17.067 8.534 17.067 17.067V768c0 8.533-8.534 17.067-17.067 17.067H128z m0 68.266h768c46.933 0 85.333-38.4 85.333-85.333v-768c0-46.933-38.4-85.333-85.333-85.333H128c-46.933 0-85.333 38.4-85.333 85.333V768c0 46.933 38.4 85.333 85.333 85.333zM72.533 584.533V652.8h878.934v-68.267zM170.667 691.2c-17.067 0-34.134 17.067-34.134 34.133s17.067 34.134 34.134 34.134H204.8c17.067 0 34.133-17.067 34.133-34.134S221.867 691.2 204.8 691.2h-34.133z m128 0c-17.067 0-34.134 17.067-34.134 34.133s17.067 34.134 34.134 34.134H332.8c17.067 0 34.133-17.067 34.133-34.134S349.867 691.2 332.8 691.2h-34.133z m128 0c-17.067 0-34.134 17.067-34.134 34.133s17.067 34.134 34.134 34.134H460.8c17.067 0 34.133-17.067 34.133-34.134S477.867 691.2 460.8 691.2h-34.133z m51.2-520.533H409.6L384 238.933H260.267l-25.6-68.266h-64l119.466 307.2h64l123.734-307.2z m-115.2 119.466L320 405.333l-42.667-115.2h85.334z m145.066-119.466v307.2h98.134c38.4 0 64 0 72.533-4.267 17.067-4.267 34.133-12.8 42.667-29.867S738.133 409.6 738.133 384c0-17.067-4.266-34.133-8.533-46.933S712.533 315.733 704 307.2s-21.333-12.8-29.867-12.8c-12.8-4.267-34.133-4.267-64-4.267h-38.4v-119.466h-64z m64 251.733v-85.333h34.134c25.6 0 42.666 0 46.933 4.266s12.8 8.534 21.333 17.067 8.534 12.8 8.534 25.6-4.267 21.333-8.534 25.6c-8.533 8.533-12.8 12.8-25.6 12.8h-76.8zM793.6 170.667v307.2h59.733v-307.2H793.6z" horiz-adv-x="1024" />
<glyph glyph-name="xiala" unicode="&#58880;" d="M539.9 264.75c-6.3-6.3-14.85-12.15-22.95-10.35-8.1-1.35-15.75 4.95-22.05 10.35L300.05 460.5c-9.9 9.9-9.89999999 26.1 0 36s26.1 9.89999999 36 0l181.35-186.3L699.2 496.5c9.9 9.9 26.1 9.89999999 36 0s9.89999999-26.1 0-36l-195.3-195.75z" horiz-adv-x="1024" />
<glyph glyph-name="rizhiguanli" unicode="&#59064;" d="M665.6 128h153.6v-51.2h-204.8v204.8h51.2v-153.6z m-307.2-204.8H51.2V844.8h870.4v-358.4h-51.2V793.6H102.4v-819.2h256v-51.2zM204.8 691.2h563.2v-51.2H204.8V691.2z m0-153.6h256v-51.2H204.8V537.6z m460.8-614.4a256 256 0 1 1 0 512 256 256 0 0 1 0-512z m0-51.2a307.2 307.2 0 1 0 0 614.4 307.2 307.2 0 0 0 0-614.4z" horiz-adv-x="1024" />
<glyph glyph-name="RectangleCopy" unicode="&#59103;" d="M832 492.501333a21.333333 21.333333 0 0 1 21.333333 21.333334V619.264A106.24 106.24 0 0 1 747.136 725.333333H276.864A106.24 106.24 0 0 1 170.666667 619.264v-342.528A106.24 106.24 0 0 1 276.864 170.666667h470.272A106.24 106.24 0 0 1 853.333333 276.736V384a21.333333 21.333333 0 0 1-42.666666 0v-107.264A63.573333 63.573333 0 0 0 747.136 213.333333H276.864A63.573333 63.573333 0 0 0 213.333333 276.736V619.264A63.573333 63.573333 0 0 0 276.864 682.666667h470.272A63.573333 63.573333 0 0 0 810.666667 619.264v-105.429333a21.333333 21.333333 0 0 1 21.333333-21.333334M792.917333 85.333333H232.917333a21.333333 21.333333 0 0 1 0-42.666666h560a21.333333 21.333333 0 0 1 0 42.666666M438.869333 393.258667c0 40.832 33.237333 74.069333 74.069334 74.069333 40.874667 0 74.112-33.28 74.112-74.069333v-71.722667h-148.181334v71.68z m-57.6-114.389334h263.381334a21.333333 21.333333 0 0 1 0 42.666667h-14.933334v71.68a116.906667 116.906667 0 0 1-116.778666 116.778667 116.906667 116.906667 0 0 1-116.736-116.736v-71.722667h-14.933334a21.333333 21.333333 0 1 1 0-42.666667zM411.221333 507.562667a21.418667 21.418667 0 0 1 15.104 36.437333L389.973333 580.266667a21.333333 21.333333 0 0 1-30.165333-30.208l36.266667-36.266667a21.418667 21.418667 0 0 1 15.104-6.272M302.293333 450.048a21.333333 21.333333 0 0 1 21.333334-21.333333h51.285333a21.333333 21.333333 0 1 1 0 42.666666H323.626667a21.333333 21.333333 0 0 1-21.333334-21.333333M724.309333 450.048a21.333333 21.333333 0 0 1-21.333333 21.333333h-51.328a21.333333 21.333333 0 0 1 0-42.666666h51.328a21.333333 21.333333 0 0 1 21.333333 21.333333M613.12 507.562667a21.418667 21.418667 0 0 1 15.061333 6.186666l36.266667 36.309334a21.333333 21.333333 0 0 1-30.165333 30.165333l-36.266667-36.266667a21.418667 21.418667 0 0 1 15.061333-36.437333M535.04 547.84V599.125333a21.333333 21.333333 0 1 1-42.666667 0V547.84a21.333333 21.333333 0 0 1 42.666667 0" horiz-adv-x="1024" />
<glyph glyph-name="gailan-" unicode="&#59007;" d="M959.28054 896H63.952036a63.952036 63.952036 0 0 1-63.952036-63.952036v-765.377966a63.952036 63.952036 0 0 1 63.952036-63.952036h895.328504a63.952036 63.952036 0 0 1 63.952036 63.952036V832.047964a63.952036 63.952036 0 0 1-63.952036 63.952036z m0-797.353985a31.976018 31.976018 0 0 0-31.976018-31.976017h-831.376468a31.976018 31.976018 0 0 0-31.976018 31.976017V800.071946a31.976018 31.976018 0 0 0 31.976018 31.976018h831.376468a31.976018 31.976018 0 0 0 31.976018-31.976018v-701.425931zM863.672246-64.047964H159.88009a31.976018 31.976018 0 0 1 0-63.952036h703.728204a31.976018 31.976018 0 0 1 0.063952 63.952036zM223.832126 576.23982a31.976018 31.976018 0 0 1-31.976018-31.976018v-319.952036a31.976018 31.976018 0 0 1 63.952036-0.063952V544.263802a31.976018 31.976018 0 0 1-31.976018 31.976018zM415.816138 384.31976a31.976018 31.976018 0 0 1-31.976018-31.976018v-128.095928a31.976018 31.976018 0 0 1 63.952036 0V352.343742a31.976018 31.976018 0 0 1-31.976018 31.976018zM607.736198 638.848863a31.976018 31.976018 0 0 1-31.976018-31.976018v-382.625031a31.976018 31.976018 0 0 1 63.952036 0V606.872845a31.976018 31.976018 0 0 1-31.976018 31.976018zM799.656258 447.632276a31.976018 31.976018 0 0 1-31.976018-31.976018v-191.408444a31.976018 31.976018 0 0 1 63.952036 0V415.656258a31.976018 31.976018 0 0 1-31.976018 31.976018z" horiz-adv-x="1024" />
<glyph glyph-name="jiantou-zuo" unicode="&#59525;" d="M38.912 342.528H839.68l-204.8-197.12c-5.12-5.12-5.12-13.824 0-18.944l40.96-40.96c5.12-5.12 13.824-5.12 18.944 0l257.536 247.808c0.512 0 0.512 0.512 1.024 1.024l1.536 1.536 39.936 38.4c2.56 2.56 4.096 6.656 4.096 10.24s-1.024 7.68-4.096 10.24l-40.96 39.424c-0.512 0.512-0.512 0.512-1.024 0.512l-257.536 247.808c-5.12 5.12-13.824 5.12-18.944 0l-40.96-40.96c-5.12-5.12-5.12-13.824 0-18.944l202.752-195.072H38.912c-7.168 0-13.312-6.144-13.312-13.312v-57.856c-0.512-7.68 5.632-13.824 13.312-13.824z" horiz-adv-x="1024" />
<glyph glyph-name="zhanghao" unicode="&#59570;" d="M530.906188 424.878244c119.568862 12.774451 210.522954 112.926148 210.522954 235.560878C741.429142 789.205589 634.634731 896 505.868263 896S270.307385 789.205589 270.307385 660.439122c0-122.634731 94.01996-222.786427 213.588823-235.560878C251.401198 415.680639 65.916168 296.111776 65.916168 148.439122c0-153.804391 200.814371-276.439122 446.083832-276.439122s446.083832 122.634731 446.083832 276.439122c0 150.738523-188.03992 270.307385-427.177644 276.439122z" horiz-adv-x="1024" />
<glyph glyph-name="mima" unicode="&#59571;" d="M853.504 546.304h-91.136c0 146.432-112.128 258.56-254.464 258.56S252.928 692.736 252.928 546.304H161.792C161.792 721.92 316.928 896 507.904 896c190.464 0 345.6-174.08 345.6-349.696z m54.272-150.016c0 50.176-40.96 91.136-91.136 91.136h-609.28c-50.176 0-91.136-40.96-91.136-91.136v-433.152c0-50.176 40.96-91.136 91.136-91.136h608.768c50.176 0 91.136 40.96 91.136 91.136V396.288z m-322.56-338.432c0-37.888-30.72-68.608-68.608-68.608H506.88c-37.888 0-68.608 30.72-68.608 68.608v185.344c0 37.888 30.72 68.608 68.608 68.608h9.728c37.888 0 68.608-30.72 68.608-68.608v-185.344z" horiz-adv-x="1024" />
<glyph glyph-name="xiala1" unicode="&#59572;" d="M560.64-61.952c-13.824-13.824-32.256-26.112-50.176-23.04-17.92-3.072-34.304 10.752-48.128 23.04L37.888 363.52c-22.016 22.016-22.016 56.32 0 78.336 22.016 22.016 56.32 22.016 78.336 0l394.752-405.504 396.288 404.992c22.016 22.016 56.32 22.016 78.336 0 22.016-22.016 22.016-56.32 0-78.336l-424.96-424.96zM560.64 332.8c-13.824-13.824-32.256-26.112-50.176-23.04-17.92-3.072-34.304 10.752-48.128 23.04L37.888 758.272c-22.016 22.016-22.016 56.32 0 78.336 22.016 22.016 56.32 22.016 78.336 0l394.752-405.504 396.288 404.992c22.016 22.016 56.32 22.016 78.336 0 22.016-22.016 22.016-56.32 0-78.336l-424.96-424.96z" horiz-adv-x="1024" />
<glyph glyph-name="shouqi" unicode="&#59573;" d="M986.112 404.48c22.016-22.016 22.016-56.32 0-78.336-22.016-22.016-56.32-22.016-78.336 0L511.488 731.648l-394.752-405.504c-22.016-22.016-56.32-22.016-78.336 0-22.016 22.016-22.016 56.32 0 78.336l423.936 425.472c13.824 12.288 30.208 26.112 48.128 23.04 17.92 3.072 36.352-9.216 50.176-23.04L986.112 404.48zM986.112 10.24c22.016-22.016 22.016-56.32 0-78.336-22.016-22.016-56.32-22.016-78.336 0l-396.288 404.992-394.752-405.504c-22.016-22.016-56.32-22.016-78.336 0-22.016 22.016-22.016 56.32 0 78.336L462.336 435.2c13.824 12.288 30.208 26.112 48.128 23.04 17.92 3.072 36.352-9.216 50.176-23.04l425.472-424.96z" horiz-adv-x="1024" />
<glyph glyph-name="im" unicode="&#59574;" d="M46.08 356.864h58.368v-118.784H46.08v118.784z m87.552 108.032h58.368v-226.304H133.632V464.896z m87.04 43.008h58.368v-269.824H220.672V507.904zM308.224 486.4h58.368v-247.808H308.224V486.4z m87.04 43.008h58.368v-291.328H395.264V529.408z m87.552-118.272h58.368v-172.544H482.816V411.136z m87.552-43.52h58.368v-129.536h-58.368v129.536z m87.04 129.536h58.368v-259.072h-58.368V497.152z m87.552 32.256h58.368v-291.328h-58.368V529.408z m87.552-75.264H890.88v-215.552h-58.368V454.144z m87.04-53.76H977.92v-161.792h-58.368V400.384z" horiz-adv-x="1024" />
<glyph glyph-name="ahas" unicode="&#59613;" d="M748.032 89.088l35.328-60.928L509.952-128 66.56 131.584v130.048h69.632v-86.016l373.248-223.744 238.592 137.216z m-609.28 248.32h-71.68V647.68l450.56 248.32 110.08-64-35.328-60.416-74.752 46.08-377.344-212.992-1.536-267.264z m381.952 381.952l288.256-168.96v-337.408l-299.008-164.352-286.72 171.008V557.056l297.472 162.304z m-27.648-326.656L258.048 514.048v-271.36l232.96-134.656 2.048 284.672zM735.744 542.72l-217.6 131.584-224.768-129.024 222.72-117.248L735.744 542.72z m30.208-28.672l-231.424-119.296v-286.72l228.352 129.024c0.512 0 3.072 276.992 3.072 276.992zM956.928 640l-3.072-515.072-104.96-61.952-35.328 61.952 71.68 41.984 5.632 428.032-235.52 140.8 39.424 65.024L956.928 640z" horiz-adv-x="1024" />
<glyph glyph-name="kaifangpingtai" unicode="&#59614;" d="M936.448 889.344v1.024H97.792C47.104 890.368 6.144 847.36 6.144 794.112v-622.592c0-52.736 40.96-95.744 91.648-95.744h322.56v-121.344H167.424c-16.384 0-29.184-15.872-29.184-36.352v-4.096c0-20.48 12.8-36.352 29.184-36.352h689.152c16.384 0 29.184 15.872 29.184 36.352v4.096c0 20.48-12.8 36.352-29.184 36.352h-253.44l0.512 121.344h322.56c50.688 0 91.648 43.008 91.648 95.744V794.112c0 49.664-35.84 90.112-81.408 95.232zM97.792 142.848c-14.848 0-26.624 12.8-26.624 28.672V794.112c0 15.872 11.776 28.672 26.624 28.672h828.416c14.848 0 26.624-12.8 26.624-28.672v-622.592c0-15.872-11.776-28.672-26.624-28.672h-387.072l-0.512-188.416H485.376v188.416H97.792zM718.848 443.904c28.672 0 51.712-24.576 51.712-54.272v-62.464c0-30.208-23.04-54.272-51.712-54.272H304.64c-28.672 0-51.712 24.576-51.712 54.272V389.632c0 30.208 23.04 54.272 51.712 54.272h414.208z m7.68-116.736V389.632c0 4.096-3.584 7.68-7.68 7.68H304.64c-4.096 0-7.68-3.584-7.68-7.68v-62.464c0-4.096 3.584-7.68 7.68-7.68h414.208c4.096 0 7.68 3.584 7.68 7.68zM718.848 693.248c28.672 0 51.712-24.576 51.712-54.272v-62.464c0-30.208-23.04-54.272-51.712-54.272H304.64c-28.672 0-51.712 24.576-51.712 54.272V638.464c0 30.208 23.04 54.272 51.712 54.272l414.208 0.512z m7.68-116.736V638.464c0 4.096-3.584 7.68-7.68 7.68H304.64c-4.096 0-7.68-3.584-7.68-7.68v-62.464c0-4.096 3.584-7.68 7.68-7.68h414.208c4.096 0 7.68 3.584 7.68 8.192z" horiz-adv-x="1024" />
</font>
</defs></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="705px" height="900px" viewBox="0 0 705 900" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
<title>分组 8</title>
<desc>Created with Sketch.</desc>
<defs>
<linearGradient x1="96.7136048%" y1="50%" x2="-6.90030263%" y2="50%" id="linearGradient-1">
<stop stop-color="#B0C5F2" offset="0%"></stop>
<stop stop-color="#C8D9FF" stop-opacity="0.3" offset="100%"></stop>
</linearGradient>
<linearGradient x1="5.47723748%" y1="5.51546403%" x2="100%" y2="100%" id="linearGradient-2">
<stop stop-color="#AAC1FF" stop-opacity="0" offset="0%"></stop>
<stop stop-color="#AAC1FF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="5.51360739%" y1="6.25134676%" x2="98.3659852%" y2="97.3148133%" id="linearGradient-3">
<stop stop-color="#AAC1FF" stop-opacity="0" offset="0%"></stop>
<stop stop-color="#AAC1FF" offset="100%"></stop>
</linearGradient>
<path d="M116.871317,812.456821 L548.009045,173.268853 C612.555291,77.5751077 742.45547,52.3250709 838.149215,116.871317 L1466.55969,540.739538 C1562.25344,605.285784 1587.50348,735.185962 1522.95723,830.879707 L1091.8195,1470.06768 C1027.27326,1565.76142 897.373078,1591.01146 801.679333,1526.46521 L173.268853,1102.59699 C77.5751077,1038.05074 52.3250709,908.150566 116.871317,812.456821 Z" id="path-4"></path>
<linearGradient x1="97.2330085%" y1="2.82254265%" x2="1.96812502%" y2="100%" id="linearGradient-6">
<stop stop-color="#AAC1FF" offset="0%"></stop>
<stop stop-color="#AAC1FF" stop-opacity="0" offset="100%"></stop>
</linearGradient>
<linearGradient x1="97.3401373%" y1="2.65986272%" x2="0%" y2="100%" id="linearGradient-7">
<stop stop-color="#AAC1FF" offset="0%"></stop>
<stop stop-color="#AAC1FF" stop-opacity="0" offset="100%"></stop>
</linearGradient>
<polygon id="path-8" points="0.1981 0.0862 79.859 0.0862 79.859 46.3272 0.1981 46.3272"></polygon>
<polygon id="path-10" points="0.3941 0.3072 65.859 0.3072 65.859 52.9992 0.3941 52.9992"></polygon>
</defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="登录-copy">
<g id="分组-8" transform="translate(-882.000000, -266.000000)">
<g id="分组-7" fill="#5584FF">
<rect id="矩形" transform="translate(819.914274, 931.668264) rotate(-56.000000) translate(-819.914274, -931.668264) " x="225.414274" y="343.668264" width="1189" height="1176" rx="209"></rect>
<rect id="矩形-copy" fill-opacity="0.15" transform="translate(838.437554, 833.796326) rotate(-41.000000) translate(-838.437554, -833.796326) " x="243.937554" y="245.796326" width="1189" height="1176" rx="209"></rect>
</g>
<g id="分组-6" transform="translate(0.000000, 110.000000)">
<g id="分组" transform="translate(1107.000000, 429.000000)">
<path d="M447.103056,191.752658 C460.234296,199.342408 460.311862,211.655087 447.256937,219.249846 L252.926846,332.305809 C239.871922,339.900568 218.638747,339.895559 205.507507,332.305809 L9.89756991,219.247342 C-3.23492114,211.657592 -3.31123646,199.344913 9.74243712,191.750154 L204.073779,78.6941912 C217.127453,71.0994316 238.360628,71.1044413 251.493119,78.6941912 L447.103056,191.752658 Z" id="Fill-1" fill="#3E71F7"></path>
<path d="M447.103056,118.752658 C460.234296,126.342408 460.311862,138.655087 447.256937,146.249846 L252.926846,259.305809 C239.871922,266.900568 218.638747,266.895559 205.507507,259.305809 L9.89756991,146.247342 C-3.23492114,138.657592 -3.31123646,126.344913 9.74243712,118.750154 L204.073779,5.69419122 C217.127453,-1.9005684 238.360628,-1.89555866 251.493119,5.69419122 L447.103056,118.752658 Z" id="Fill-1" fill="#F1F5FF"></path>
<path d="M415.532374,120.723975 C426.767198,127.225384 426.833562,137.772471 415.664032,144.27817 L249.399118,241.122334 C238.229587,247.628034 220.06291,247.623743 208.828085,241.122334 L41.4681616,144.276025 C30.2322666,137.774616 30.1669727,127.227529 41.3354331,120.72183 L207.601417,23.8776657 C218.769878,17.3719659 236.936555,17.3762573 248.17245,23.8776657 L415.532374,120.723975 Z" id="Fill-1" stroke="url(#linearGradient-1)"></path>
<path d="M456.973736,132.788125 C456.964981,132.957546 456.954976,133.126968 456.938717,133.29639 C456.923709,133.443222 456.902447,133.591309 456.883687,133.738141 C456.858673,133.906308 456.834911,134.073219 456.803644,134.241386 C456.776129,134.390728 456.743611,134.538815 456.711094,134.688157 C456.674824,134.851304 456.636053,135.013196 456.592279,135.176343 C456.552258,135.32443 456.508484,135.473772 456.463459,135.621859 C456.412182,135.785006 456.359653,135.946897 456.302122,136.108789 C456.250844,136.253111 456.195815,136.397434 456.138283,136.543011 C456.070747,136.713687 455.999458,136.883109 455.924418,137.052531 C455.860633,137.194343 455.795598,137.336155 455.726811,137.476712 C455.645517,137.646134 455.556719,137.815556 455.46667,137.983722 C455.39288,138.11926 455.320341,138.254797 455.241548,138.38908 C455.125235,138.589876 455.001418,138.788162 454.872598,138.986448 C454.796307,139.106925 454.721266,139.227403 454.639972,139.346626 C454.491142,139.564991 454.331055,139.780847 454.167216,139.996703 C454.095928,140.090826 454.029642,140.187459 453.955852,140.280327 C453.684455,140.624191 453.394298,140.963034 453.086631,141.298112 C453.006588,141.384706 452.921542,141.468789 452.840248,141.554127 C452.597616,141.810142 452.344979,142.063647 452.079836,142.313387 C451.959771,142.42759 451.840957,142.540538 451.715889,142.653486 C451.558304,142.795298 451.395715,142.935855 451.231877,143.076412 C451.080545,143.20693 450.927962,143.334937 450.770377,143.462945 C450.599034,143.600992 450.423939,143.739039 450.246343,143.874577 C450.081254,144.001329 449.914914,144.126827 449.746072,144.251069 C449.562223,144.385352 449.37337,144.517124 449.183268,144.648897 C449.005671,144.770629 448.826825,144.893617 448.644226,145.014094 C448.446619,145.143357 448.244009,145.271364 448.037647,145.398117 C447.781258,145.558754 447.527371,145.719391 447.259726,145.876262 L252.990786,259.160378 C252.264143,259.584559 251.503731,259.976112 250.729562,260.352604 C250.525702,260.451747 250.320591,260.54838 250.114229,260.643759 C249.41385,260.967542 248.699713,261.276266 247.968067,261.562401 C247.871765,261.601305 247.777964,261.642719 247.681662,261.680368 C246.897487,261.979052 246.0908,262.250127 245.275359,262.507397 C244.710053,262.686858 244.129738,262.84373 243.550675,263.001857 C243.111687,263.122335 242.677702,263.249087 242.23121,263.35827 C241.623381,263.505102 241.001795,263.62809 240.38271,263.754842 C239.929964,263.846456 239.483473,263.950619 239.025725,264.030937 C238.836872,264.063566 238.64677,264.089921 238.456667,264.121295 C237.688751,264.248048 236.915832,264.357231 236.13666,264.451354 C235.910288,264.478963 235.685166,264.507828 235.457543,264.532927 C235.011051,264.580616 234.560807,264.608226 234.113065,264.64462 C233.358906,264.708624 232.604748,264.763843 231.846838,264.796472 C231.361575,264.817807 230.877563,264.827846 230.3923,264.836631 C229.779468,264.847926 229.167887,264.852946 228.553805,264.845416 C228.042278,264.839141 227.530751,264.822826 227.020474,264.802747 C226.452667,264.780157 225.884859,264.750038 225.319553,264.711134 C224.801773,264.675994 224.286494,264.63207 223.771215,264.581871 C223.210912,264.527907 222.65311,264.465159 222.096558,264.393625 C221.595037,264.329621 221.094766,264.259343 220.598247,264.181534 C220.001674,264.088666 219.410104,263.983248 218.822285,263.871555 C218.355783,263.782452 217.890531,263.689584 217.431532,263.589186 C216.728652,263.434824 216.037027,263.259127 215.350405,263.077156 C214.903914,262.959188 214.45367,262.847495 214.015933,262.716978 C213.778304,262.646699 213.544428,262.571401 213.310551,262.497357 C212.620177,262.280246 211.941059,262.046821 211.271947,261.799591 C211.079343,261.726802 210.881736,261.659034 210.690382,261.58499 C210.081302,261.349055 209.495985,261.08802 208.909418,260.82573 C208.623013,260.698977 208.325352,260.582265 208.043949,260.449237 C207.199742,260.045135 206.376797,259.618444 205.586369,259.160378 L10.0379861,145.873753 C3.43065848,142.044823 0.130121361,137.018646 0.14387881,132 L5.09327004e-05,183.150285 C-0.0149571937,188.168932 3.28683061,193.196363 9.89290756,197.024038 L205.44129,310.311918 C206.231718,310.768729 207.054664,311.196676 207.900121,311.598268 C208.181524,311.73255 208.477934,311.849263 208.764339,311.976015 C209.265861,312.200656 209.758628,312.432826 210.275157,312.637387 C210.363955,312.672527 210.456506,312.701391 210.545304,312.736531 C210.736657,312.809319 210.934264,312.877088 211.128119,312.949876 C211.795981,313.197106 212.475099,313.429277 213.165472,313.647643 C213.4006,313.721686 213.634476,313.796985 213.870854,313.867263 C214.02969,313.914952 214.186025,313.970171 214.346112,314.01535 C214.627514,314.096924 214.921423,314.152143 215.205327,314.227441 C215.893199,314.410668 216.583573,314.583854 217.286454,314.738216 C217.474055,314.780885 217.654153,314.837359 217.843005,314.876263 C218.116903,314.933992 218.400807,314.969132 218.677207,315.021841 C219.266276,315.134788 219.856595,315.238951 220.453168,315.33182 C220.693298,315.368214 220.925924,315.420923 221.167305,315.456062 C221.426195,315.493711 221.691339,315.511281 221.95273,315.54391 C222.509282,315.615444 223.065833,315.676938 223.627387,315.730902 C223.895032,315.758511 224.158925,315.799925 224.42657,315.822515 C224.675455,315.84134 224.92559,315.843849 225.174475,315.861419 C225.741032,315.900323 226.306338,315.930443 226.875396,315.953032 C227.16055,315.964327 227.444454,315.990682 227.729608,315.998211 C227.955981,316.004486 228.182353,315.991937 228.409977,315.995702 C229.022809,316.003231 229.63439,315.998211 230.247222,315.988172 C230.552387,315.981897 230.858803,315.993192 231.162717,315.983152 C231.344065,315.976877 231.521662,315.954287 231.701759,315.946757 C232.46092,315.914128 233.213828,315.858909 233.967986,315.794905 C234.271901,315.771061 234.578317,315.764786 234.880981,315.733412 C235.026059,315.720862 235.168636,315.698272 235.313715,315.681958 C235.541338,315.658113 235.765209,315.627994 235.992833,315.601639 C236.772004,315.508771 237.544923,315.398333 238.312839,315.271581 C238.501691,315.241461 238.691794,315.213852 238.880646,315.181223 C238.971946,315.164908 239.065746,315.152358 239.157046,315.137298 C239.522244,315.070785 239.876185,314.979171 240.238882,314.905128 C240.857967,314.77963 241.478303,314.656643 242.087383,314.508556 C242.533874,314.400628 242.966609,314.271365 243.406847,314.152143 C243.985911,313.994016 244.564974,313.837144 245.13028,313.657682 C245.252847,313.620033 245.380416,313.591169 245.502982,313.55101 C246.192105,313.326369 246.869972,313.085414 247.537834,312.830654 C247.634136,312.794259 247.725435,312.750335 247.821737,312.713941 C248.554634,312.427807 249.268771,312.119083 249.96915,311.794044 C250.175512,311.698666 250.380623,311.602033 250.584483,311.50289 C251.359903,311.126397 252.120315,310.734845 252.846958,310.310663 L447.115898,197.026548 C447.254723,196.94623 447.389796,196.864656 447.52487,196.783083 C447.652439,196.706529 447.770002,196.627466 447.893819,196.549657 C448.09768,196.42165 448.30154,196.294897 448.500398,196.16438 C448.682997,196.043902 448.860593,195.92217 449.036938,195.799182 C449.228292,195.66741 449.417144,195.535637 449.600994,195.401355 C449.771086,195.277112 449.936175,195.151615 450.101265,195.024862 C450.27761,194.88807 450.453956,194.752533 450.625298,194.61323 C450.782884,194.485223 450.936717,194.357215 451.088049,194.226698 C451.251888,194.087396 451.413225,193.946838 451.57081,193.805026 C451.634595,193.746042 451.705883,193.689568 451.769668,193.630585 C451.82845,193.575366 451.878477,193.518892 451.937259,193.463673 C452.201152,193.212678 452.453788,192.960428 452.695169,192.705668 C452.777714,192.619075 452.86276,192.534991 452.941552,192.448398 C453.247968,192.112064 453.539376,191.773221 453.810773,191.430613 C453.822029,191.416808 453.835787,191.401748 453.848293,191.387944 C453.910827,191.307625 453.962105,191.227307 454.023388,191.146988 C454.185976,190.932388 454.346063,190.715277 454.496144,190.496911 C454.576188,190.377689 454.652479,190.257211 454.72877,190.136733 C454.856339,189.938447 454.980156,189.740161 455.096469,189.54062 C455.127736,189.485401 455.166507,189.432692 455.196523,189.378728 C455.241548,189.297155 455.279068,189.214326 455.322842,189.132753 C455.412891,188.965841 455.499187,188.79642 455.582983,188.628253 C455.650519,188.486441 455.716805,188.344628 455.78059,188.202816 C455.85438,188.033395 455.925668,187.863973 455.993205,187.694551 C456.023221,187.617998 456.061992,187.542699 456.089507,187.466146 C456.114521,187.397122 456.133281,187.326843 456.158294,187.25782 C456.215825,187.095928 456.268354,186.935291 456.318381,186.774654 C456.363405,186.625312 456.40843,186.47597 456.448451,186.326628 C456.490974,186.163481 456.530996,186.000334 456.567266,185.837188 C456.586026,185.749339 456.613541,185.660236 456.632301,185.572388 C456.642306,185.512149 456.64856,185.45191 456.659816,185.392926 C456.689832,185.22476 456.714846,185.056593 456.738608,184.888426 C456.758619,184.740339 456.779881,184.593507 456.793638,184.446675 C456.809897,184.277253 456.821153,184.107832 456.829908,183.93841 C456.836161,183.839267 456.847417,183.741379 456.851169,183.640981 C456.853671,183.543093 456.854921,183.445205 456.854921,183.346062 L457,132.195776 C457,132.394062 456.984992,132.591093 456.973736,132.788125" id="Fill-3" fill="#C2D3FF"></path>
</g>
<g id="API网关" transform="translate(1136.000000, 609.000000)" fill="#87A8FF">
<polygon id="Fill-1" points="398.476 0 385 7.781 385.015 13.489 398.494 5.708 398.478 0"></polygon>
<polygon id="Fill-1-Copy" points="352.476 27 339 34.781 339.015 40.489 352.494 32.708 352.478 27"></polygon>
<polygon id="Fill-1-Copy-2" points="307.476 53 294 60.781 294.015 66.489 307.494 58.708 307.478 53"></polygon>
<polygon id="Fill-1-Copy-3" points="261.476 81 248 88.781 248.015 94.489 261.494 86.708 261.478 81"></polygon>
<polygon id="Fill-1" points="152.016 89 152 94.708 165.478 102.489 165.494 96.781"></polygon>
<polygon id="Fill-1-Copy-4" points="100.016 60 100 65.708 113.478 73.489 113.494 67.781"></polygon>
<polygon id="Fill-1-Copy-5" points="54.016 32 54 37.708 67.478 45.489 67.494 39.781"></polygon>
<polygon id="Fill-1-Copy-6" points="0.016 3 0 8.708 13.478 16.489 13.494 10.781"></polygon>
</g>
<g id="分组-3">
<mask id="mask-5" fill="white">
<use xlink:href="#path-4"></use>
</mask>
<g id="Mask"></g>
<g mask="url(#mask-5)" id="Fill-1" stroke="#AAC1FF">
<g transform="translate(1391.000000, 615.000000)">
<polygon fill="#000000" points="137.002 1.98951966e-13 137 0.814 410.123 158.502 410.125 157.687"></polygon>
<polygon fill="#AAC1FF" points="92.002 28 92 28.814 365.123 186.502 365.125 185.687"></polygon>
<polygon fill="#AAC1FF" points="47.002 54 47 54.814 320.123 212.502 320.125 211.687"></polygon>
<polygon fill="#AAC1FF" points="0.002 81 0 81.814 273.123 239.502 273.125 238.687"></polygon>
</g>
</g>
</g>
<g id="分组-3" transform="translate(869.000000, 294.000000)" fill="url(#linearGradient-2)" stroke="url(#linearGradient-3)">
<polygon id="Fill-1" points="137.002 1.98951966e-13 137 0.814 410.123 158.502 410.125 157.687"></polygon>
<polygon id="Fill-1" points="92.002 28 92 28.814 365.123 186.502 365.125 185.687"></polygon>
<polygon id="Fill-1" points="47.002 54 47 54.814 320.123 212.502 320.125 211.687"></polygon>
<polygon id="Fill-1" points="0.002 81 0 81.814 273.123 239.502 273.125 238.687"></polygon>
</g>
<g id="分组-5" transform="translate(869.000000, 618.000000)" fill="url(#linearGradient-6)" stroke="url(#linearGradient-7)">
<polygon id="Fill-1" points="324.115 30 51 187.684 51.003 188.498 324.118 30.814 324.117 30"></polygon>
<polygon id="Fill-1" points="374.115 60 101 217.684 101.003 218.498 374.118 60.814 374.117 60"></polygon>
<polygon id="Fill-1" points="425.115 86 152 243.684 152.003 244.498 425.118 86.814 425.117 86"></polygon>
<polygon id="Fill-1" points="273.115 -1.98951966e-13 0 157.684 0.003 158.498 273.118 0.814 273.117 -1.98951966e-13"></polygon>
</g>
<g id="分组" transform="translate(1229.000000, 493.000000)">
<polygon id="Fill-1" fill="#6D7589" points="84.3732 26.5937 84.7242 26.7967 84.7652 12.1247 84.4142 11.9207"></polygon>
<polygon id="Fill-2" fill="#D4DFF8" points="84.4148 11.9211 84.3728 26.5941 46.8168 37.2801 46.8578 22.6081"></polygon>
<polygon id="Fill-3" fill="#D4DFF8" points="32.3406 26.924 32.2986 41.597 13.5226 46.733 13.5646 32.06"></polygon>
<polygon id="Fill-4" fill="#B0BDDF" points="0 38.9246 13.523 46.7326 13.564 32.0596 0.041 24.2516"></polygon>
<polygon id="Fill-5" fill="#B0BDDF" points="58.3264 41.927 58.2844 56.6 32.2994 41.597 32.3404 26.924"></polygon>
<path d="M89.3115,0.0005 L0.0415,24.2515 L13.5635,32.0595 L32.3405,26.9245 L58.3265,41.9265 L49.5165,52.8165 L63.7605,61.0405 L106.0455,9.6615 L89.3115,0.0005 Z M46.8585,22.6075 L84.4145,11.9215 L84.7655,12.1245 L65.7255,33.5005 L46.8585,22.6075 Z" id="Fill-6" fill="#E2EAFD"></path>
<polygon id="Fill-7" fill="#D4DFF8" points="106.0457 9.6614 106.0037 24.3344 63.7187 75.7134 63.7607 61.0404"></polygon>
<polygon id="Fill-8" fill="#B0BDDF" points="63.7605 61.0403 63.7185 75.7133 49.4745 67.4893 49.5165 52.8163"></polygon>
<polygon id="Fill-9" fill="#D4DFF8" points="140.8645 43.3078 140.8225 57.9808 122.4335 68.6668 122.4755 53.9948"></polygon>
<g transform="translate(72.000000, 28.193000)">
<path d="M74.0959,18.1207 C73.7849,17.9417 73.4659,17.7627 73.1359,17.5807 C71.9489,17.0347 70.9999,16.5577 70.2879,16.1457 C69.5759,15.7347 69.1009,15.3917 68.8649,15.1147 L68.8229,29.7877 C69.0599,30.0637 69.5339,30.4077 70.2459,30.8187 C70.9579,31.2297 71.9079,31.7077 73.0949,32.2537 C73.4239,32.4347 73.7429,32.6147 74.0539,32.7947 C79.0999,35.7077 81.6219,38.3777 81.6159,40.8077 L81.6569,26.1357 C81.6639,23.7047 79.1419,21.0347 74.0959,18.1207" id="Fill-10" fill="#B0BDDF"></path>
<path d="M101.6023,28.9937 C101.5863,29.3787 101.5473,29.7617 101.4723,30.1407 C101.4693,30.1517 101.4653,30.1637 101.4633,30.1747 C101.3873,30.5487 101.2763,30.9207 101.1423,31.2907 C101.1213,31.3477 101.1043,31.4057 101.0823,31.4637 C101.0453,31.5587 101.0023,31.6537 100.9613,31.7497 C100.9063,31.8797 100.8503,32.0087 100.7873,32.1387 C100.7393,32.2357 100.6863,32.3337 100.6353,32.4317 C100.5703,32.5527 100.5053,32.6747 100.4343,32.7957 C100.3573,32.9277 100.2733,33.0587 100.1883,33.1907 C100.1213,33.2957 100.0543,33.4007 99.9823,33.5067 C99.8903,33.6397 99.7903,33.7717 99.6893,33.9047 C99.6153,34.0037 99.5433,34.1017 99.4653,34.2007 C99.2483,34.4727 99.0163,34.7427 98.7663,35.0117 C98.7183,35.0627 98.6653,35.1137 98.6163,35.1647 C98.4053,35.3857 98.1843,35.6057 97.9513,35.8257 C97.8593,35.9117 97.7663,35.9967 97.6713,36.0827 C97.4733,36.2627 97.2673,36.4407 97.0533,36.6197 C96.9563,36.7007 96.8633,36.7807 96.7633,36.8617 C96.4683,37.0997 96.1623,37.3387 95.8403,37.5747 C95.8193,37.5907 95.8003,37.6057 95.7803,37.6217 C95.4353,37.8727 95.0723,38.1237 94.6973,38.3737 C94.5843,38.4477 94.4663,38.5227 94.3503,38.5977 C94.0763,38.7757 93.7953,38.9537 93.5063,39.1307 C93.2643,39.2777 93.0243,39.4257 92.7713,39.5727 C92.0343,39.9697 91.2933,40.3347 90.5493,40.6847 C90.3413,40.7827 90.1333,40.8757 89.9253,40.9707 C89.3253,41.2407 88.7233,41.4967 88.1183,41.7367 C87.9543,41.8027 87.7913,41.8727 87.6273,41.9347 C86.8933,42.2167 86.1563,42.4727 85.4163,42.7097 C84.9843,42.8477 84.5483,42.9627 84.1143,43.0847 C83.6913,43.2037 83.2693,43.3317 82.8443,43.4367 C82.4083,43.5447 81.9693,43.6287 81.5303,43.7207 C81.0833,43.8147 80.6373,43.9187 80.1883,43.9967 C80.0713,44.0167 79.9533,44.0337 79.8363,44.0537 C79.0603,44.1817 78.2813,44.2907 77.4983,44.3707 C77.4763,44.3727 77.4533,44.3767 77.4313,44.3787 C76.5653,44.4667 75.6963,44.5237 74.8223,44.5537 C74.7253,44.5567 74.6273,44.5527 74.5303,44.5557 C73.7863,44.5747 73.0403,44.5767 72.2903,44.5547 C72.0113,44.5467 71.7303,44.5227 71.4503,44.5097 C70.8873,44.4807 70.3243,44.4487 69.7573,44.3967 C69.3893,44.3637 69.0193,44.3157 68.6503,44.2727 C68.1603,44.2157 67.6703,44.1547 67.1783,44.0797 C66.6823,44.0047 66.1843,43.9117 65.6853,43.8187 C65.1983,43.7267 64.7113,43.6407 64.2213,43.5337 C64.0423,43.4937 63.8643,43.4537 63.6853,43.4117 C62.8773,43.2237 62.0673,43.0187 61.2523,42.7857 C61.0293,42.7227 60.8033,42.6427 60.5793,42.5757 C59.9133,42.3757 59.2473,42.1687 58.5763,41.9377 C58.2433,41.8227 57.9083,41.6917 57.5743,41.5697 C57.0233,41.3687 56.4723,41.1657 55.9183,40.9427 C55.2433,40.6727 54.5633,40.3747 53.8833,40.0737 C53.5513,39.9277 53.2213,39.7927 52.8893,39.6397 C51.8743,39.1697 50.8563,38.6717 49.8323,38.1357 L39.5083,32.1747 L39.4663,46.8477 L49.7903,52.8077 C50.8143,53.3447 51.8323,53.8427 52.8473,54.3117 C53.1803,54.4657 53.5103,54.5997 53.8413,54.7467 C54.5213,55.0477 55.2013,55.3457 55.8763,55.6157 C55.9793,55.6577 56.0843,55.7087 56.1873,55.7487 L56.1873,55.7337 L56.1873,55.7487 C56.6383,55.9267 57.0853,56.0797 57.5353,56.2437 C57.8683,56.3657 58.2023,56.4967 58.5343,56.6107 C59.2073,56.8437 59.8783,57.0507 60.5473,57.2517 C60.7683,57.3177 60.9903,57.3957 61.2093,57.4587 C61.2323,57.4657 61.2563,57.4737 61.2793,57.4807 C62.0713,57.7057 62.8583,57.9017 63.6443,58.0847 C63.8223,58.1267 64.0013,58.1667 64.1803,58.2067 C64.3653,58.2477 64.5513,58.2947 64.7363,58.3327 L64.7363,58.3147 L64.7363,58.3327 C65.0393,58.3957 65.3393,58.4337 65.6423,58.4907 C66.1423,58.5847 66.6413,58.6777 67.1373,58.7527 C67.2853,58.7747 67.4343,58.8087 67.5813,58.8307 C67.9243,58.8797 68.2653,58.9047 68.6073,58.9457 C68.9773,58.9887 69.3473,59.0367 69.7153,59.0697 C69.8363,59.0807 69.9583,59.1007 70.0783,59.1107 C70.5233,59.1467 70.9653,59.1597 71.4093,59.1817 C71.6883,59.1957 71.9693,59.2197 72.2483,59.2267 C72.3103,59.2287 72.3733,59.2357 72.4353,59.2377 C73.1223,59.2547 73.8063,59.2457 74.4883,59.2277 C74.5853,59.2247 74.6843,59.2297 74.7813,59.2267 C74.7893,59.2257 74.7973,59.2267 74.8053,59.2267 C75.6613,59.1967 76.5143,59.1397 77.3623,59.0557 C77.3713,59.0547 77.3803,59.0527 77.3893,59.0517 C77.4123,59.0497 77.4343,59.0467 77.4563,59.0437 C78.2393,58.9637 79.0183,58.8537 79.7943,58.7257 C79.9123,58.7067 80.0293,58.6897 80.1463,58.6697 C80.2273,58.6557 80.3093,58.6447 80.3913,58.6307 C80.7583,58.5637 81.1213,58.4717 81.4873,58.3937 C81.9263,58.3017 82.3663,58.2177 82.8033,58.1097 C83.2273,58.0057 83.6483,57.8777 84.0713,57.7587 C84.5063,57.6357 84.9423,57.5207 85.3743,57.3827 C85.4383,57.3627 85.5023,57.3477 85.5663,57.3277 C86.2423,57.1077 86.9143,56.8657 87.5843,56.6087 C87.7493,56.5457 87.9143,56.4747 88.0793,56.4087 C88.6823,56.1697 89.2843,55.9137 89.8833,55.6427 C90.0913,55.5497 90.3003,55.4557 90.5083,55.3577 C91.2513,55.0077 91.9933,54.6417 92.7293,54.2457 C92.9093,54.1407 93.0853,54.0367 93.2593,53.9317 C93.3313,53.8897 93.3963,53.8447 93.4673,53.8017 C93.7543,53.6257 94.0333,53.4497 94.3053,53.2727 C94.4223,53.1977 94.5423,53.1217 94.6573,53.0457 C95.0313,52.7957 95.3943,52.5457 95.7393,52.2937 C95.7573,52.2797 95.7743,52.2657 95.7923,52.2527 C96.1173,52.0147 96.4253,51.7737 96.7233,51.5337 C96.8213,51.4537 96.9153,51.3737 97.0103,51.2947 C97.2243,51.1147 97.4323,50.9347 97.6303,50.7547 C97.6823,50.7077 97.7413,50.6617 97.7923,50.6147 C97.8333,50.5767 97.8683,50.5377 97.9093,50.4987 C98.1423,50.2787 98.3643,50.0587 98.5753,49.8377 C98.6233,49.7867 98.6763,49.7357 98.7243,49.6837 C98.9743,49.4157 99.2063,49.1447 99.4223,48.8737 C99.4393,48.8527 99.4603,48.8327 99.4773,48.8107 C99.5383,48.7327 99.5903,48.6547 99.6493,48.5757 C99.7483,48.4437 99.8483,48.3117 99.9403,48.1797 C100.0133,48.0737 100.0793,47.9687 100.1473,47.8627 C100.2313,47.7317 100.3153,47.6007 100.3923,47.4697 C100.4143,47.4307 100.4413,47.3927 100.4633,47.3547 C100.5103,47.2707 100.5493,47.1867 100.5943,47.1027 C100.6453,47.0057 100.6983,46.9087 100.7453,46.8107 C100.8083,46.6807 100.8643,46.5517 100.9203,46.4217 C100.9603,46.3267 101.0033,46.2317 101.0403,46.1377 C101.0503,46.1117 101.0633,46.0867 101.0723,46.0607 C101.0843,46.0277 101.0893,45.9947 101.1013,45.9627 C101.2353,45.5927 101.3453,45.2217 101.4213,44.8477 C101.4233,44.8397 101.4273,44.8307 101.4293,44.8217 C101.4303,44.8187 101.4293,44.8167 101.4303,44.8137 C101.5063,44.4337 101.5443,44.0517 101.5603,43.6677 C101.5623,43.6327 101.5723,43.5977 101.5733,43.5607 C101.5743,43.4987 101.5753,43.4357 101.5753,43.3737 L101.6173,28.7007 C101.6173,28.7987 101.6063,28.8957 101.6023,28.9937" id="Fill-12" fill="#B0BDDF"></path>
<polygon id="Fill-14" fill="#D4DFF8" points="39.5085 32.1744 39.4665 46.8474 14.3605 61.4374 14.4025 46.7644"></polygon>
<path d="M57.2961,30.3385 C64.7131,34.6205 71.5571,34.8205 77.8251,30.9425 C83.9721,27.3705 82.7211,23.1015 74.0961,18.1205 C73.7851,17.9425 73.4661,17.7625 73.1361,17.5805 C71.9491,17.0345 71.0001,16.5575 70.2881,16.1465 C69.5761,15.7345 69.1011,15.3915 68.8641,15.1145 L50.4761,25.8015 C51.1911,26.2135 52.4871,27.1095 54.3921,28.4735 C55.3691,29.1635 56.3381,29.7845 57.2961,30.3385 M87.1341,12.9575 C104.3401,22.8915 106.2111,31.7625 92.7711,39.5725 C79.5621,46.6935 65.2531,46.2155 49.8321,38.1355 L39.5081,32.1745 L14.4021,46.7645 L0.5221,38.7505 L65.9451,0.7315 L86.2351,12.4455 C86.5391,12.6165 86.8391,12.7875 87.1341,12.9575" id="Fill-16" fill="#E2EAFD"></path>
<polygon id="Fill-18" fill="#B0BDDF" points="14.4021 46.7643 14.3601 61.4373 0.4801 53.4233 0.5221 38.7503"></polygon>
<g transform="translate(61.000000, 38.000000)">
<mask id="mask-9" fill="white">
<use xlink:href="#path-8"></use>
</mask>
<g id="Clip-21"></g>
<polygon id="Fill-20" fill="#E2EAFD" mask="url(#mask-9)" points="79.8591 8.3072 14.4361 46.3272 0.1981 38.1072 65.6211 0.0862"></polygon>
</g>
<g transform="translate(75.000000, 46.000000)">
<mask id="mask-11" fill="white">
<use xlink:href="#path-10"></use>
</mask>
<g id="Clip-23"></g>
<polygon id="Fill-22" fill="#D4DFF8" mask="url(#mask-11)" points="65.8591 0.3072 65.8171 14.9802 0.3941 52.9992 0.4361 38.3272"></polygon>
</g>
<polygon id="Fill-24" fill="#B0BDDF" points="75.4358 84.3268 75.3938 98.9998 61.1568 90.7798 61.1978 76.1068"></polygon>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 400 335" style="enable-background:new 0 0 400 335;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FAFCFF;}
.st1{fill:#DBE5F1;}
.st2{fill:#DEE7F4;}
.st3{fill:#B9C7DB;}
.st4{fill:#FFFFFF;}
.st5{fill:none;stroke:#B9C7DB;stroke-width:4;stroke-miterlimit:10;}
.st6{fill:none;stroke:#B6C7D8;stroke-miterlimit:10;}
</style>
<path class="st0" d="M80.9,159.3c0,50.2,40.7,90.9,90.9,90.9s90.9-40.7,90.9-90.9l0,0c0-50.2-40.7-90.9-90.9-90.9
C121.6,68.3,80.9,109,80.9,159.3C80.9,159.2,80.9,159.3,80.9,159.3z"/>
<path class="st1" d="M96.3,264.2c-0.9,0-2,0-2.8-0.1l0.3-2.7c1.6,0.1,3.3,0.1,5.1,0l0.1,2.7C98,264.1,97.1,264.2,96.3,264.2z
M104.3,263.4l-0.4-2.7c1.6-0.3,3.3-0.7,5.1-1.1l0.7,2.5C107.9,262.8,106,263.2,104.3,263.4z M87.8,263c-1.9-0.5-3.6-1.3-5.2-2.3
l1.3-2.3c1.3,0.8,2.9,1.5,4.5,2L87.8,263L87.8,263z M114.8,260.6l-0.8-2.5c1.6-0.5,3.3-1.2,4.9-1.9l0.9,2.5
C118.2,259.6,116.6,260.1,114.8,260.6z M78.2,257.1c-1.2-1.3-2.3-2.9-3.2-4.7l2.4-1.2c0.8,1.5,1.7,2.9,2.8,4.1L78.2,257.1z
M125,256.7l-1.1-2.4c1.6-0.7,3.2-1.5,4.8-2.3l1.2,2.4C128.2,255.3,126.5,255.9,125,256.7z M134.6,251.9l-1.2-2.4
c1.5-0.8,3.1-1.7,4.7-2.5l1.3,2.3C137.7,250.2,136.1,251.1,134.6,251.9z M72.9,247.3c-0.5-1.7-0.9-3.5-1.2-5.5l2.7-0.4
c0.3,1.7,0.7,3.5,1.1,5.1L72.9,247.3L72.9,247.3z M144,246.6l-1.3-2.3c1.5-0.9,2.9-1.9,4.5-2.8l1.5,2.3
C146.9,244.6,145.5,245.6,144,246.6z M153,240.7l-1.5-2.3c1.5-0.9,2.9-2,4.4-3.1l1.6,2.1C155.9,238.7,154.4,239.6,153,240.7z
M71.3,236.4v-1.2c0-1.3,0-2.8,0.1-4.3l2.7,0.1c-0.1,1.3-0.1,2.8-0.1,4.1v1.1L71.3,236.4z M161.8,234.4l-1.6-2.1
c1.5-1.1,2.8-2.1,4.3-3.2l1.6,2.1C164.6,232.3,163.1,233.3,161.8,234.4z M170.2,227.9l-1.6-2.1c1.3-1.1,2.8-2.3,4.1-3.3l1.7,2
C173,225.6,171.7,226.8,170.2,227.9z M74.7,225.9l-2.7-0.4c0.3-1.7,0.5-3.5,0.9-5.3l2.7,0.5C75.3,222.5,75,224.3,74.7,225.9
L74.7,225.9z M178.5,221l-1.7-2c1.3-1.2,2.7-2.3,4-3.5l1.7,2C181.3,218.8,179.8,219.8,178.5,221z M76.9,215.6l-2.5-0.7l1.6-5.2
l2.5,0.8C77.9,212.2,77.4,214,76.9,215.6z M186.6,214l-1.7-2c1.3-1.2,2.7-2.4,3.9-3.6l1.9,2C189.2,211.6,188,212.8,186.6,214z
M194.4,206.6l-1.9-1.9c1.3-1.2,2.5-2.4,3.9-3.7l1.9,1.9C197.1,204.2,195.7,205.4,194.4,206.6z M80.2,205.5l-2.5-0.9
c0.7-1.6,1.3-3.3,2-4.9l2.5,1.1L80.2,205.5z M202.2,199.1l-1.9-1.9c1.2-1.2,2.5-2.5,3.7-3.9l1.9,1.9
C204.6,196.6,203.4,197.8,202.2,199.1z M84.5,195.6l-2.5-0.7c0.1-0.3,0.1-0.7,0.1-1.2c0-0.9-0.1-2-0.4-3.6l2.7-0.4
c0.3,1.7,0.4,3.1,0.4,4C84.6,194.4,84.6,195.1,84.5,195.6z M209.5,191.4l-2-1.9c1.2-1.3,2.4-2.5,3.6-3.9l2,1.7
C212,188.8,210.7,190,209.5,191.4z M80.8,184.9v-0.4c-0.3-1.5-0.5-3.2-0.9-4.9l2.7-0.4c0.3,1.7,0.7,3.3,0.9,4.9v0.4L80.8,184.9z
M215.5,184.8l-2-1.7c1.2-1.3,2.4-2.7,3.5-4l2,1.7C217.9,182.1,216.7,183.5,215.5,184.8z M222.6,176.8l-2-1.7c1.2-1.3,2.3-2.7,3.5-4
l2,1.7C225,174,223.8,175.5,222.6,176.8z M78.9,174.4c-0.3-1.9-0.5-3.6-0.7-5.3l2.7-0.3c0.1,1.7,0.4,3.5,0.7,5.2L78.9,174.4z
M229.6,168.5l-2.1-1.7c1.1-1.3,2.3-2.8,3.3-4.1l2.1,1.6C231.8,165.7,230.6,167.2,229.6,168.5z M77.7,163.6
c-0.1-1.9-0.1-3.6-0.1-5.5h2.7c0,1.7,0,3.5,0.1,5.2L77.7,163.6z M236.3,160.1l-2.1-1.6c1.1-1.5,2.1-2.8,3.2-4.3l2.1,1.6
C238.4,157.3,237.3,158.6,236.3,160.1z M80.4,152.9l-2.7-0.1c0.1-1.9,0.3-3.6,0.5-5.5l2.7,0.3C80.6,149.4,80.5,151.1,80.4,152.9z
M242.5,151.5l-2.1-1.6c1.1-1.5,2.1-2.9,3.1-4.3l2.1,1.5C244.7,148.6,243.6,150,242.5,151.5z M248.8,142.7l-2.3-1.5
c1.1-1.5,2-2.9,2.9-4.4l2.3,1.5C250.8,139.8,249.8,141.2,248.8,142.7z M81.7,142.4l-2.7-0.5c0.4-1.7,0.8-3.6,1.2-5.3l2.5,0.7
C82.4,139.1,82,140.7,81.7,142.4z M254.7,133.7l-2.3-1.5c0.9-1.5,1.9-3.1,2.8-4.5l2.3,1.3C256.6,130.7,255.6,132.1,254.7,133.7z
M84.5,132.4l-2.5-0.9c0.7-1.7,1.3-3.3,2.1-5.1l2.4,1.1C85.7,129.2,85,130.8,84.5,132.4z M260.2,124.5l-2.3-1.3
c0.9-1.6,1.7-3.1,2.7-4.7l2.3,1.3C262.1,121.4,261.1,122.9,260.2,124.5z M88.9,122.9l-2.3-1.3l0.9-1.6c0.5-0.9,1.1-2,1.7-2.9
l2.3,1.3c-0.5,1.1-1.2,2-1.7,2.9L88.9,122.9z M265.4,115.2L263,114c0.8-1.6,1.6-3.2,2.4-4.7l2.4,1.2
C267.1,111.9,266.3,113.5,265.4,115.2z M94.3,113.7l-2.3-1.3c0.9-1.5,1.9-3.1,2.8-4.5l2.3,1.5L94.3,113.7z M270.2,105.5l-2.4-1.1
c0.8-1.6,1.5-3.2,2.1-4.8l2.4,1.1C271.8,102.2,271,103.8,270.2,105.5z M100,104.9l-2.1-1.6l3.2-4.4l2.1,1.6
C102.1,101.9,101.1,103.3,100,104.9z M106.6,96.4l-2-1.7l3.6-4l1.9,1.9C108.8,93.8,107.6,95.1,106.6,96.4z M274.5,95.6l-2.5-0.9
c0.7-1.6,1.3-3.3,1.9-4.9l2.5,0.9C275.8,92.2,275.2,93.9,274.5,95.6z M113.9,88.9l-1.7-2c1.3-1.2,2.8-2.4,4.1-3.5l1.6,2.1
C116.6,86.7,115.1,87.7,113.9,88.9z M278.1,85.5l-2.5-0.8c0.5-1.7,1.1-3.5,1.5-5.1l2.5,0.7C279.2,81.9,278.8,83.6,278.1,85.5z
M122.1,82.4l-1.5-2.3c1.5-1.1,3.1-2,4.5-2.9l1.3,2.3C125,80.5,123.5,81.5,122.1,82.4z M131.2,77.2l-1.2-2.4
c1.6-0.8,3.3-1.5,4.9-2.3L136,75C134.4,75.7,132.8,76.4,131.2,77.2z M280.9,74.9l-2.7-0.5c0.4-1.7,0.7-3.5,0.8-5.2l2.7,0.4
C281.6,71.3,281.3,73.2,280.9,74.9z M140.9,73.2l-0.8-2.5l5.2-1.6l0.7,2.5C144.3,72.1,142.7,72.6,140.9,73.2z M151.1,70.4l-0.5-2.7
c1.7-0.4,3.6-0.8,5.3-1.1l0.4,2.7C154.6,69.7,152.8,70,151.1,70.4z M187.8,69.2c-1.5-0.1-3.2-0.4-5.2-0.5l0.3-2.7
c2.1,0.1,3.9,0.4,5.3,0.7L187.8,69.2z M194,68.9l-1.6-2.1c1.5-1.1,2.9-2.1,4.3-3.2l1.6,2.1C196.9,66.7,195.5,67.8,194,68.9z
M161.5,68.6l-0.3-2.7c1.7-0.3,3.6-0.4,5.3-0.4l0.1,2.7L161.5,68.6z M177.3,68.1c-1.6-0.1-3.2-0.1-4.8-0.1H172v-2.7h0.5
c1.6,0,3.2,0,4.9,0.1L177.3,68.1z M282.2,64.1l-2.7-0.1v-1.7c0-1.2,0-2.4-0.1-3.5l2.7-0.3c0.1,1.2,0.1,2.4,0.1,3.6V64.1z
M202.7,62.6l-1.5-2.3c1.5-1.1,2.9-2,4.4-2.9l1.5,2.3C205.6,60.6,204.2,61.7,202.7,62.6L202.7,62.6z M211.6,56.9l-1.5-2.3
c1.6-0.9,3.1-1.9,4.7-2.8l1.3,2.3C214.6,55,213.1,55.9,211.6,56.9z M278.6,53.8c-0.4-1.7-1.1-3.3-1.7-4.7l2.4-1.2
c0.8,1.6,1.5,3.3,2,5.3L278.6,53.8L278.6,53.8z M220.7,51.5l-1.3-2.4c1.6-0.9,3.2-1.7,4.8-2.5l1.2,2.4
C223.9,49.8,222.3,50.7,220.7,51.5z M230.2,46.7l-1.1-2.4c1.7-0.8,3.3-1.5,4.9-2.1l0.9,2.5C233.6,45.4,231.8,46,230.2,46.7z
M274.1,45l-0.9-0.9c-0.9-0.8-1.9-1.5-2.9-2.1l1.3-2.3c1.2,0.7,2.4,1.5,3.3,2.4c0.4,0.4,0.8,0.7,1.1,1.1L274.1,45L274.1,45z
M240,42.8l-0.8-2.5c1.7-0.7,3.5-1.2,5.2-1.6l0.7,2.5C243.5,41.7,241.7,42.3,240,42.8z M265.5,40.1c-1.6-0.4-3.2-0.7-5.1-0.8
l0.1-2.7c2,0.1,3.9,0.4,5.5,0.8L265.5,40.1L265.5,40.1z M250.2,40.1l-0.5-2.7c1.9-0.4,3.7-0.5,5.5-0.8l0.3,2.7
C253.8,39.5,252,39.7,250.2,40.1L250.2,40.1z"/>
<path class="st2" d="M92.1,178.4c5.6,5.9,32.8-11.2,60.8-38.2s46.2-53.7,40.6-59.6c0,0,0,0-0.1-0.1c-5.6-5.8-32.9,11.3-60.9,38.4
C104.6,145.9,86.5,172.6,92.1,178.4L92.1,178.4z"/>
<path class="st0" d="M122.1,117.3l5.7-5.7l25.5,25.5l-5.7,5.7L122.1,117.3z M163.8,147.2h148.4c3.7,0,6.7,2.9,6.7,6.7v61.5
c0,3.7-2.9,6.7-6.7,6.7H163.8c-3.7,0-6.7-2.9-6.7-6.7v-61.5C157.1,150.2,160,147.2,163.8,147.2z"/>
<path class="st3" d="M325.8,134.1v-5.6h2v5.6h5.6v2h-5.6v5.7h-2v-5.6h-5.6v-2L325.8,134.1L325.8,134.1z M86.6,202.5l-1.3-2.9
c-0.4-0.9-0.8-1.7-1.3-2.9l-0.8-3.3c-4-10.6-6.3-21.9-6.3-34c0-23.9,9-45.9,23.8-62.3L85.3,80.8c-1.6-1.7-1.6-4.5,0.1-6.2
c1.7-1.7,4.4-1.7,6.2-0.1l16.3,15.4c16.6-15,38.5-24.1,62.7-24.1c17.8,0,34.5,4.9,48.7,13.6c10.7,7.2,13.4,8.7,21,17.6
c5.7,6.7,6,6.4,10.7,14.2c0.8,0.1,7.5,11.8,7.5,15.6c2.4,6.3,4,13,4.9,19.7h48.4c2.7,0,5.1,1.1,7,2.9c1.9,1.9,2.9,4.4,2.9,7v57.8
c0,2.7-1.1,5.1-2.9,7c-1.9,1.9-4.4,2.9-7,2.9h-73.4c-17.1,17.8-41.2,28.9-67.8,28.9c-10.8,0-21.7-1.9-31.8-5.5
c-17.8-7.9-17.1-7.2-26.1-14.2s-10-9.4-22.7-25.9C88.6,205.3,87.7,204.5,86.6,202.5z M91.7,202.6c10.2,18.5,26.7,33,46.7,40.6
c8.6-5.3,23.7-16.8,25.5-19.3c-2.7,0-5.1-1.1-7-2.9s-2.9-4.4-2.9-7v-46.8c-9.6,6.3-20.6,10.8-31.7,13.5c-13.9,3.3-26.7,3.1-30.4-0.5
c-6.3-6.3,9.1-30.2,34.2-56.4l-23-24.2c-14,15.9-22.7,36.8-22.7,59.6c0,10.8,1.9,21.5,5.7,31.6l2,5.5
C88.8,197.4,89.3,198.9,91.7,202.6L91.7,202.6z M110.6,92.3l24.3,22.9l0.1-0.1c27-26.2,51.5-42,57.9-35.6c3.6,3.6,3.7,16.4,0.3,30.5
c-3.2,13-8.8,25.5-16.8,36.4h64.4c5.1-7,9.6-13.6,13.6-20.1c-13.1-33.4-45.7-57-83.7-57C147.5,69.4,126.5,78,110.6,92.3z M137.8,118
l17,16c11-11.4,20.5-22.7,26.7-32.2c6.6-9.9,9.1-16.8,7.5-18.5c-1.6-1.6-8.6,0.9-18.5,7.5C161,97.2,149.5,106.7,137.8,118z
M152.3,136.7L89,77c-0.3-0.3-0.8-0.3-1.1,0s-0.3,0.8,0,1.1l59.6,63.1C149.2,139.8,150.7,138.1,152.3,136.7z M144.9,143.8L129,127
c-10.6,11.1-19.7,21.9-25.7,31.2c-6.6,9.9-9.1,16.8-7.5,18.5c1.6,1.6,8.6-0.9,18.5-7.5C123.3,163,134.1,154.2,144.9,143.8
L144.9,143.8z M192,90.1c-4,11.5-18.7,30.8-38.6,50.7c-20.1,20.1-39.3,34.8-50.9,38.6c5.1,0.1,11.9-0.5,19-2.3
c16.3-3.9,32-11.9,44-23.9c12-11.9,20.2-27.7,24.2-44.1C191.3,102,192,95.2,192,90.1z M157.6,164.8v49.3c0,1.6,0.7,3.2,1.7,4.4
c1.2,1.2,2.7,1.7,4.4,1.7h147.9c3.3,0,6.2-2.8,6.2-6.2v-57.9c0-3.3-2.8-6.2-6.2-6.2H173.3c-0.1,0.3-0.4,0.4-0.5,0.7l3.1,2.8
c3.1,2.9,3.2,7.9,0.1,11c-2.9,3.1-7.9,3.2-11,0.1l-3.1-3.2C160.6,162.6,159.1,163.7,157.6,164.8z M170.3,153.5
c-1.7,2-3.7,3.7-5.6,5.6l2.8,2.9c1.7,1.7,4.3,1.7,5.9,0.1c0.8-0.8,1.2-1.9,1.2-2.9s-0.5-2.1-1.3-2.9
C173.3,156.3,170.3,153.5,170.3,153.5z M233,224h-68.7c-9.8,8-17,13.4-26.1,19.3c9.1,3.3,22.9,6,32.4,6
C194.8,249.1,216.9,239.5,233,224z M259.6,146.3c-0.8-5.3-3.7-15-5.3-20.1c-4.3,7.1-9.1,14.4-13.9,20.1H259.6z M196.5,206.7v-9
h-21.8v-5.1c1.9-3.5,4.1-7.4,7.1-11.8c2.8-4.4,6.8-10.3,12-17.6h8v29.5h6.2v4.8h-6.2v9h-5.3V206.7z M243.6,207.4c-5.1,0-9-2-11.8-6
s-4.1-9.5-4.1-16.3s1.5-12.2,4.3-16.3c2.8-4,6.7-6.2,11.8-6.2s9,2,11.8,6s4.1,9.5,4.1,16.3s-1.3,12.3-4.1,16.3
C252.6,205.4,248.7,207.4,243.6,207.4z M243.6,202.7c3.3,0,6-1.6,7.8-4.8c1.9-3.2,2.7-7.5,2.7-13c0-5.3-0.9-9.6-2.7-12.8
c-1.9-3.2-4.4-4.8-7.8-4.8c-3.3,0-5.9,1.6-7.8,4.8c-1.9,3.2-2.8,7.5-2.8,12.8s0.9,9.8,2.7,13C237.6,201.1,240.1,202.7,243.6,202.7z
M301.6,206.7v-9h-21.8v-5.1c1.9-3.5,4.1-7.4,7.1-11.8c2.8-4.4,6.8-10.3,12-17.6h8v29.5h6.2v4.8h-6.3v9h-5.2V206.7z M180.1,192.8
l16.4,0.1v-25.1h-0.1c-4.1,5.9-7.5,10.7-10,14.6C184,186.3,181.8,189.8,180.1,192.8L180.1,192.8z M285.2,192.8l16.4,0.1v-25.1h-0.1
c-4.1,5.9-7.5,10.7-10,14.6C288.9,186.3,286.9,189.8,285.2,192.8L285.2,192.8z M51.5,100.4l4-4l1.3,1.3l-4,4l4,4l-1.3,1.3l-4-4l-4,4
l-1.3-1.3l4-4l-4-4l1.3-1.3L51.5,100.4z M344.6,167.6V158h3.3v9.6h9.6v3.3h-9.6v9.6h-3.3v-9.6H335v-3.3H344.6z"/>
<path class="st4" d="M52.1,248.9c2.5,0,4.7-2.1,4.7-4.7s-2.1-4.7-4.7-4.7c-2.5,0-4.7,2.1-4.7,4.7S49.6,248.9,52.1,248.9z"/>
<path class="st3" d="M52.1,250.2c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S55.5,250.2,52.1,250.2z M52.1,240.8c-1.9,0-3.3,1.5-3.3,3.3
s1.5,3.3,3.3,3.3c1.9,0,3.3-1.5,3.3-3.3S54,240.8,52.1,240.8z"/>
<path class="st3" d="M276.6,70.1l5.2-6.4l2.8,7.9l6.4,5.2l-7.9,2.8l-5.2,6.4l-2.8-7.9l-6.4-5.2L276.6,70.1z"/>
<path class="st3" d="M277.4,88.7l-3.5-9.8l-8-6.6l9.8-3.5l6.6-8l3.5,9.8l8,6.6l-9.8,3.5L277.4,88.7z M271.4,73.3l4.9,4l2.1,6l4-4.9
l6-2.1l-4.9-4l-2.1-6l-4,4.9L271.4,73.3z"/>
<path class="st3" d="M109.7,274.7h60.4c0.7,0,1.3,0.6,1.3,1.3l0,0c0,0.7-0.6,1.3-1.3,1.4h-60.4c-0.7,0-1.3-0.6-1.3-1.3
C108.3,275.3,108.9,274.7,109.7,274.7"/>
<path class="st3" d="M202.3,274.7h34.9c0.7,0,1.3,0.6,1.3,1.3c0,0.7-0.6,1.3-1.3,1.3h-34.9c-0.7,0-1.3-0.6-1.4-1.3
c0-0.4,0.1-0.7,0.4-1C201.6,274.9,201.9,274.7,202.3,274.7"/>
<path class="st3" d="M141.9,284.2h131.5c0.7,0,1.3,0.6,1.4,1.3c0,0.4-0.1,0.7-0.4,1c-0.3,0.3-0.6,0.4-1,0.4H141.9
c-0.7,0-1.3-0.6-1.3-1.3l0,0C140.5,284.8,141.1,284.2,141.9,284.2"/>
<path class="st3" d="M77.5,284.2h34.9c0.7,0,1.3,0.6,1.3,1.3l0,0c0,0.7-0.6,1.3-1.3,1.4l0,0H77.5c-0.7,0-1.3-0.6-1.4-1.3
c0-0.4,0.1-0.7,0.4-1C76.8,284.3,77.1,284.2,77.5,284.2"/>
<path class="st3" d="M180.8,274.7h8.1c0.7,0,1.3,0.6,1.3,1.3c0,0.7-0.6,1.3-1.3,1.3h-8.1c-0.7,0.1-1.4-0.5-1.4-1.3
c-0.1-0.7,0.5-1.4,1.3-1.4C180.6,274.7,180.7,274.7,180.8,274.7"/>
<path class="st3" d="M268,266.6h8.1c0.7,0,1.3,0.6,1.3,1.3l0,0c0,0.7-0.6,1.3-1.3,1.3H268c-0.7,0-1.3-0.6-1.3-1.3
C266.7,267.3,267.3,266.6,268,266.6"/>
<path class="st3" d="M82.8,266.6h171.8c0.4,0,0.7,0.1,0.9,0.4c0.4,0.4,0.5,1,0.3,1.5s-0.7,0.8-1.2,0.8H82.8c-0.7,0-1.3-0.6-1.3-1.3
C81.5,267.3,82.1,266.6,82.8,266.6"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 400 335" style="enable-background:new 0 0 400 335;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FAFCFF;}
.st1{fill:#DBE5F1;}
.st2{fill:#DEE7F4;}
.st3{fill:#B9C7DB;}
.st4{fill:#FFFFFF;}
.st5{fill:none;stroke:#B9C7DB;stroke-width:4;stroke-miterlimit:10;}
.st6{fill:none;stroke:#B6C7D8;stroke-miterlimit:10;}
</style>
<path class="st3" d="M37.7,141.1c-2.4,0-4.4-1.9-4.4-4.4c0-2.4,1.9-4.4,4.4-4.4c2.4,0,4.4,1.9,4.4,4.4
C42,139.2,40.1,141.1,37.7,141.1z"/>
<path class="st3" d="M264.6,80.4c-2.1,0-3.8-1.7-3.8-3.8s1.7-3.8,3.8-3.8c2.1,0,3.8,1.7,3.8,3.8C268.4,78.7,266.7,80.4,264.6,80.4z
M264.6,74.4c-1.2,0-2.1,0.9-2.1,2.1s0.9,2.1,2.1,2.1s2.1-0.9,2.1-2.1C266.7,75.4,265.8,74.4,264.6,74.4z"/>
<path class="st3" d="M98.8,136.7c-2.6,0-4.7-2.1-4.7-4.7s2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7S101.4,136.7,98.8,136.7z M98.8,129.4
c-1.5,0-2.6,1.2-2.6,2.6s1.2,2.6,2.6,2.6c1.5,0,2.6-1.2,2.6-2.6S100.2,129.4,98.8,129.4z"/>
<path class="st3" d="M144.3,113.8h8.2c0.4,0,0.7,0.1,1,0.4c0.5,0.5,0.5,1.3,0,1.9l0,0c-0.3,0.3-0.6,0.4-1,0.4h-8.2
c-0.4,0-0.7-0.1-1-0.4c-0.5-0.5-0.5-1.3,0-1.9l0,0C143.6,113.9,143.9,113.8,144.3,113.8"/>
<path class="st3" d="M148.4,89.1v5.7c0,0.3-0.1,0.5-0.3,0.7c-0.4,0.4-0.9,0.4-1.3,0l0,0c-0.2-0.2-0.3-0.4-0.3-0.7v-5.7
c0-0.2,0.1-0.5,0.3-0.7c0.4-0.4,0.9-0.4,1.3,0l0,0C148.3,88.6,148.4,88.8,148.4,89.1"/>
<g>
<path class="st3" d="M193.5,123.6l5.1-5.1c0.2-0.2,0.5-0.4,0.8-0.4s0.6,0.1,0.8,0.3c0.5,0.5,0.4,1.2,0,1.7l-5.1,5.1
c-0.3,0.3-0.7,0.4-1.1,0.3c-0.4-0.1-0.7-0.4-0.8-0.8C193.1,124.3,193.2,123.9,193.5,123.6"/>
<path class="st3" d="M195.3,118.6l5,5c0.2,0.2,0.3,0.5,0.3,0.8c0,0.7-0.6,1.2-1.2,1.2c-0.3,0-0.6-0.1-0.8-0.3l-5-5
c-0.2-0.2-0.3-0.5-0.3-0.8c0-0.7,0.5-1.2,1.2-1.2C194.7,118.2,195,118.4,195.3,118.6"/>
</g>
<g>
<path class="st3" d="M355,85.8l5.1-5.1c0.2-0.2,0.5-0.4,0.8-0.4s0.6,0.1,0.8,0.3c0.5,0.5,0.4,1.2,0,1.7l-5.1,5.1
c-0.3,0.3-0.7,0.4-1.1,0.3s-0.7-0.4-0.8-0.8S354.7,86.1,355,85.8"/>
<path class="st3" d="M356.8,80.8l5,5c0.2,0.2,0.3,0.5,0.3,0.8c0,0.7-0.6,1.2-1.2,1.2c-0.3,0-0.6-0.1-0.8-0.3l-5-5
c-0.2-0.2-0.3-0.5-0.3-0.8c0-0.7,0.5-1.2,1.2-1.2C356.2,80.4,356.5,80.5,356.8,80.8"/>
</g>
<path class="st1" d="M87.8,267.9h99.5c1.2,0,2.2,0.6,2.2,1.3l0,0c0,0.7-1,1.3-2.2,1.4H87.8c-1.2,0-2.2-0.6-2.2-1.3
C85.6,268.5,86.6,267.9,87.8,267.9"/>
<path class="st1" d="M240.5,267.9H298c1.2,0,2.2,0.6,2.2,1.3c0,0.7-1,1.3-2.2,1.3h-57.5c-1.2,0-2.2-0.6-2.2-1.3c0-0.4,0.2-0.7,0.7-1
C239.3,268,239.9,267.9,240.5,267.9"/>
<path class="st1" d="M140.9,277.3h216.8c1.2,0,2.2,0.6,2.2,1.3c0,0.4-0.2,0.7-0.7,1c-0.4,0.3-1,0.4-1.6,0.4H140.9
c-1.2,0-2.2-0.6-2.2-1.3l0,0C138.7,277.9,139.7,277.3,140.9,277.3"/>
<path class="st1" d="M34.7,277.3h57.5c1.2,0,2.2,0.6,2.2,1.3l0,0c0,0.7-1,1.3-2.2,1.4l0,0H34.7c-1.2,0-2.2-0.6-2.2-1.3
c0-0.4,0.2-0.7,0.7-1C33.6,277.5,34.1,277.3,34.7,277.3"/>
<path class="st1" d="M205.1,267.9h13.3c1.2,0,2.2,0.6,2.2,1.3c0,0.7-1,1.3-2.2,1.3h-13.3c-1.2,0.1-2.3-0.5-2.4-1.3s0.8-1.4,2.1-1.4
C204.8,267.9,205,267.9,205.1,267.9"/>
<path class="st1" d="M348.8,259.8h13.3c1.2,0,2.2,0.6,2.2,1.3l0,0c0,0.7-1,1.3-2.2,1.3h-13.3c-1.2,0-2.2-0.6-2.2-1.3
C346.6,260.4,347.6,259.8,348.8,259.8"/>
<path class="st1" d="M43.6,259.8h283.1c0.6,0,1.1,0.1,1.6,0.4c0.6,0.4,0.8,1,0.5,1.5s-1.1,0.8-2,0.8H43.6c-1.2,0-2.2-0.6-2.2-1.3
S42.4,259.8,43.6,259.8"/>
<path class="st3" d="M180.3,240h-41.9c-0.6,0-1-0.4-1-1v-11.9c0-0.6,0.4-1,1-1s1,0.4,1,1v11h40v-41c0-0.6,0.4-1,1-1h10.5
c0.6,0,1,0.4,1,1s-0.4,1-1,1h-9.5v41C181.2,239.6,180.9,240,180.3,240L180.3,240z M237.5,240h-22c-0.6,0-1-0.4-1-1v-41H205
c-0.6,0-1-0.4-1-1s0.4-1,1-1h10.5c0.6,0,1,0.4,1,1v41h21c0.6,0,1,0.4,1,1S238,240,237.5,240z M105.9,231l2.7,18.2H95.7l2.7-18.2
H105.9 M107.5,229.1H96.7l-3.2,22h17.2L107.5,229.1z"/>
<path class="st6" d="M157.7,231.2H46.1c-5.1,0-9.2-4.1-9.2-9.2v-10.5h129.9v10.8C166.8,227.2,162.7,231.2,157.7,231.2L157.7,231.2z"
/>
<path class="st2" d="M167.4,210.9h-125v-47c0-3.6,3-6.7,6.7-6.7H163c2.5,0,4.6,2,4.6,4.6L167.4,210.9L167.4,210.9z"/>
<path class="st3" d="M158.8,154.2c3.9,0,7,3.1,7,7v61.9c0,3.9-3.1,7-7,7H45.4c-3.9,0-7-3.1-7-7v-61.9c0-3.9,3.1-7,7-7L158.8,154.2
M158.8,152.3H45.4c-5,0-9,4-9,9v61.9c0,5,4,9,9,9h113.4c5,0,9-4,9-9v-61.9C167.7,156.3,163.7,152.3,158.8,152.3z M116.2,251.8H88.1
c-0.6,0-1-0.4-1-1s0.4-1,1-1h28.1c0.6,0,1,0.4,1,1C117.1,251.4,116.7,251.8,116.2,251.8L116.2,251.8z"/>
<path class="st3" d="M37.6,210.6h129.1v1.9H37.6V210.6z"/>
<path class="st3" d="M101.7,222.9c1.4,0.9,3.3,0.6,4.2-0.8c0.9-1.4,0.6-3.3-0.8-4.2l0,0c-1.4-0.9-3.3-0.6-4.2,0.8
C99.9,220.1,100.3,222,101.7,222.9L101.7,222.9z"/>
<path class="st3" d="M102.1,223.7c-1.8,0-3.3-1.5-3.3-3.3s1.5-3.3,3.3-3.3s3.3,1.5,3.3,3.3S103.9,223.7,102.1,223.7z M102.1,218.1
c-1.3,0-2.4,1-2.4,2.4s1,2.4,2.4,2.4c1.3,0,2.4-1,2.4-2.4S103.4,218.1,102.1,218.1z M348.1,252.4H244.9c-3.5,0-6.5-2.9-6.5-6.5V114
c0-3.5,2.9-6.5,6.5-6.5h103.3c3.5,0,6.5,2.9,6.5,6.5v131.9C354.6,249.5,351.7,252.4,348.1,252.4L348.1,252.4z M244.9,109.5
c-2.5,0-4.6,2-4.6,4.6V246c0,2.5,2,4.6,4.6,4.6h103.3c2.5,0,4.6-2,4.6-4.6V114c0-2.5-2-4.6-4.6-4.6L244.9,109.5z"/>
<path class="st3" d="M238.9,131.9h114.3v1.9H238.9V131.9z M238.9,155.7h114.3v1.9H238.9V155.7z M238.9,179.5h114.3v1.9H238.9V179.5z
M239.8,202.4h114.3v1.9H239.8V202.4z M238.9,227.1h114.3v1.9H238.9V227.1z"/>
<g>
<path class="st3" d="M255,120.5c0,1.1,0.9,1.9,1.9,1.9c1.1,0,1.9-0.9,1.9-1.9l0,0c0-1.1-0.9-1.9-1.9-1.9S255,119.4,255,120.5
L255,120.5z"/>
<path class="st3" d="M264.6,120.5c0,1.1,0.9,1.9,1.9,1.9c1.1,0,1.9-0.9,1.9-1.9l0,0c0-1.1-0.9-1.9-1.9-1.9
C265.4,118.6,264.6,119.4,264.6,120.5L264.6,120.5z"/>
<path class="st3" d="M274.1,120.5c0,1.1,0.9,1.9,1.9,1.9c1.1,0,1.9-0.9,1.9-1.9l0,0c0-1.1-0.9-1.9-1.9-1.9
C274.9,118.6,274.1,119.4,274.1,120.5L274.1,120.5z"/>
<path class="st3" d="M255,145.2c0,1.1,0.9,1.9,1.9,1.9c1.1,0,1.9-0.9,1.9-1.9l0,0c0-1.1-0.9-1.9-1.9-1.9S255,144.2,255,145.2
L255,145.2z"/>
<path class="st3" d="M264.6,145.2c0,1.1,0.9,1.9,1.9,1.9s1.9-0.9,1.9-1.9l0,0c0-1.1-0.9-1.9-1.9-1.9
C265.4,143.3,264.6,144.2,264.6,145.2L264.6,145.2z"/>
<path class="st3" d="M274.1,145.2c0,1.1,0.9,1.9,1.9,1.9s1.9-0.9,1.9-1.9l0,0c0-1.1-0.9-1.9-1.9-1.9
C274.9,143.3,274.1,144.2,274.1,145.2L274.1,145.2z"/>
<path class="st3" d="M255,169c0,1.1,0.9,1.9,1.9,1.9c1.1,0,1.9-0.9,1.9-1.9l0,0c0-1.1-0.9-1.9-1.9-1.9S255,168,255,169L255,169z"/>
<path class="st3" d="M264.6,169c0,1.1,0.9,1.9,1.9,1.9c1.1,0,1.9-0.9,1.9-1.9l0,0c0-1.1-0.9-1.9-1.9-1.9
C265.4,167.1,264.6,168,264.6,169L264.6,169z"/>
<path class="st3" d="M274.1,169c0,1.1,0.9,1.9,1.9,1.9c1.1,0,1.9-0.9,1.9-1.9l0,0c0-1.1-0.9-1.9-1.9-1.9
C274.9,167.1,274.1,168,274.1,169L274.1,169z"/>
<path class="st3" d="M255,191.9c0,1.1,0.9,1.9,1.9,1.9c1.1,0,1.9-0.9,1.9-1.9l0,0c0-1.1-0.9-1.9-1.9-1.9S255,190.8,255,191.9
L255,191.9z"/>
<path class="st3" d="M264.6,191.9c0,1.1,0.9,1.9,1.9,1.9c1.1,0,1.9-0.9,1.9-1.9l0,0c0-1.1-0.9-1.9-1.9-1.9S264.6,190.8,264.6,191.9
L264.6,191.9z"/>
<path class="st3" d="M274.1,191.9c0,1.1,0.9,1.9,1.9,1.9c1.1,0,1.9-0.9,1.9-1.9l0,0c0-1.1-0.9-1.9-1.9-1.9S274.1,190.8,274.1,191.9
L274.1,191.9z"/>
<path class="st3" d="M255,215.7c0,1.1,0.9,1.9,1.9,1.9c1.1,0,1.9-0.9,1.9-1.9l0,0c0-1.1-0.9-1.9-1.9-1.9S255,214.6,255,215.7
L255,215.7z"/>
<path class="st3" d="M264.6,215.7c0,1.1,0.9,1.9,1.9,1.9c1.1,0,1.9-0.9,1.9-1.9l0,0c0-1.1-0.9-1.9-1.9-1.9
C265.4,213.8,264.6,214.6,264.6,215.7L264.6,215.7z"/>
<path class="st3" d="M274.1,215.7c0,1.1,0.9,1.9,1.9,1.9c1.1,0,1.9-0.9,1.9-1.9l0,0c0-1.1-0.9-1.9-1.9-1.9
C274.9,213.8,274.1,214.6,274.1,215.7L274.1,215.7z"/>
<path class="st3" d="M255,239.5c0,1.1,0.9,1.9,1.9,1.9c1.1,0,1.9-0.9,1.9-1.9l0,0c0-1.1-0.9-1.9-1.9-1.9S255,238.5,255,239.5
L255,239.5z"/>
<path class="st3" d="M264.6,239.5c0,1.1,0.9,1.9,1.9,1.9s1.9-0.9,1.9-1.9l0,0c0-1.1-0.9-1.9-1.9-1.9S264.6,238.5,264.6,239.5
L264.6,239.5z"/>
<path class="st3" d="M274.1,239.5c0,1.1,0.9,1.9,1.9,1.9s1.9-0.9,1.9-1.9l0,0c0-1.1-0.9-1.9-1.9-1.9S274.1,238.5,274.1,239.5
L274.1,239.5z"/>
</g>
<path class="st3" d="M310.3,126.2c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5C311.2,125.8,310.9,126.2,310.3,126.2z
M319.8,126.2c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5C320.8,125.8,320.4,126.2,319.8,126.2z M329.3,126.2
c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5C330.3,125.8,329.9,126.2,329.3,126.2z M338.9,126.2c-0.6,0-1-0.4-1-1v-9.5
c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5C339.8,125.8,339.4,126.2,338.9,126.2z M310.3,150c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1
v9.5C311.2,149.6,310.9,150,310.3,150z M319.8,150c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5
C320.8,149.6,320.4,150,319.8,150z M329.3,150c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5
C330.3,149.6,329.9,150,329.3,150z M338.9,150c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5
C339.8,149.6,339.4,150,338.9,150z M310.3,174.7c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5
C311.2,174.4,310.9,174.7,310.3,174.7L310.3,174.7z M319.8,174.7c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5
C320.8,174.4,320.4,174.7,319.8,174.7L319.8,174.7z M329.3,174.7c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5
C330.3,174.4,329.9,174.7,329.3,174.7L329.3,174.7z M338.9,174.7c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5
C339.8,174.4,339.4,174.7,338.9,174.7L338.9,174.7z M310.3,197.6c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5
C311.2,197.2,310.9,197.6,310.3,197.6z M319.8,197.6c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5
C320.8,197.2,320.4,197.6,319.8,197.6z M329.3,197.6c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5
C330.3,197.2,329.9,197.6,329.3,197.6z M338.9,197.6c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5
C339.8,197.2,339.4,197.6,338.9,197.6z M310.3,221.4c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5
C311.2,221,310.9,221.4,310.3,221.4z M319.8,221.4c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5
C320.8,221,320.4,221.4,319.8,221.4z M329.3,221.4c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5
C330.3,221,329.9,221.4,329.3,221.4z M338.9,221.4c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5
C339.8,221,339.4,221.4,338.9,221.4z M310.3,245.2c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5
C311.2,244.8,310.9,245.2,310.3,245.2z M319.8,245.2c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5
C320.8,244.8,320.4,245.2,319.8,245.2z M329.3,245.2c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5
C330.3,244.8,329.9,245.2,329.3,245.2z M338.9,245.2c-0.6,0-1-0.4-1-1v-9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v9.5
C339.8,244.8,339.4,245.2,338.9,245.2z M353.6,149.9V148c6.6,0,11.8-5.3,11.8-11.8s-5.3-11.8-11.8-11.8v-1.9
c7.6,0,13.7,6.2,13.7,13.7S361.2,149.9,353.6,149.9z"/>
<path class="st3" d="M353.6,165.1v-1.9c6.6,0,11.8-5.3,11.8-11.8s-5.3-11.8-11.8-11.8v-1.9c7.6,0,13.7,6.2,13.7,13.7
C367.3,158.9,361.2,165.1,353.6,165.1z M353.6,204.2v-1.9c6.6,0,11.8-5.3,11.8-11.8s-5.3-11.8-11.8-11.8v-1.9
c7.6,0,13.7,6.2,13.7,13.7C367.3,198,361.2,204.2,353.6,204.2z"/>
<path class="st3" d="M353.6,219.4v-1.9c6.6,0,11.8-5.3,11.8-11.8s-5.3-11.8-11.8-11.8V192c7.6,0,13.7,6.2,13.7,13.7
C367.3,213.2,361.2,219.4,353.6,219.4z"/>
<path class="st3" d="M353.6,238.5v-1.9c6.6,0,11.8-5.3,11.8-11.8s-5.3-11.8-11.8-11.8v-2c7.6,0,13.7,6.2,13.7,13.7
C367.3,232.3,361.2,238.5,353.6,238.5z M235,231.9h3.8v14.3H235V231.9z"/>
<path class="st3" d="M190.3,193.8h2.9v6.7h-2.9V193.8z M202.7,193.8h2.9v6.7h-2.9V193.8z"/>
<path class="st3" d="M192.2,189.5c-0.2,0-0.3-0.1-0.4-0.2l-2.9-4.8c-0.1-0.2-0.1-0.5,0.2-0.7c0.2-0.1,0.5-0.1,0.7,0.2l2.9,4.8
c0.1,0.2,0.1,0.5-0.2,0.7H192.2z M197.4,188c-0.3,0-0.5-0.2-0.5-0.5V182c0-0.3,0.2-0.5,0.5-0.5s0.5,0.2,0.5,0.5v5.5
C197.9,187.8,197.7,188,197.4,188z M202.6,189.4c-0.1,0-0.2,0-0.3-0.1c-0.2-0.2-0.3-0.5-0.1-0.7l3-4.7c0.2-0.2,0.5-0.3,0.7-0.1
s0.3,0.5,0.1,0.7l-3,4.7C202.9,189.3,202.7,189.4,202.6,189.4z"/>
<path class="st3" d="M69.7,190.5l5.7-0.9c0.6,1.9,1.9,2.9,4.2,3c2.4-0.2,3.7-1.2,4-3.3c-0.1-2.2-1.5-3.3-4.2-3.4
c-1.7,0.1-3,0.5-4,1.1h-4.7l1-11.2h16.1v3.6H76.5l-0.6,4.6c1.5-0.8,3.2-1.1,5-1.1c5.3,0.1,8.2,2.2,8.4,6.3c-0.2,4.3-3.4,6.5-9.7,6.7
C74.4,195.6,71.1,193.9,69.7,190.5L69.7,190.5z M111.2,185.5c0.2,6.9-3.1,10.3-9.9,10.1c-6.6-0.1-9.8-3.4-9.9-10
c0.2-6.7,3.5-10.2,9.9-10.4C107.8,175.2,111.1,178.7,111.2,185.5z M105.1,185.6c0.1-4.9-1.1-7.2-3.7-7c-2.7-0.1-4,2.3-4,7
c0,4.6,1.3,7,4,7C104,192.5,105.2,190.2,105.1,185.6z M133.1,185.5c0.2,6.9-3.1,10.3-9.9,10.1c-6.6-0.1-9.8-3.4-9.9-10
c0.2-6.7,3.5-10.2,9.9-10.4C129.7,175.2,133,178.7,133.1,185.5z M127,185.6c0.1-4.9-1.1-7.2-3.7-7c-2.7-0.1-4,2.3-4,7
c0,4.6,1.3,7,4,7C125.9,192.5,127.1,190.2,127,185.6z"/>
</svg>
<?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="icon-qihuan" unicode="&#58895;" d="M920.866 258.278h-818.752c-2.796 0-5.515-0.32-8.133-0.912-8.557-1.894-15.813-6.54-20.977-12.944-9.803-9.57-11.638-28.55-2.972-42.927 3.749-6.377 9.122-11.442 15.559-14.716l165.202-168.555c14.517-14.593 38.054-14.593 52.572 0 14.517 14.598 14.517 38.262 0 52.857l-111.219 111.822h728.719c20.554 0 37.218 16.873 37.218 37.685 0 20.82-16.662 37.69-37.217 37.69zM102.113 509.532h818.752c2.768 0.001 5.464 0.306 8.057 0.884 8.622 1.565 16.221 6.159 21.638 12.638 12.4 12.271 12.4 35.937-2.117 50.531l-175.243 176.19c-14.516 14.595-38.055 14.595-52.571 0-14.516-14.594-14.516-38.261 0-52.857l111.408-112.010h-729.923c-20.554 0-37.216-16.873-37.216-37.689 0-20.814 16.66-37.686 37.216-37.686z" horiz-adv-x="1024" />
<glyph glyph-name="chajianguanli" unicode="&#58906;" d="M102.984883-127.398107c-27.506495 0-53.026744 10.593311-71.805796 29.733498a96.182449 96.182449 0 0 0-30.335391 71.745606v123.508376l0.84265 6.259684c3.852113 19.74208 14.74637 37.859049 30.515959 50.739552 10.6535 7.222712 22.9923 11.135014 35.571856 11.135014 14.80656 0 29.131605-5.296655 40.447188-14.80656 2.949274-1.62511 6.440252-3.430788 10.111797-4.815141a34.307882 34.307882 0 0 0 7.162522-2.106624 100.817022 100.817022 0 0 1 88.177277-2.648328c13.542585 5.597602 25.520249 13.602774 35.632046 23.895139a107.979545 107.979545 0 0 1 32.321636 78.366426c0.300946 15.167695-2.588138 30.094634-8.546876 44.118732a105.93311 105.93311 0 0 1-23.77476 35.812614 104.24781 104.24781 0 0 1-35.571857 23.83495 107.257274 107.257274 0 0 1-87.575384-1.083407 60.971728 60.971728 0 0 1-9.630282-3.611356l-26.784224-12.880503c-10.232175-4.634574-21.186622-6.981955-32.321637-6.981955-20.584729 2.046435-35.030153 10.171986-43.938165 24.6776a95.941692 95.941692 0 0 0-12.579556 48.211602V513.136072a103.826486 103.826486 0 0 0 102.502321 102.68289h116.105097l-0.782461 8.306119a187.670135 187.670135 0 0 0-12.459178 68.555575 196.517957 196.517957 0 0 0 16.311291 79.810968 207.652971 207.652971 0 0 0 42.975137 64.04138 212.468113 212.468113 0 0 0 63.620055 43.396462 199.226474 199.226474 0 0 0 157.093987 0c23.83495-10.593311 45.20214-25.159114 63.620055-43.396462 18.478105-18.718862 32.923529-40.326809 43.035326-64.04138a205.847293 205.847293 0 0 0 2.106625-154.204902l49.957091-2.46776c27.265738 0 53.448069-11.135014 71.805796-30.39558 18.89943-19.019808 29.55293-45.382707 29.372362-72.28731v-89.802386l8.546876 1.083407c22.751543 9.02839 46.706871 13.783342 71.44466 13.783342 26.362899 0 52.184095-5.356845 76.500558-16.010345 23.654382-9.991418 44.780815-24.196085 63.138541-42.433433 18.116969-18.357726 32.442015-39.785106 42.674191-63.379299 10.352554-24.557221 15.649209-50.558984 15.528831-77.222829 0.240757-26.904602-5.055898-53.147123-15.64921-77.583965-10.232175-23.534003-24.557221-44.419679-42.553812-62.536649a193.327926 193.327926 0 0 0-63.19873-42.914947 193.448304 193.448304 0 0 0-147.945218-1.6853l-5.898548 2.46776-2.588139-82.760242c0.300946-26.784224-10.472932-53.086934-29.733498-71.805795a98.168695 98.168695 0 0 0-69.879739-29.733498h-543.56927z m-41.289838 229.561864c1.083407-0.84265 0.300946-3.852113-0.481514-6.801387l-0.601892-121.281373a38.521131 38.521131 0 0 1 12.218421-29.071416 41.350026 41.350026 0 0 1 29.372362-12.579557h541.94416a39.123024 39.123024 0 0 1 29.191795 12.459178 39.905484 39.905484 0 0 1 12.218421 29.191795v138.375125a30.094634 30.094634 0 0 0 29.914066 29.673308c7.042144 0 13.843531-2.46776 19.380944-6.801387 12.579557-10.834068 26.603656-19.380944 41.951919-25.640627a130.069006 130.069006 0 0 1 101.358726 1.56492c16.43167 6.921766 31.358608 17.033563 44.540057 29.733498 12.579557 12.940692 22.570975 27.867631 29.793687 44.419679 7.102334 17.033563 10.6535 35.090343 10.533122 53.628637 0 18.538294-3.671545 36.354317-10.834068 53.38788a136.990772 136.990772 0 0 1-29.853876 44.901193 136.990772 136.990772 0 0 1-44.299301 29.853877 131.332981 131.332981 0 0 1-101.479104 1.564921 148.306354 148.306354 0 0 1-41.831541-25.038735 29.974255 29.974255 0 0 0-49.475577 22.811732V513.136072a41.831541 41.831541 0 0 1-12.3388 30.275202 38.701699 38.701699 0 0 1-28.228766 12.398989h-105.210839a30.215012 30.215012 0 0 0-29.853876 30.154823 30.335391 30.335391 0 0 0 7.042144 18.959619c20.825486 24.316464 31.900312 55.494504 31.358608 87.575383a137.231529 137.231529 0 0 1-11.255393 55.976019 141.926292 141.926292 0 0 1-30.576148 45.442896 152.459413 152.459413 0 0 1-45.14195 30.877094 137.231529 137.231529 0 0 1-108.641627 0 151.676953 151.676953 0 0 1-45.14195-30.877094 142.648563 142.648563 0 0 1-41.831541-101.298536c-0.120379-16.130724 2.708517-31.960501 8.486687-47.007818 5.597602-14.80656 13.482396-28.830659 23.413625-41.350026a30.094634 30.094634 0 0 0-23.534004-48.51255h-171.178275a39.303591 39.303591 0 0 1-29.733498-12.760124 40.567566 40.567566 0 0 1-12.699935-29.853877v-115.924528a53.568448 53.568448 0 0 1 2.347381-15.528831l3.791924-1.083407-0.782461 6.319873c10.6535 3.069653 17.033563 6.018927 23.594193 9.269148l14.80656 6.139305a170.756951 170.756951 0 0 0 66.268383 13.301828c45.743843 0 88.779169-17.695645 121.100805-49.896903a174.368307 174.368307 0 0 0 36.534885-189.415623 170.094869 170.094869 0 0 0-91.066361-90.404279 164.918592 164.918592 0 0 0-65.606301-13.662964c-24.075707 0-48.45236 5.537413-70.301064 15.889967a114.058661 114.058661 0 0 0-24.497031 11.315582 28.469523 28.469523 0 0 1-13.482396 5.958738l-6.801387 0.963028 5.597601-4.213249z" horiz-adv-x="1024" />
<glyph glyph-name="add" unicode="&#58881;" d="M510.352119-16.416237000000024c-220.548741 0-399.339141 178.82643-399.339141 399.403615S289.803378 782.377719 510.352119 782.377719c220.550637 0 399.341037-178.813156 399.341037-399.390341S730.902756-16.416237000000024 510.352119-16.416237000000024zM510.352119 732.455822c-192.982281 0-349.421037-156.461511-349.421037-349.468444S317.369837 33.51703699999996 510.352119 33.51703699999996s349.421037 156.463407 349.421037 349.470341S703.3344 732.455822 510.352119 732.455822zM660.104533 358.02074100000004L535.313067 358.02074100000004l0-124.81043c0-13.778489-11.174874-24.957156-24.959052-24.957156-13.784178 0-24.957156 11.178667-24.957156 24.957156l0 124.81043-124.795259 0c-13.784178 0-24.959052 11.17677-24.959052 24.966637 0 13.780385 11.17677 24.957156 24.959052 24.957156l124.795259 0 0 124.816119c0 13.778489 11.174874 24.951467 24.957156 24.951467 13.786074 0 24.959052-11.171081 24.959052-24.951467l0-124.816119 124.791467 0c13.786074 0 24.959052-11.17677 24.959052-24.957156C685.063585 369.19751099999996 673.890607 358.02074100000004 660.104533 358.02074100000004z" horiz-adv-x="1024" />
<glyph glyph-name="quanxian" unicode="&#58896;" d="M358.4 469.942857c0-82.285714 62.171429-149.942857 140.8-160.914286v-184.685714c0-14.628571 12.8-27.428571 27.428571-27.428571s27.428571 12.8 27.428572 27.428571v100.571429h45.714286c14.628571 0 27.428571 12.8 27.428571 27.428571s-12.8 27.428571-27.428571 27.428572h-45.714286V310.85714299999995c73.142857 14.628571 129.828571 80.457143 129.828571 159.085714 0 89.6-73.142857 162.742857-162.742857 162.742857s-162.742857-73.142857-162.742857-162.742857z m162.742857 107.885714c60.342857 0 107.885714-47.542857 107.885714-107.885714 0-60.342857-47.542857-107.885714-107.885714-107.885714s-107.885714 47.542857-107.885714 107.885714c0 60.342857 47.542857 107.885714 107.885714 107.885714zM864.914286 705.828571l-338.285715 109.714286c-5.485714 1.828571-10.971429 1.828571-16.457142 0l-338.285715-109.714286c-10.971429-3.657143-18.285714-14.628571-18.285714-25.6V252.34285699999998c1.828571-14.628571 21.942857-142.628571 354.742857-298.057143 3.657143-1.828571 7.314286-1.828571 10.971429-1.828571s7.314286 0 10.971428 1.828571C861.257143 109.71428600000002 883.2 237.71428600000002 885.028571 252.34285699999998V680.228571c-1.828571 10.971429-9.142857 21.942857-20.114285 25.6z m-36.571429-449.828571c-1.828571-9.142857-32.914286-113.371429-310.857143-246.857143-279.771429 133.485714-309.028571 237.714286-310.857143 246.857143V660.114286l310.857143 102.4 310.857143-102.4V256z" horiz-adv-x="1024" />
<glyph glyph-name="cuowu" unicode="&#58908;" d="M819.8-63.2H204.2c-47.4 0-91.1 25.5-117 68.2-29 47.8-30.9 108.3-5 158L390 754c25.1 48.3 70.8 77.1 122 77.1 51.3 0 96.9-28.8 122.1-77.1l307.8-591c25.9-49.7 24-110.3-5-158.1-26-42.6-69.7-68.1-117.1-68.1zM141.8 132c-15.1-29-14-64.3 2.9-92.2 13.8-22.8 35.6-35.9 59.6-35.9h615.6c24 0 45.7 13.1 59.6 35.9 16.9 27.8 18 63.1 2.9 92.2l-308 591c-13.4 25.7-36.7 41-62.4 41-25.7 0-49.1-15.3-62.4-41L141.8 132zM545.6 552.3c0 18.6-15 33.6-33.6 33.6s-33.6-15-33.6-33.6v-294.1c0-18.6 15-33.6 33.6-33.6s33.6 15 33.6 33.6V552.3zM512 174.5c-18.6 0-33.6-15-33.6-33.6v-17.2c0-18.6 15-33.6 33.6-33.6s33.6 15 33.6 33.6v17.2c0 18.6-15 33.6-33.6 33.6z" horiz-adv-x="1024" />
<glyph glyph-name="next" unicode="&#58936;" d="M632.8 411.2L439.5 604.6c-6.4 6.4-15.1 10-24.1 10-9 0-17.7-3.6-24.1-10.1-13.3-13.3-13.1-35.2-0.1-48.2l172.9-172.9-172.9-172.9c-13.2-13.4-13.1-34.8 0.1-48.2 6.4-6.4 15-10 24-10s17.7 3.6 24.1 9.9l193.3 193.3c7.5 7.7 10.7 18 9.6 27.9 1.2 10-2 20.4-9.5 27.8z" horiz-adv-x="1024" />
<glyph glyph-name="fabu" unicode="&#58907;" d="M826.223827-128h-628.447654A120.329242 120.329242 0 0 0 77.631769-7.855596V775.855596A120.144404 120.144404 0 0 0 197.776173 896h628.447654A120.329242 120.329242 0 0 0 946.368231 775.855596v-783.711192a120.329242 120.329242 0 0 0-120.144404-120.144404zM197.776173 840.548736A64.693141 64.693141 0 0 1 133.083032 775.855596v-783.711192a64.693141 64.693141 0 0 1 64.693141-64.69314h628.447654a64.877978 64.877978 0 0 1 64.693141 64.69314V775.855596A64.877978 64.877978 0 0 1 826.223827 840.548736zM278.735018 274.021661l478.359567 0 0-55.451264-478.359567 0 0 55.451264ZM278.735018 116.909747l478.359567 0 0-55.451263-478.359567 0 0 55.451263ZM513.5431 693.597889l39.602064-39.602064-139.587474-139.587473-39.602064 39.602064 139.587474 139.587473ZM648.21552 558.517491l-39.209964-39.209965-135.143678 135.143678 39.209965 39.209964 135.143677-135.143677ZM480.762455 637.966787l55.451263 0 0-240.288809-55.451263 0 0 240.288809Z" horiz-adv-x="1024" />
<glyph glyph-name="huanjingguanli" unicode="&#58884;" d="M487.9 7.3V367.5L799.5 540v-228.3H851V610.5L458.6 837 66.3 610.4l0.1-453L458.7-69l229.9 132.8v59.4L487.9 7.3z m-61.2 1.6L117.9 187.2V544.4l308.9-180v-355.5z m18.7 414.9L147.1 597.6l311.6 179.9 315.6-182.2-310-171.5h-18.9z m512.3-217.2v-55.2h-85.5v-88.3H817v88.3h-85.5v55.2H817v82.8h55.2v-82.8h85.5z" horiz-adv-x="1024" />
<glyph glyph-name="api" unicode="&#59104;" d="M128 785.067c-8.533 0-17.067-8.534-17.067-17.067v-768c0-8.533 8.534-17.067 17.067-17.067h768c8.533 0 17.067 8.534 17.067 17.067V768c0 8.533-8.534 17.067-17.067 17.067H128z m0 68.266h768c46.933 0 85.333-38.4 85.333-85.333v-768c0-46.933-38.4-85.333-85.333-85.333H128c-46.933 0-85.333 38.4-85.333 85.333V768c0 46.933 38.4 85.333 85.333 85.333zM72.533 584.533V652.8h878.934v-68.267zM170.667 691.2c-17.067 0-34.134 17.067-34.134 34.133s17.067 34.134 34.134 34.134H204.8c17.067 0 34.133-17.067 34.133-34.134S221.867 691.2 204.8 691.2h-34.133z m128 0c-17.067 0-34.134 17.067-34.134 34.133s17.067 34.134 34.134 34.134H332.8c17.067 0 34.133-17.067 34.133-34.134S349.867 691.2 332.8 691.2h-34.133z m128 0c-17.067 0-34.134 17.067-34.134 34.133s17.067 34.134 34.134 34.134H460.8c17.067 0 34.133-17.067 34.133-34.134S477.867 691.2 460.8 691.2h-34.133z m51.2-520.533H409.6L384 238.933H260.267l-25.6-68.266h-64l119.466 307.2h64l123.734-307.2z m-115.2 119.466L320 405.333l-42.667-115.2h85.334z m145.066-119.466v307.2h98.134c38.4 0 64 0 72.533-4.267 17.067-4.267 34.133-12.8 42.667-29.867S738.133 409.6 738.133 384c0-17.067-4.266-34.133-8.533-46.933S712.533 315.733 704 307.2s-21.333-12.8-29.867-12.8c-12.8-4.267-34.133-4.267-64-4.267h-38.4v-119.466h-64z m64 251.733v-85.333h34.134c25.6 0 42.666 0 46.933 4.266s12.8 8.534 21.333 17.067 8.534 12.8 8.534 25.6-4.267 21.333-8.534 25.6c-8.533 8.533-12.8 12.8-25.6 12.8h-76.8zM793.6 170.667v307.2h59.733v-307.2H793.6z" horiz-adv-x="1024" />
<glyph glyph-name="xiala" unicode="&#58880;" d="M539.9 264.75c-6.3-6.3-14.85-12.15-22.95-10.35-8.1-1.35-15.75 4.95-22.05 10.35L300.05 460.5c-9.9 9.9-9.89999999 26.1 0 36s26.1 9.89999999 36 0l181.35-186.3L699.2 496.5c9.9 9.9 26.1 9.89999999 36 0s9.89999999-26.1 0-36l-195.3-195.75z" horiz-adv-x="1024" />
<glyph glyph-name="rizhiguanli" unicode="&#59064;" d="M665.6 128h153.6v-51.2h-204.8v204.8h51.2v-153.6z m-307.2-204.8H51.2V844.8h870.4v-358.4h-51.2V793.6H102.4v-819.2h256v-51.2zM204.8 691.2h563.2v-51.2H204.8V691.2z m0-153.6h256v-51.2H204.8V537.6z m460.8-614.4a256 256 0 1 1 0 512 256 256 0 0 1 0-512z m0-51.2a307.2 307.2 0 1 0 0 614.4 307.2 307.2 0 0 0 0-614.4z" horiz-adv-x="1024" />
<glyph glyph-name="RectangleCopy" unicode="&#59103;" d="M832 492.501333a21.333333 21.333333 0 0 1 21.333333 21.333334V619.264A106.24 106.24 0 0 1 747.136 725.333333H276.864A106.24 106.24 0 0 1 170.666667 619.264v-342.528A106.24 106.24 0 0 1 276.864 170.666667h470.272A106.24 106.24 0 0 1 853.333333 276.736V384a21.333333 21.333333 0 0 1-42.666666 0v-107.264A63.573333 63.573333 0 0 0 747.136 213.333333H276.864A63.573333 63.573333 0 0 0 213.333333 276.736V619.264A63.573333 63.573333 0 0 0 276.864 682.666667h470.272A63.573333 63.573333 0 0 0 810.666667 619.264v-105.429333a21.333333 21.333333 0 0 1 21.333333-21.333334M792.917333 85.333333H232.917333a21.333333 21.333333 0 0 1 0-42.666666h560a21.333333 21.333333 0 0 1 0 42.666666M438.869333 393.258667c0 40.832 33.237333 74.069333 74.069334 74.069333 40.874667 0 74.112-33.28 74.112-74.069333v-71.722667h-148.181334v71.68z m-57.6-114.389334h263.381334a21.333333 21.333333 0 0 1 0 42.666667h-14.933334v71.68a116.906667 116.906667 0 0 1-116.778666 116.778667 116.906667 116.906667 0 0 1-116.736-116.736v-71.722667h-14.933334a21.333333 21.333333 0 1 1 0-42.666667zM411.221333 507.562667a21.418667 21.418667 0 0 1 15.104 36.437333L389.973333 580.266667a21.333333 21.333333 0 0 1-30.165333-30.208l36.266667-36.266667a21.418667 21.418667 0 0 1 15.104-6.272M302.293333 450.048a21.333333 21.333333 0 0 1 21.333334-21.333333h51.285333a21.333333 21.333333 0 1 1 0 42.666666H323.626667a21.333333 21.333333 0 0 1-21.333334-21.333333M724.309333 450.048a21.333333 21.333333 0 0 1-21.333333 21.333333h-51.328a21.333333 21.333333 0 0 1 0-42.666666h51.328a21.333333 21.333333 0 0 1 21.333333 21.333333M613.12 507.562667a21.418667 21.418667 0 0 1 15.061333 6.186666l36.266667 36.309334a21.333333 21.333333 0 0 1-30.165333 30.165333l-36.266667-36.266667a21.418667 21.418667 0 0 1 15.061333-36.437333M535.04 547.84V599.125333a21.333333 21.333333 0 1 1-42.666667 0V547.84a21.333333 21.333333 0 0 1 42.666667 0" horiz-adv-x="1024" />
<glyph glyph-name="gailan-" unicode="&#59007;" d="M959.28054 896H63.952036a63.952036 63.952036 0 0 1-63.952036-63.952036v-765.377966a63.952036 63.952036 0 0 1 63.952036-63.952036h895.328504a63.952036 63.952036 0 0 1 63.952036 63.952036V832.047964a63.952036 63.952036 0 0 1-63.952036 63.952036z m0-797.353985a31.976018 31.976018 0 0 0-31.976018-31.976017h-831.376468a31.976018 31.976018 0 0 0-31.976018 31.976017V800.071946a31.976018 31.976018 0 0 0 31.976018 31.976018h831.376468a31.976018 31.976018 0 0 0 31.976018-31.976018v-701.425931zM863.672246-64.047964H159.88009a31.976018 31.976018 0 0 1 0-63.952036h703.728204a31.976018 31.976018 0 0 1 0.063952 63.952036zM223.832126 576.23982a31.976018 31.976018 0 0 1-31.976018-31.976018v-319.952036a31.976018 31.976018 0 0 1 63.952036-0.063952V544.263802a31.976018 31.976018 0 0 1-31.976018 31.976018zM415.816138 384.31976a31.976018 31.976018 0 0 1-31.976018-31.976018v-128.095928a31.976018 31.976018 0 0 1 63.952036 0V352.343742a31.976018 31.976018 0 0 1-31.976018 31.976018zM607.736198 638.848863a31.976018 31.976018 0 0 1-31.976018-31.976018v-382.625031a31.976018 31.976018 0 0 1 63.952036 0V606.872845a31.976018 31.976018 0 0 1-31.976018 31.976018zM799.656258 447.632276a31.976018 31.976018 0 0 1-31.976018-31.976018v-191.408444a31.976018 31.976018 0 0 1 63.952036 0V415.656258a31.976018 31.976018 0 0 1-31.976018 31.976018z" horiz-adv-x="1024" />
<glyph glyph-name="jiantou-zuo" unicode="&#59525;" d="M38.912 342.528H839.68l-204.8-197.12c-5.12-5.12-5.12-13.824 0-18.944l40.96-40.96c5.12-5.12 13.824-5.12 18.944 0l257.536 247.808c0.512 0 0.512 0.512 1.024 1.024l1.536 1.536 39.936 38.4c2.56 2.56 4.096 6.656 4.096 10.24s-1.024 7.68-4.096 10.24l-40.96 39.424c-0.512 0.512-0.512 0.512-1.024 0.512l-257.536 247.808c-5.12 5.12-13.824 5.12-18.944 0l-40.96-40.96c-5.12-5.12-5.12-13.824 0-18.944l202.752-195.072H38.912c-7.168 0-13.312-6.144-13.312-13.312v-57.856c-0.512-7.68 5.632-13.824 13.312-13.824z" horiz-adv-x="1024" />
<glyph glyph-name="zhanghao" unicode="&#59570;" d="M530.906188 424.878244c119.568862 12.774451 210.522954 112.926148 210.522954 235.560878C741.429142 789.205589 634.634731 896 505.868263 896S270.307385 789.205589 270.307385 660.439122c0-122.634731 94.01996-222.786427 213.588823-235.560878C251.401198 415.680639 65.916168 296.111776 65.916168 148.439122c0-153.804391 200.814371-276.439122 446.083832-276.439122s446.083832 122.634731 446.083832 276.439122c0 150.738523-188.03992 270.307385-427.177644 276.439122z" horiz-adv-x="1024" />
<glyph glyph-name="mima" unicode="&#59571;" d="M853.504 546.304h-91.136c0 146.432-112.128 258.56-254.464 258.56S252.928 692.736 252.928 546.304H161.792C161.792 721.92 316.928 896 507.904 896c190.464 0 345.6-174.08 345.6-349.696z m54.272-150.016c0 50.176-40.96 91.136-91.136 91.136h-609.28c-50.176 0-91.136-40.96-91.136-91.136v-433.152c0-50.176 40.96-91.136 91.136-91.136h608.768c50.176 0 91.136 40.96 91.136 91.136V396.288z m-322.56-338.432c0-37.888-30.72-68.608-68.608-68.608H506.88c-37.888 0-68.608 30.72-68.608 68.608v185.344c0 37.888 30.72 68.608 68.608 68.608h9.728c37.888 0 68.608-30.72 68.608-68.608v-185.344z" horiz-adv-x="1024" />
<glyph glyph-name="xiala1" unicode="&#59572;" d="M560.64-61.952c-13.824-13.824-32.256-26.112-50.176-23.04-17.92-3.072-34.304 10.752-48.128 23.04L37.888 363.52c-22.016 22.016-22.016 56.32 0 78.336 22.016 22.016 56.32 22.016 78.336 0l394.752-405.504 396.288 404.992c22.016 22.016 56.32 22.016 78.336 0 22.016-22.016 22.016-56.32 0-78.336l-424.96-424.96zM560.64 332.8c-13.824-13.824-32.256-26.112-50.176-23.04-17.92-3.072-34.304 10.752-48.128 23.04L37.888 758.272c-22.016 22.016-22.016 56.32 0 78.336 22.016 22.016 56.32 22.016 78.336 0l394.752-405.504 396.288 404.992c22.016 22.016 56.32 22.016 78.336 0 22.016-22.016 22.016-56.32 0-78.336l-424.96-424.96z" horiz-adv-x="1024" />
<glyph glyph-name="shouqi" unicode="&#59573;" d="M986.112 404.48c22.016-22.016 22.016-56.32 0-78.336-22.016-22.016-56.32-22.016-78.336 0L511.488 731.648l-394.752-405.504c-22.016-22.016-56.32-22.016-78.336 0-22.016 22.016-22.016 56.32 0 78.336l423.936 425.472c13.824 12.288 30.208 26.112 48.128 23.04 17.92 3.072 36.352-9.216 50.176-23.04L986.112 404.48zM986.112 10.24c22.016-22.016 22.016-56.32 0-78.336-22.016-22.016-56.32-22.016-78.336 0l-396.288 404.992-394.752-405.504c-22.016-22.016-56.32-22.016-78.336 0-22.016 22.016-22.016 56.32 0 78.336L462.336 435.2c13.824 12.288 30.208 26.112 48.128 23.04 17.92 3.072 36.352-9.216 50.176-23.04l425.472-424.96z" horiz-adv-x="1024" />
<glyph glyph-name="im" unicode="&#59574;" d="M46.08 356.864h58.368v-118.784H46.08v118.784z m87.552 108.032h58.368v-226.304H133.632V464.896z m87.04 43.008h58.368v-269.824H220.672V507.904zM308.224 486.4h58.368v-247.808H308.224V486.4z m87.04 43.008h58.368v-291.328H395.264V529.408z m87.552-118.272h58.368v-172.544H482.816V411.136z m87.552-43.52h58.368v-129.536h-58.368v129.536z m87.04 129.536h58.368v-259.072h-58.368V497.152z m87.552 32.256h58.368v-291.328h-58.368V529.408z m87.552-75.264H890.88v-215.552h-58.368V454.144z m87.04-53.76H977.92v-161.792h-58.368V400.384z" horiz-adv-x="1024" />
<glyph glyph-name="ahas" unicode="&#59613;" d="M748.032 89.088l35.328-60.928L509.952-128 66.56 131.584v130.048h69.632v-86.016l373.248-223.744 238.592 137.216z m-609.28 248.32h-71.68V647.68l450.56 248.32 110.08-64-35.328-60.416-74.752 46.08-377.344-212.992-1.536-267.264z m381.952 381.952l288.256-168.96v-337.408l-299.008-164.352-286.72 171.008V557.056l297.472 162.304z m-27.648-326.656L258.048 514.048v-271.36l232.96-134.656 2.048 284.672zM735.744 542.72l-217.6 131.584-224.768-129.024 222.72-117.248L735.744 542.72z m30.208-28.672l-231.424-119.296v-286.72l228.352 129.024c0.512 0 3.072 276.992 3.072 276.992zM956.928 640l-3.072-515.072-104.96-61.952-35.328 61.952 71.68 41.984 5.632 428.032-235.52 140.8 39.424 65.024L956.928 640z" horiz-adv-x="1024" />
<glyph glyph-name="kaifangpingtai" unicode="&#59614;" d="M936.448 889.344v1.024H97.792C47.104 890.368 6.144 847.36 6.144 794.112v-622.592c0-52.736 40.96-95.744 91.648-95.744h322.56v-121.344H167.424c-16.384 0-29.184-15.872-29.184-36.352v-4.096c0-20.48 12.8-36.352 29.184-36.352h689.152c16.384 0 29.184 15.872 29.184 36.352v4.096c0 20.48-12.8 36.352-29.184 36.352h-253.44l0.512 121.344h322.56c50.688 0 91.648 43.008 91.648 95.744V794.112c0 49.664-35.84 90.112-81.408 95.232zM97.792 142.848c-14.848 0-26.624 12.8-26.624 28.672V794.112c0 15.872 11.776 28.672 26.624 28.672h828.416c14.848 0 26.624-12.8 26.624-28.672v-622.592c0-15.872-11.776-28.672-26.624-28.672h-387.072l-0.512-188.416H485.376v188.416H97.792zM718.848 443.904c28.672 0 51.712-24.576 51.712-54.272v-62.464c0-30.208-23.04-54.272-51.712-54.272H304.64c-28.672 0-51.712 24.576-51.712 54.272V389.632c0 30.208 23.04 54.272 51.712 54.272h414.208z m7.68-116.736V389.632c0 4.096-3.584 7.68-7.68 7.68H304.64c-4.096 0-7.68-3.584-7.68-7.68v-62.464c0-4.096 3.584-7.68 7.68-7.68h414.208c4.096 0 7.68 3.584 7.68 7.68zM718.848 693.248c28.672 0 51.712-24.576 51.712-54.272v-62.464c0-30.208-23.04-54.272-51.712-54.272H304.64c-28.672 0-51.712 24.576-51.712 54.272V638.464c0 30.208 23.04 54.272 51.712 54.272l414.208 0.512z m7.68-116.736V638.464c0 4.096-3.584 7.68-7.68 7.68H304.64c-4.096 0-7.68-3.584-7.68-7.68v-62.464c0-4.096 3.584-7.68 7.68-7.68h414.208c4.096 0 7.68 3.584 7.68 8.192z" horiz-adv-x="1024" />
</font>
</defs></svg>
webpackJsonp([0],{"//Fk":function(t,e,n){t.exports={default:n("U5ju"),__esModule:!0}},"2KxR":function(t,e){t.exports=function(t,e,n,r){if(!(t instanceof e)||void 0!==r&&r in t)throw TypeError(n+": incorrect invocation!");return t}},"319J":function(t,e,n){"use strict";var r=n("P9l9"),i=n("LlAa"),o={name:"nav-bread",data:function(){return{projectName:"api-gateway-web"}},props:{navPath:{type:Array,default:function(){return[]}},slotFlag:{type:Boolean,default:!1},navtip:{type:Boolean,default:!1},subNavText:{type:String,default:""}},methods:{changeRoute:function(t,e){if(e)window.location.href=t;else{if(this.$route.fullPath.includes("?")){var n=t+("?"+this.$route.fullPath.split("?")[1]);return this.$router.push(n),!1}this.$router.push(t)}},getNavPath:function(){var t=this,e={project:t.projectName,path:t.$route.path.split("/")[1]};Object(r.b)("/api-auth/get-current-memu-data",e).then(function(e){var n=e.data;if(0==n.errorCode)return!!n.result&&(t.navpath=[],void(n.result.list&&n.result.list.length&&n.result.list.forEach(function(e,r){e.name=e.menuName,e.path="",r==n.result.list.length-1&&(e.path="/"+e.menuUrl),r>0&&t.navpath.push(e)})));i.a.errorMsg(n)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})}},mounted:function(){}},a={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"nav-wrap boxbttom border-box"},[n("el-breadcrumb",{attrs:{"separator-class":"el-icon-arrow-right"}},[t._l(t.navPath,function(e,r){return[e.path?[n("el-breadcrumb-item",{key:"nav"+r,on:{click:function(n){t.changeRoute(e.path,e.relocation)}}},[n("span",{staticClass:"el-breadcrumb__inner is-link",on:{click:function(n){t.changeRoute(e.path,e.relocation)}}},[t._v("\n "+t._s(e.name))])])]:[n("el-breadcrumb-item",{key:"nav"+r},[t._v(t._s(e.name))])]]})],2)],1)},staticRenderFns:[]};var u=n("VU/8")(o,a,!1,function(t){n("48Sm")},"data-v-3a22ed89",null);e.a=u.exports},"3fs2":function(t,e,n){var r=n("RY/4"),i=n("dSzd")("iterator"),o=n("/bQp");t.exports=n("FeBl").getIteratorMethod=function(t){if(void 0!=t)return t[i]||t["@@iterator"]||o[r(t)]}},"48Sm":function(t,e){},"82Mu":function(t,e,n){var r=n("7KvD"),i=n("L42u").set,o=r.MutationObserver||r.WebKitMutationObserver,a=r.process,u=r.Promise,s="process"==n("R9M2")(a);t.exports=function(){var t,e,n,l=function(){var r,i;for(s&&(r=a.domain)&&r.exit();t;){i=t.fn,t=t.next;try{i()}catch(r){throw t?n():e=void 0,r}}e=void 0,r&&r.enter()};if(s)n=function(){a.nextTick(l)};else if(!o||r.navigator&&r.navigator.standalone)if(u&&u.resolve){var c=u.resolve(void 0);n=function(){c.then(l)}}else n=function(){i.call(r,l)};else{var f=!0,p=document.createTextNode("");new o(l).observe(p,{characterData:!0}),n=function(){p.data=f=!f}}return function(r){var i={fn:r,next:void 0};e&&(e.next=i),t||(t=i,n()),e=i}}},BO1k:function(t,e,n){t.exports={default:n("fxRn"),__esModule:!0}},CXw9:function(t,e,n){"use strict";var r,i,o,a,u=n("O4g8"),s=n("7KvD"),l=n("+ZMJ"),c=n("RY/4"),f=n("kM2E"),p=n("EqjI"),d=n("lOnJ"),h=n("2KxR"),v=n("NWt+"),m=n("t8x9"),g=n("L42u").set,y=n("82Mu")(),b=n("qARP"),w=n("dNDb"),x=n("iUbK"),_=n("fJUb"),j=s.TypeError,O=s.process,P=O&&O.versions,V=P&&P.v8||"",L=s.Promise,N="process"==c(O),C=function(){},R=i=b.f,k=!!function(){try{var t=L.resolve(1),e=(t.constructor={})[n("dSzd")("species")]=function(t){t(C,C)};return(N||"function"==typeof PromiseRejectionEvent)&&t.then(C)instanceof e&&0!==V.indexOf("6.6")&&-1===x.indexOf("Chrome/66")}catch(t){}}(),F=function(t){var e;return!(!p(t)||"function"!=typeof(e=t.then))&&e},A=function(t,e){if(!t._n){t._n=!0;var n=t._c;y(function(){for(var r=t._v,i=1==t._s,o=0,a=function(e){var n,o,a,u=i?e.ok:e.fail,s=e.resolve,l=e.reject,c=e.domain;try{u?(i||(2==t._h&&D(t),t._h=1),!0===u?n=r:(c&&c.enter(),n=u(r),c&&(c.exit(),a=!0)),n===e.promise?l(j("Promise-chain cycle")):(o=F(n))?o.call(n,s,l):s(n)):l(r)}catch(t){c&&!a&&c.exit(),l(t)}};n.length>o;)a(n[o++]);t._c=[],t._n=!1,e&&!t._h&&B(t)})}},B=function(t){g.call(s,function(){var e,n,r,i=t._v,o=S(t);if(o&&(e=w(function(){N?O.emit("unhandledRejection",i,t):(n=s.onunhandledrejection)?n({promise:t,reason:i}):(r=s.console)&&r.error&&r.error("Unhandled promise rejection",i)}),t._h=N||S(t)?2:1),t._a=void 0,o&&e.e)throw e.v})},S=function(t){return 1!==t._h&&0===(t._a||t._c).length},D=function(t){g.call(s,function(){var e;N?O.emit("rejectionHandled",t):(e=s.onrejectionhandled)&&e({promise:t,reason:t._v})})},T=function(t){var e=this;e._d||(e._d=!0,(e=e._w||e)._v=t,e._s=2,e._a||(e._a=e._c.slice()),A(e,!0))},E=function(t){var e,n=this;if(!n._d){n._d=!0,n=n._w||n;try{if(n===t)throw j("Promise can't be resolved itself");(e=F(t))?y(function(){var r={_w:n,_d:!1};try{e.call(t,l(E,r,1),l(T,r,1))}catch(t){T.call(r,t)}}):(n._v=t,n._s=1,A(n,!1))}catch(t){T.call({_w:n,_d:!1},t)}}};k||(L=function(t){h(this,L,"Promise","_h"),d(t),r.call(this);try{t(l(E,this,1),l(T,this,1))}catch(t){T.call(this,t)}},(r=function(t){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1}).prototype=n("xH/j")(L.prototype,{then:function(t,e){var n=R(m(this,L));return n.ok="function"!=typeof t||t,n.fail="function"==typeof e&&e,n.domain=N?O.domain:void 0,this._c.push(n),this._a&&this._a.push(n),this._s&&A(this,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new r;this.promise=t,this.resolve=l(E,t,1),this.reject=l(T,t,1)},b.f=R=function(t){return t===L||t===a?new o(t):i(t)}),f(f.G+f.W+f.F*!k,{Promise:L}),n("e6n0")(L,"Promise"),n("bRrM")("Promise"),a=n("FeBl").Promise,f(f.S+f.F*!k,"Promise",{reject:function(t){var e=R(this);return(0,e.reject)(t),e.promise}}),f(f.S+f.F*(u||!k),"Promise",{resolve:function(t){return _(u&&this===a?L:this,t)}}),f(f.S+f.F*!(k&&n("dY0y")(function(t){L.all(t).catch(C)})),"Promise",{all:function(t){var e=this,n=R(e),r=n.resolve,i=n.reject,o=w(function(){var n=[],o=0,a=1;v(t,!1,function(t){var u=o++,s=!1;n.push(void 0),a++,e.resolve(t).then(function(t){s||(s=!0,n[u]=t,--a||r(n))},i)}),--a||r(n)});return o.e&&i(o.v),n.promise},race:function(t){var e=this,n=R(e),r=n.reject,i=w(function(){v(t,!1,function(t){e.resolve(t).then(n.resolve,r)})});return i.e&&r(i.v),n.promise}})},CwSZ:function(t,e,n){"use strict";var r=n("p8xL"),i=n("XgCd"),o={brackets:function(t){return t+"[]"},indices:function(t,e){return t+"["+e+"]"},repeat:function(t){return t}},a=Date.prototype.toISOString,u={delimiter:"&",encode:!0,encoder:r.encode,encodeValuesOnly:!1,serializeDate:function(t){return a.call(t)},skipNulls:!1,strictNullHandling:!1},s=function t(e,n,i,o,a,s,l,c,f,p,d,h){var v=e;if("function"==typeof l)v=l(n,v);else if(v instanceof Date)v=p(v);else if(null===v){if(o)return s&&!h?s(n,u.encoder):n;v=""}if("string"==typeof v||"number"==typeof v||"boolean"==typeof v||r.isBuffer(v))return s?[d(h?n:s(n,u.encoder))+"="+d(s(v,u.encoder))]:[d(n)+"="+d(String(v))];var m,g=[];if(void 0===v)return g;if(Array.isArray(l))m=l;else{var y=Object.keys(v);m=c?y.sort(c):y}for(var b=0;b<m.length;++b){var w=m[b];a&&null===v[w]||(g=Array.isArray(v)?g.concat(t(v[w],i(n,w),i,o,a,s,l,c,f,p,d,h)):g.concat(t(v[w],n+(f?"."+w:"["+w+"]"),i,o,a,s,l,c,f,p,d,h)))}return g};t.exports=function(t,e){var n=t,a=e?r.assign({},e):{};if(null!==a.encoder&&void 0!==a.encoder&&"function"!=typeof a.encoder)throw new TypeError("Encoder has to be a function.");var l=void 0===a.delimiter?u.delimiter:a.delimiter,c="boolean"==typeof a.strictNullHandling?a.strictNullHandling:u.strictNullHandling,f="boolean"==typeof a.skipNulls?a.skipNulls:u.skipNulls,p="boolean"==typeof a.encode?a.encode:u.encode,d="function"==typeof a.encoder?a.encoder:u.encoder,h="function"==typeof a.sort?a.sort:null,v=void 0!==a.allowDots&&a.allowDots,m="function"==typeof a.serializeDate?a.serializeDate:u.serializeDate,g="boolean"==typeof a.encodeValuesOnly?a.encodeValuesOnly:u.encodeValuesOnly;if(void 0===a.format)a.format=i.default;else if(!Object.prototype.hasOwnProperty.call(i.formatters,a.format))throw new TypeError("Unknown format option provided.");var y,b,w=i.formatters[a.format];"function"==typeof a.filter?n=(b=a.filter)("",n):Array.isArray(a.filter)&&(y=b=a.filter);var x,_=[];if("object"!=typeof n||null===n)return"";x=a.arrayFormat in o?a.arrayFormat:"indices"in a?a.indices?"indices":"repeat":"indices";var j=o[x];y||(y=Object.keys(n)),h&&y.sort(h);for(var O=0;O<y.length;++O){var P=y[O];f&&null===n[P]||(_=_.concat(s(n[P],P,j,c,f,p?d:null,b,h,v,m,w,g)))}var V=_.join(l),L=!0===a.addQueryPrefix?"?":"";return V.length>0?L+V:""}},DDCP:function(t,e,n){"use strict";var r=n("p8xL"),i=Object.prototype.hasOwnProperty,o={allowDots:!1,allowPrototypes:!1,arrayLimit:20,decoder:r.decode,delimiter:"&",depth:5,parameterLimit:1e3,plainObjects:!1,strictNullHandling:!1},a=function(t,e,n){if(t){var r=n.allowDots?t.replace(/\.([^.[]+)/g,"[$1]"):t,o=/(\[[^[\]]*])/g,a=/(\[[^[\]]*])/.exec(r),u=a?r.slice(0,a.index):r,s=[];if(u){if(!n.plainObjects&&i.call(Object.prototype,u)&&!n.allowPrototypes)return;s.push(u)}for(var l=0;null!==(a=o.exec(r))&&l<n.depth;){if(l+=1,!n.plainObjects&&i.call(Object.prototype,a[1].slice(1,-1))&&!n.allowPrototypes)return;s.push(a[1])}return a&&s.push("["+r.slice(a.index)+"]"),function(t,e,n){for(var r=e,i=t.length-1;i>=0;--i){var o,a=t[i];if("[]"===a)o=(o=[]).concat(r);else{o=n.plainObjects?Object.create(null):{};var u="["===a.charAt(0)&&"]"===a.charAt(a.length-1)?a.slice(1,-1):a,s=parseInt(u,10);!isNaN(s)&&a!==u&&String(s)===u&&s>=0&&n.parseArrays&&s<=n.arrayLimit?(o=[])[s]=r:o[u]=r}r=o}return r}(s,e,n)}};t.exports=function(t,e){var n=e?r.assign({},e):{};if(null!==n.decoder&&void 0!==n.decoder&&"function"!=typeof n.decoder)throw new TypeError("Decoder has to be a function.");if(n.ignoreQueryPrefix=!0===n.ignoreQueryPrefix,n.delimiter="string"==typeof n.delimiter||r.isRegExp(n.delimiter)?n.delimiter:o.delimiter,n.depth="number"==typeof n.depth?n.depth:o.depth,n.arrayLimit="number"==typeof n.arrayLimit?n.arrayLimit:o.arrayLimit,n.parseArrays=!1!==n.parseArrays,n.decoder="function"==typeof n.decoder?n.decoder:o.decoder,n.allowDots="boolean"==typeof n.allowDots?n.allowDots:o.allowDots,n.plainObjects="boolean"==typeof n.plainObjects?n.plainObjects:o.plainObjects,n.allowPrototypes="boolean"==typeof n.allowPrototypes?n.allowPrototypes:o.allowPrototypes,n.parameterLimit="number"==typeof n.parameterLimit?n.parameterLimit:o.parameterLimit,n.strictNullHandling="boolean"==typeof n.strictNullHandling?n.strictNullHandling:o.strictNullHandling,""===t||null===t||void 0===t)return n.plainObjects?Object.create(null):{};for(var u="string"==typeof t?function(t,e){for(var n={},r=e.ignoreQueryPrefix?t.replace(/^\?/,""):t,a=e.parameterLimit===1/0?void 0:e.parameterLimit,u=r.split(e.delimiter,a),s=0;s<u.length;++s){var l,c,f=u[s],p=f.indexOf("]="),d=-1===p?f.indexOf("="):p+1;-1===d?(l=e.decoder(f,o.decoder),c=e.strictNullHandling?null:""):(l=e.decoder(f.slice(0,d),o.decoder),c=e.decoder(f.slice(d+1),o.decoder)),i.call(n,l)?n[l]=[].concat(n[l]).concat(c):n[l]=c}return n}(t,n):t,s=n.plainObjects?Object.create(null):{},l=Object.keys(u),c=0;c<l.length;++c){var f=l[c],p=a(f,u[f],n);s=r.merge(s,p,n)}return r.compact(s)}},EqBC:function(t,e,n){"use strict";var r=n("kM2E"),i=n("FeBl"),o=n("7KvD"),a=n("t8x9"),u=n("fJUb");r(r.P+r.R,"Promise",{finally:function(t){var e=a(this,i.Promise||o.Promise),n="function"==typeof t;return this.then(n?function(n){return u(e,t()).then(function(){return n})}:t,n?function(n){return u(e,t()).then(function(){throw n})}:t)}})},Kkt8:function(t,e,n){"use strict";var r=n("UlGk"),i={name:"limittextarea",props:{inputValue:{type:String,default:""},maxLength:{type:Number,default:10},inputWidth:{type:Number,default:500},getByType:{type:String,default:"word"},holder:{type:String,default:"请输入"},disInput:{type:Boolean,default:!1}},data:function(){return{inputNum:0,limitLength:10,itemValue:""}},methods:{inputFocus:function(t){},toInput:function(t){var e="";"word"==this.getByType?(e=r.a.getByteVal(t.target.value,this.limitLength),this.itemValue=e.trim(),this.inputNum=r.a.getZhLen(this.itemValue)):(e=r.a.getCharVal(t.target.value,this.limitLength),this.itemValue=e.trim(),this.inputNum=r.a.getByteLen(this.itemValue)),this.$emit("update:inputValue",this.itemValue)},inputBlur:function(){this.$emit("update:inputValue",this.itemValue)}},watch:{maxLength:function(t,e){this.limitLength=t},inputValue:function(t,e){this.itemValue=t,"word"==this.getByType?this.inputNum=r.a.getZhLen(this.itemValue):this.inputNum=r.a.getByteLen(this.itemValue)}},mounted:function(){this.limitLength=this.maxLength,this.itemValue=this.inputValue||"","word"==this.getByType?this.inputNum=r.a.getZhLen(this.inputValue):this.inputNum=r.a.getByteLen(this.inputValue)}},o={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"input-line-cell",style:{width:t.inputWidth+"px"}},[n("el-input",{style:{width:t.inputWidth+"px"},attrs:{placeholder:t.holder,type:"textarea",rows:3,disabled:t.disInput},on:{blur:function(e){t.inputBlur()},focus:function(e){t.inputFocus()}},nativeOn:{keyup:function(e){return n=e,t.toInput(n);var n}},model:{value:t.itemValue,callback:function(e){t.itemValue=e},expression:"itemValue"}}),t._v(" "),n("span",{staticClass:"tip"},[n("span",{staticClass:"len_span"},[t._v(t._s(t.inputNum))]),t._v("/"+t._s(t.limitLength))])],1)},staticRenderFns:[]};var a=n("VU/8")(i,o,!1,function(t){n("r1x4")},"data-v-a0c20e4e",null);e.a=a.exports},L42u:function(t,e,n){var r,i,o,a=n("+ZMJ"),u=n("knuC"),s=n("RPLV"),l=n("ON07"),c=n("7KvD"),f=c.process,p=c.setImmediate,d=c.clearImmediate,h=c.MessageChannel,v=c.Dispatch,m=0,g={},y=function(){var t=+this;if(g.hasOwnProperty(t)){var e=g[t];delete g[t],e()}},b=function(t){y.call(t.data)};p&&d||(p=function(t){for(var e=[],n=1;arguments.length>n;)e.push(arguments[n++]);return g[++m]=function(){u("function"==typeof t?t:Function(t),e)},r(m),m},d=function(t){delete g[t]},"process"==n("R9M2")(f)?r=function(t){f.nextTick(a(y,t,1))}:v&&v.now?r=function(t){v.now(a(y,t,1))}:h?(o=(i=new h).port2,i.port1.onmessage=b,r=a(o.postMessage,o,1)):c.addEventListener&&"function"==typeof postMessage&&!c.importScripts?(r=function(t){c.postMessage(t+"","*")},c.addEventListener("message",b,!1)):r="onreadystatechange"in l("script")?function(t){s.appendChild(l("script")).onreadystatechange=function(){s.removeChild(this),y.call(t)}}:function(t){setTimeout(a(y,t,1),0)}),t.exports={set:p,clear:d}},LlAa:function(t,e,n){"use strict";var r=n("zL8q");n.n(r);e.a={errorMsg:function(t){var e=window.location.origin;if("0000"!=t.code&&(r.Message.error({duration:1e3,message:t.message}),"2003"==t.code))return window.location.href=e+"/gateway-web/#/login",!1}}},Mhyx:function(t,e,n){var r=n("/bQp"),i=n("dSzd")("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||o[i]===t)}},"NWt+":function(t,e,n){var r=n("+ZMJ"),i=n("msXi"),o=n("Mhyx"),a=n("77Pl"),u=n("QRG4"),s=n("3fs2"),l={},c={};(e=t.exports=function(t,e,n,f,p){var d,h,v,m,g=p?function(){return t}:s(t),y=r(n,f,e?2:1),b=0;if("function"!=typeof g)throw TypeError(t+" is not iterable!");if(o(g)){for(d=u(t.length);d>b;b++)if((m=e?y(a(h=t[b])[0],h[1]):y(t[b]))===l||m===c)return m}else for(v=g.call(t);!(h=v.next()).done;)if((m=i(v,y,h.value,e))===l||m===c)return m}).BREAK=l,e.RETURN=c},P9l9:function(t,e,n){"use strict";n.d(e,"a",function(){return f}),n.d(e,"b",function(){return p});var r=n("//Fk"),i=n.n(r),o=n("lRwf"),a=n.n(o),u=n("mw3O"),s=n.n(u),l=n("zL8q");n.n(l);a.a.axios.defaults.timeout=25e3;var c=window.location.origin;a.a.axios.interceptors.request.use(function(t){return t},function(t){return l.Message.error({message:"请求超时!"}),i.a.resolve(t)}),a.a.axios.interceptors.response.use(function(t){return t.status&&200==t.status&&"0000"!=t.data.code?(4==t.data.code&&(window.location.href=c+"gateway-web/#/login"),10!=t.data.code&&7!=t.data.code||(window.location.href=c+"gateway-web/#/overview"),t):t},function(t){return 504==t.response.status||404==t.response.status||t.response.status,i.a.resolve(t)});var f=function(t,e){return e.requestProject="api-gateway-web",a.a.axios({method:"get",url:""+c+t,data:{},params:e,headers:{"Content-type":"application/x-www-form-urlencoded"}})},p=function(t,e){return e.requestProject="api-gateway-web",a.a.axios({method:"post",url:""+c+t,data:s.a.stringify(e),headers:{"Content-type":"application/x-www-form-urlencoded"}})}},PEkr:function(t,e,n){"use strict";var r=n("BO1k"),i=n.n(r),o=n("P9l9"),a={props:{pluginId:{type:String,default:function(){return""}},pluginType:{type:Number,default:function(){return 0}}},data:function(){return{dialogVisible:!0,tableData:[],loading:!1}},created:function(){this.dialogVisible=!0,this.getData()},methods:{getData:function(){var t=this,e=this,n={pluginId:this.pluginId};this.loading=!0,Object(o.a)("/gateway-manage/plugin/scene/list",n).then(function(e){if("0000"==e.data.code){if(e.data.result){t.tableData=e.data.result;var n=!0,r=!1,o=void 0;try{for(var a,u=i()(t.tableData);!(n=(a=u.next()).done);n=!0){var s=a.value;s.enableFlag=1===s.enableFlag}}catch(t){r=!0,o=t}finally{try{!n&&u.return&&u.return()}finally{if(r)throw o}}}else t.tableData=[];t.loading=!1}else t.$message.error(e.data.message)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})},changeFlag:function(t){var e=this,n=this,r={pluginId:this.pluginId,sceneCode:t.sceneCode,enableFlag:t.enableFlag?1:0};Object(o.a)("/gateway-manage/plugin/scene/enable",r).then(function(n){"0000"==n.data.code?e.getData():(t.enableFlag=!t.enableFlag,e.$message.error(n.data.message))}).catch(function(t){n.$message.error({duration:1e3,message:t.message})})},goList:function(t){this.dialogVisible=!1,0===this.pluginType?this.$router.push({path:"/plugAhsh",query:{sceneCode:t.sceneCode,pluginId:this.pluginId}}):1===this.pluginType&&this.$router.push({path:"/plugPlatform",query:{sceneCode:t.sceneCode,pluginId:this.pluginId}})},close:function(){this.dialogVisible=!1,this.$emit("closeDialog")}}},u={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("el-dialog",{attrs:{title:"选择环境",visible:t.dialogVisible,width:"600px"},on:{"update:visible":function(e){t.dialogVisible=e},close:t.close}},[n("div",{staticClass:"dialog-body"},[n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],staticClass:"dialog-table",staticStyle:{width:"100%"},attrs:{data:t.tableData}},[n("el-table-column",{attrs:{prop:"sceneName",label:"环境名称"}}),t._v(" "),n("el-table-column",{attrs:{prop:"updateTime",label:"更新时间"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"color-606266 line-18"},[t._v(t._s(t._f("timeStampToYmd")(e.row.updateTime)))]),t._v(" "),n("div",{staticClass:"color-606266 line-18"},[t._v(t._s(t._f("timeStampToHms")(e.row.updateTime)))])]}}])}),t._v(" "),n("el-table-column",{attrs:{prop:"enableFlag",label:"开启状态"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("el-switch",{on:{change:function(n){t.changeFlag(e.row)}},model:{value:e.row.enableFlag,callback:function(n){t.$set(e.row,"enableFlag",n)},expression:"scope.row.enableFlag"}})]}}])}),t._v(" "),n("el-table-column",{attrs:{label:"操作"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("el-button",{attrs:{type:"text"},on:{click:function(n){t.goList(e.row)}}},[t._v("立即进入")])]}}])})],1)],1)])},staticRenderFns:[]};var s=n("VU/8")(a,u,!1,function(t){n("yWFr")},"data-v-23f7bdbe",null);e.a=s.exports},"RY/4":function(t,e,n){var r=n("R9M2"),i=n("dSzd")("toStringTag"),o="Arguments"==r(function(){return arguments}());t.exports=function(t){var e,n,a;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),i))?n:o?r(e):"Object"==(a=r(e))&&"function"==typeof e.callee?"Arguments":a}},TUB1:function(t,e,n){"use strict";var r=n("zL8q");n.n(r);e.a={showmsg:function(t,e){Object(r.Message)({duration:1e3,message:t,type:e})}}},U5ju:function(t,e,n){n("M6a0"),n("zQR9"),n("+tPU"),n("CXw9"),n("EqBC"),n("jKW+"),t.exports=n("FeBl").Promise},UlGk:function(t,e,n){"use strict";e.a={getByteLen:function(t){for(var e=""==t||null==t?"":t,n=0,r=0;r<e.length;r++){null!=e.charAt(r).match(/[^\x00-\xff]/gi)?n+=2:n+=1}return n},getZhLen:function(t){for(var e=""==t||null==t?"":t,n=0,r=0;r<e.length;r++){null!=e.charAt(r).match(/[^\x00-\xff]/gi)?n+=1:n+=.5}return Math.ceil(n)},cutStr:function(t,e,n){for(var r=0,i=0;i<t.length;i++){var o=t.charAt(i);if(1==n&&(encodeURI(o).length>2?r+=1:r+=.5),2==n&&(r+=1),r>=e){var a=r==e?i+1:i;return t.substr(0,a)}}},getByteVal:function(t,e){for(var n=""==t||null==t?"":t,r="",i=0,o=0;o<n.length&&(null!=n[o].match(/[^\x00-\xff]/gi)?i+=1:i+=.5,!(i>e));o++)r+=n[o];return r},getCharVal:function(t,e){for(var n=""==t||null==t?"":t,r="",i=0,o=0;o<n.length&&(null!=n[o].match(/[^\x00-\xff]/gi)?i+=2:i+=1,!(i>e));o++)r+=n[o];return r},regPos:function(t){return/^\d+(\.\d+)?$/.test(t)}}},XgCd:function(t,e,n){"use strict";var r=String.prototype.replace,i=/%20/g;t.exports={default:"RFC3986",formatters:{RFC1738:function(t){return r.call(t,i,"+")},RFC3986:function(t){return t}},RFC1738:"RFC1738",RFC3986:"RFC3986"}},bRrM:function(t,e,n){"use strict";var r=n("7KvD"),i=n("FeBl"),o=n("evD5"),a=n("+E39"),u=n("dSzd")("species");t.exports=function(t){var e="function"==typeof i[t]?i[t]:r[t];a&&e&&!e[u]&&o.f(e,u,{configurable:!0,get:function(){return this}})}},dNDb:function(t,e){t.exports=function(t){try{return{e:!1,v:t()}}catch(t){return{e:!0,v:t}}}},dY0y:function(t,e,n){var r=n("dSzd")("iterator"),i=!1;try{var o=[7][r]();o.return=function(){i=!0},Array.from(o,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!i)return!1;var n=!1;try{var o=[7],a=o[r]();a.next=function(){return{done:n=!0}},o[r]=function(){return a},t(o)}catch(t){}return n}},fJUb:function(t,e,n){var r=n("77Pl"),i=n("EqjI"),o=n("qARP");t.exports=function(t,e){if(r(t),i(e)&&e.constructor===t)return e;var n=o.f(t);return(0,n.resolve)(e),n.promise}},fxRn:function(t,e,n){n("+tPU"),n("zQR9"),t.exports=n("g8Ux")},g8Ux:function(t,e,n){var r=n("77Pl"),i=n("3fs2");t.exports=n("FeBl").getIterator=function(t){var e=i(t);if("function"!=typeof e)throw TypeError(t+" is not iterable!");return r(e.call(t))}},iUbK:function(t,e,n){var r=n("7KvD").navigator;t.exports=r&&r.userAgent||""},"jKW+":function(t,e,n){"use strict";var r=n("kM2E"),i=n("qARP"),o=n("dNDb");r(r.S,"Promise",{try:function(t){var e=i.f(this),n=o(t);return(n.e?e.reject:e.resolve)(n.v),e.promise}})},jvWE:function(t,e,n){"use strict";e.a=function(t,e){var n,e=e||200;return function(){var r=this,i=arguments;n&&clearTimeout(n),n=setTimeout(function(){n=null,t.apply(r,i)},e)}},e.b=function(t){var e={};for(var n in t){if(e[t[n]])return!0;e[t[n]]=!0}return!1}},knuC:function(t,e){t.exports=function(t,e,n){var r=void 0===n;switch(e.length){case 0:return r?t():t.call(n);case 1:return r?t(e[0]):t.call(n,e[0]);case 2:return r?t(e[0],e[1]):t.call(n,e[0],e[1]);case 3:return r?t(e[0],e[1],e[2]):t.call(n,e[0],e[1],e[2]);case 4:return r?t(e[0],e[1],e[2],e[3]):t.call(n,e[0],e[1],e[2],e[3])}return t.apply(n,e)}},l46T:function(t,e,n){"use strict";var r=n("UlGk"),i={name:"limitinput",props:{inputValue:{type:[String,Number],default:function(){return""}},maxLength:{type:Number,default:10},inputWidth:{type:Number,default:500},getByType:{type:String,default:"word"},holder:{type:String,default:"请输入"},disflag:{type:Boolean,default:!1},limitClass:{type:String,default:""}},data:function(){return{inputNum:0,limitLength:10,itemValue:""}},methods:{inputFocus:function(t){},toInput:function(t){var e="";"word"==this.getByType?(e=r.a.getByteVal(t.target.value,this.limitLength),this.itemValue=e.trim(),this.inputNum=r.a.getZhLen(this.itemValue)):(e=r.a.getCharVal(t.target.value,this.limitLength),this.itemValue=e.trim(),this.inputNum=r.a.getByteLen(this.itemValue)),this.$emit("update:inputValue",this.itemValue)},inputBlur:function(){this.$emit("update:inputValue",this.itemValue)}},watch:{maxLength:function(t,e){this.limitLength=t},inputValue:function(t,e){this.itemValue=t||"","word"==this.getByType?this.inputNum=r.a.getZhLen(this.itemValue):this.inputNum=r.a.getByteLen(this.itemValue)}},mounted:function(){this.limitLength=this.maxLength,this.itemValue=this.inputValue||"","word"==this.getByType?this.inputNum=r.a.getZhLen(this.inputValue):this.inputNum=r.a.getByteLen(this.inputValue)}},o={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{class:["input-line-cell",t.limitClass],style:{width:t.inputWidth+"px"}},[n("el-input",{style:{width:t.inputWidth+"px"},attrs:{disabled:t.disflag,placeholder:t.holder},on:{blur:function(e){t.inputBlur()},focus:function(e){t.inputFocus()}},nativeOn:{keyup:function(e){return n=e,t.toInput(n);var n}},model:{value:t.itemValue,callback:function(e){t.itemValue=e},expression:"itemValue"}}),t._v(" "),n("span",{staticClass:"tip"},[n("span",{staticClass:"len_span"},[t._v(t._s(t.inputNum))]),t._v("/"+t._s(t.limitLength))])],1)},staticRenderFns:[]};var a=n("VU/8")(i,o,!1,function(t){n("tz7a")},"data-v-093222f7",null);e.a=a.exports},msXi:function(t,e,n){var r=n("77Pl");t.exports=function(t,e,n,i){try{return i?e(r(n)[0],n[1]):e(n)}catch(e){var o=t.return;throw void 0!==o&&r(o.call(t)),e}}},mw3O:function(t,e,n){"use strict";var r=n("CwSZ"),i=n("DDCP"),o=n("XgCd");t.exports={formats:o,parse:i,stringify:r}},p8xL:function(t,e,n){"use strict";var r=Object.prototype.hasOwnProperty,i=function(){for(var t=[],e=0;e<256;++e)t.push("%"+((e<16?"0":"")+e.toString(16)).toUpperCase());return t}(),o=function(t,e){for(var n=e&&e.plainObjects?Object.create(null):{},r=0;r<t.length;++r)void 0!==t[r]&&(n[r]=t[r]);return n};t.exports={arrayToObject:o,assign:function(t,e){return Object.keys(e).reduce(function(t,n){return t[n]=e[n],t},t)},compact:function(t){for(var e=[{obj:{o:t},prop:"o"}],n=[],r=0;r<e.length;++r)for(var i=e[r],o=i.obj[i.prop],a=Object.keys(o),u=0;u<a.length;++u){var s=a[u],l=o[s];"object"==typeof l&&null!==l&&-1===n.indexOf(l)&&(e.push({obj:o,prop:s}),n.push(l))}return function(t){for(var e;t.length;){var n=t.pop();if(e=n.obj[n.prop],Array.isArray(e)){for(var r=[],i=0;i<e.length;++i)void 0!==e[i]&&r.push(e[i]);n.obj[n.prop]=r}}return e}(e)},decode:function(t){try{return decodeURIComponent(t.replace(/\+/g," "))}catch(e){return t}},encode:function(t){if(0===t.length)return t;for(var e="string"==typeof t?t:String(t),n="",r=0;r<e.length;++r){var o=e.charCodeAt(r);45===o||46===o||95===o||126===o||o>=48&&o<=57||o>=65&&o<=90||o>=97&&o<=122?n+=e.charAt(r):o<128?n+=i[o]:o<2048?n+=i[192|o>>6]+i[128|63&o]:o<55296||o>=57344?n+=i[224|o>>12]+i[128|o>>6&63]+i[128|63&o]:(r+=1,o=65536+((1023&o)<<10|1023&e.charCodeAt(r)),n+=i[240|o>>18]+i[128|o>>12&63]+i[128|o>>6&63]+i[128|63&o])}return n},isBuffer:function(t){return null!==t&&void 0!==t&&!!(t.constructor&&t.constructor.isBuffer&&t.constructor.isBuffer(t))},isRegExp:function(t){return"[object RegExp]"===Object.prototype.toString.call(t)},merge:function t(e,n,i){if(!n)return e;if("object"!=typeof n){if(Array.isArray(e))e.push(n);else{if("object"!=typeof e)return[e,n];(i.plainObjects||i.allowPrototypes||!r.call(Object.prototype,n))&&(e[n]=!0)}return e}if("object"!=typeof e)return[e].concat(n);var a=e;return Array.isArray(e)&&!Array.isArray(n)&&(a=o(e,i)),Array.isArray(e)&&Array.isArray(n)?(n.forEach(function(n,o){r.call(e,o)?e[o]&&"object"==typeof e[o]?e[o]=t(e[o],n,i):e.push(n):e[o]=n}),e):Object.keys(n).reduce(function(e,o){var a=n[o];return r.call(e,o)?e[o]=t(e[o],a,i):e[o]=a,e},a)}}},qARP:function(t,e,n){"use strict";var r=n("lOnJ");t.exports.f=function(t){return new function(t){var e,n;this.promise=new t(function(t,r){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=r}),this.resolve=r(e),this.reject=r(n)}(t)}},r1x4:function(t,e){},t8x9:function(t,e,n){var r=n("77Pl"),i=n("lOnJ"),o=n("dSzd")("species");t.exports=function(t,e){var n,a=r(t).constructor;return void 0===a||void 0==(n=r(a)[o])?e:i(n)}},tz7a:function(t,e){},"xH/j":function(t,e,n){var r=n("hJx8");t.exports=function(t,e,n){for(var i in e)n&&t[i]?t[i]=e[i]:r(t,i,e[i]);return t}},yWFr:function(t,e){}});
\ No newline at end of file
webpackJsonp([1],{"2X9c":function(M,L,j){M.exports=j.p+"static/img/error_500.ed0cba4.svg"},CkW6:function(M,L){M.exports="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDAwIDMzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAwIDMzNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZBRkNGRjt9DQoJLnN0MXtmaWxsOiNEQkU1RjE7fQ0KCS5zdDJ7ZmlsbDojREVFN0Y0O30NCgkuc3Qze2ZpbGw6I0I5QzdEQjt9DQoJLnN0NHtmaWxsOiNGRkZGRkY7fQ0KCS5zdDV7ZmlsbDpub25lO3N0cm9rZTojQjlDN0RCO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Q2e2ZpbGw6bm9uZTtzdHJva2U6I0I2QzdEODtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0NSIgZD0iTTI3NC41LDI0MS4zYy01LjMtNS4zLTQuNCw0LjQtNi43LDYuN2MtMy4xLDMuMS02LjMsNi05LjcsOC42SDEyNS4yYy0zLjQtMi43LTYuNi01LjYtOS43LTguNw0KCWMtMjguNC0yOC41LTM4LjYtNzAuNS0yNi42LTEwOWwtMTAuNS0xMC42Yy01LjMtNS4zLTUuMy0xMy44LDAtMTkuMmM1LjItNS4zLDEzLjctNS4zLDE5LTAuMWMwLDAsMCwwLDAuMSwwLjFsNi42LDYuOA0KCWMzLjEsMy4yLDguMiwzLjIsMTEuNCwwbDAsMGMzLjItMy4yLDMuMi04LjMsMC0xMS41TDEwMy4xLDkyYy0zLjItMy4yLTMuMi04LjMsMC0xMS41YzMuMS0zLjIsOC4yLTMuMiwxMS40LDBsMCwwbDE3LjIsMTcuMg0KCWMtMC45LDMuNywwLjksNy42LDQuNCw5LjNjMy41LDEuNyw3LjcsMC42LDkuOS0yLjVjMi4zLTMuMSwyLjEtNy40LTAuNS0xMC4zYy0zLjMtMy44LTYuNS03LjItNi41LTcuMmwtNy4zLTcuNA0KCWMzNC44LTIxLjMsODIuNi0yMS43LDExNy4yLDBjMzQuNSwyMS43LDUzLjksNjEuMiw1MCwxMDEuOWwxNS40LDE1LjZjMy4yLDMuMiwzLjIsOC4zLDAsMTEuNWMtMy4xLDMuMi04LjIsMy4yLTExLjQsMGwwLDANCglsLTE1LjEtMTUuM2MtMy4xLTMuMi04LjItMy4yLTExLjQsMGwwLDBjLTMuMiwzLjItMy4yLDguMywwLDExLjVsMTcuMSwxNy4yYzUuMiw1LjMsNS4yLDEzLjgsMCwxOS4xDQoJQzI4OC40LDI0Ni42LDI3OS45LDI0Ni42LDI3NC41LDI0MS4zQzI3NC42LDI0MS4zLDI3NC42LDI0MS4zLDI3NC41LDI0MS4zTDI3NC41LDI0MS4zeiIvPg0KPHBhdGggY2xhc3M9InN0MyIgZD0iTTg2LjYsNzEuNGMwLDQuNywzLjgsOC41LDguNSw4LjVjMS41LDAsMy0wLjQsNC4zLTEuMWM0LjEtMi4zLDUuNS03LjUsMy4xLTExLjZjLTEuNS0yLjYtNC4zLTQuMy03LjQtNC4zDQoJQzkwLjQsNjIuOSw4Ni42LDY2LjcsODYuNiw3MS40Ii8+DQo8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMjE2LjQsMTQ1LjRoMjQuM2wtNy40LDE3LjljMi42LDEuOCw0LjUsMy44LDUuOCw2YzEuMiwyLjIsMS45LDQuOCwxLjksNy44YzAsNC42LTEuNiw4LjQtNC44LDExLjINCgljLTMuMiwyLjktNy4zLDQuMy0xMi4zLDQuM2MtMi41LDAtNS4xLTAuNC03LjUtMS4xdi0xMy4xYzIsMC45LDMuOSwxLjQsNS41LDEuNHMyLjktMC41LDMuNy0xLjRjMC45LTEsMS4zLTIuMywxLjMtNC4xDQoJYzAtMS45LTAuOC0zLjQtMi40LTQuNmMtMS42LTEuMi0zLjctMS43LTYuNC0xLjdsMy40LTkuMWgtNS4xVjE0NS40TDIxNi40LDE0NS40eiBNMjA3LjUsMTgxLjZjMCwxLjUtMC4zLDMtMC44LDQuMw0KCXMtMS4zLDIuNS0yLjMsMy41cy0yLjIsMS44LTMuNCwyLjNjLTEuMywwLjYtMi44LDAuOS00LjMsMC45aC05LjZjLTEuNSwwLTIuOS0wLjMtNC4zLTAuOWMtMS4zLTAuNi0yLjUtMS4zLTMuNC0yLjMNCgljLTAuNC0wLjQtMC44LTAuOS0xLjItMS40bDExLjctMTcuM3Y2YzAsMC42LDAuMiwxLjEsMC42LDEuNGMwLjQsMC40LDAuOCwwLjYsMS40LDAuNmMxLjEsMCwyLTAuOCwyLTEuOXYtMC4xdi0xMS45bDEwLjktMTYuMQ0KCWMxLjgsMiwyLjgsNC42LDIuNyw3LjNMMjA3LjUsMTgxLjZMMjA3LjUsMTgxLjZMMjA3LjUsMTgxLjZ6IE0xNzcuMSwxODUuOWMtMC42LTEuNC0wLjktMi44LTAuOC00LjNWMTU2YzAtMS41LDAuMy0zLDAuOC00LjMNCglzMS4zLTIuNSwyLjMtMy41czIuMi0xLjgsMy40LTIuM2MxLjMtMC42LDIuOC0wLjksNC4zLTAuOWg5LjZjMS41LDAsMi45LDAuMyw0LjMsMC45YzEuMywwLjUsMi40LDEuMywzLjQsMi4zbC0xMC41LDE1LjR2LTIuNw0KCWMwLTAuNS0wLjItMS4xLTAuNi0xLjRjLTAuNC0wLjQtMC45LTAuNi0xLjQtMC42Yy0xLjEsMC0yLDAuOC0yLDEuOXYwLjF2OC42bC0xMi4xLDE3LjlDMTc3LjUsMTg2LjksMTc3LjMsMTg2LjQsMTc3LjEsMTg1LjkNCglMMTc3LjEsMTg1Ljl6IE0yNDMuOCwxOTIuN2MzLjUtNy40LDUuMy0xNS41LDUuMy0yMy43YzAtMzAuNS0yNC40LTU1LjItNTQuNi01NS4ycy01NC42LDI0LjctNTQuNiw1NS4yYzAsMC40LDAsMC44LDAsMS4xDQoJbDE5LjYtMjQuNmgxMS40TDE1NCwxNzEuM2g1LjV2LTYuNWwxMS43LTE4LjV2NDYuOGgtMTEuN3YtOS44aC0xNy44YzUuMSwxOS4yLDIwLjEsMzQuMywzOS4yLDM5LjJjLTEuMiwzLjEtNC44LDEwLjctMTAuNywxMg0KCWMtNy4zLDEuNywxOS45LDAuNCwzOS40LTEyLjVjMTQuOS00LjQsMjcuMi0xNSwzMy45LTI4LjlMMjQzLjgsMTkyLjdMMjQzLjgsMTkyLjd6Ii8+DQo8cGF0aCBjbGFzcz0ic3Q0IiBkPSJNMjM4LjksMTU0LjNsLTI0LjQsMzUuNGwwLjUsMC4zbDI0LjQtMzUuNEwyMzguOSwxNTQuM3oiLz4NCjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yNjYuMiw2Ni42aDhjMC43LDAsMS4zLDAuNiwxLjMsMS4zbDAsMGMwLDAuNC0wLjEsMC43LTAuNCwxYy0wLjIsMC4zLTAuNiwwLjQtMC45LDAuNGgtOA0KCWMtMC40LDAtMC43LTAuMS0wLjktMC40Yy0wLjUtMC41LTAuNS0xLjQsMC0xLjlDMjY1LjUsNjYuNywyNjUuOCw2Ni42LDI2Ni4yLDY2LjYgTTExNi41LDIwMS45Yy00LjQsMC04LDMuNi04LDguMXMzLjYsOC4xLDgsOC4xDQoJczgtMy42LDgtOC4xUzEyMC45LDIwMS45LDExNi41LDIwMS45TDExNi41LDIwMS45eiBNMTIxLjQsMjEyLjFjLTAuOCwyLTIuOCwzLjMtNC45LDMuM2MtMywwLTUuMy0yLjQtNS4zLTUuNGMwLTIuMiwxLjMtNC4xLDMuMy01DQoJYzItMC44LDQuMy0wLjQsNS44LDEuMkMxMjEuOCwyMDcuNywxMjIuMiwyMTAsMTIxLjQsMjEyLjFMMTIxLjQsMjEyLjF6IE0xOTEuMyw3OC43Yy00LjQsMC04LDMuNi04LDguMXMzLjYsOC4xLDgsOC4xDQoJYzIuMSwwLDQuMi0wLjksNS43LTIuNHMyLjMtMy42LDIuMy01LjdDMTk5LjMsODIuNCwxOTUuNyw3OC43LDE5MS4zLDc4Ljd6IE0xOTYuMyw4OC45Yy0wLjgsMi0yLjgsMy4zLTQuOSwzLjMNCgljLTMsMC01LjMtMi40LTUuMy01LjRjMC0yLjIsMS4zLTQuMiwzLjMtNXM0LjMtMC40LDUuOCwxLjJDMTk2LjYsODQuNiwxOTcuMSw4Ni45LDE5Ni4zLDg4LjlMMTk2LjMsODguOXogTTI3MC4yLDE2Mi42DQoJYy00LjQsMC04LDMuNi04LDguMXMzLjYsOC4xLDgsOC4xczgtMy42LDgtOC4xQzI3OC4yLDE2Ni4zLDI3NC42LDE2Mi42LDI3MC4yLDE2Mi42eiBNMjc1LjEsMTcyLjhjLTAuOCwyLTIuOCwzLjMtNC45LDMuMw0KCWMtMywwLTUuMy0yLjQtNS4zLTUuNGMwLTIuMiwxLjMtNC4yLDMuMy01czQuMy0wLjQsNS44LDEuMlMyNzUuOSwxNzAuOCwyNzUuMSwxNzIuOHogTTIzMC4xLDMxLjRjLTQuNCwwLTgsMy42LTgsOC4xczMuNiw4LjEsOCw4LjENCgljMi4xLDAsNC4yLTAuOSw1LjctMi40czIuMy0zLjYsMi4zLTUuN0MyMzguMSwzNSwyMzQuNSwzMS40LDIzMC4xLDMxLjR6IE0yMzUsNDEuNmMtMC44LDItMi44LDMuMy00LjksMy4zYy0zLDAtNS4zLTIuNC01LjMtNS40DQoJYzAtMi4yLDEuMy00LjIsMy4zLTVzNC4zLTAuNCw1LjgsMS4yQzIzNS40LDM3LjIsMjM1LjgsMzkuNSwyMzUsNDEuNnoiLz4NCjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0xNjMuMiw0NS45aDguMmMwLjQsMCwwLjcsMC4xLDEsMC40YzAuNSwwLjUsMC41LDEuMywwLDEuOWwwLDBjLTAuMywwLjMtMC42LDAuNC0xLDAuNGgtOC4yDQoJYy0wLjQsMC0wLjctMC4xLTEtMC40Yy0wLjUtMC41LTAuNS0xLjMsMC0xLjlsMCwwQzE2Mi40LDQ2LjEsMTYyLjgsNDUuOSwxNjMuMiw0NS45IE0yNzEuNyw2My41djhjMCwwLjQtMC4xLDAuNy0wLjQsMC45DQoJYy0wLjMsMC4zLTAuNiwwLjQtMSwwLjRjLTAuNywwLTEuNC0wLjYtMS40LTEuM2wwLDB2LThjMC0wLjQsMC4xLTAuNywwLjQtMC45YzAuNS0wLjUsMS40LTAuNSwxLjksMA0KCUMyNzEuNiw2Mi44LDI3MS43LDYzLjIsMjcxLjcsNjMuNSIvPg0KPHBhdGggY2xhc3M9InN0MyIgZD0iTTEwNy40LDE1NC44aDguMmMwLjQsMCwwLjcsMC4xLDEsMC40YzAuMywwLjIsMC40LDAuNiwwLjQsMC45YzAsMC43LTAuNiwxLjMtMS40LDEuM2gtOC4yDQoJYy0wLjUsMC0wLjktMC4zLTEuMi0wLjdjLTAuMi0wLjQtMC4yLTAuOSwwLTEuM0MxMDYuNCwxNTUuMSwxMDYuOSwxNTQuOCwxMDcuNCwxNTQuOCBNMTY5LDQyLjd2OGMwLDAuNC0wLjEsMC43LTAuNCwwLjkNCgljLTAuNSwwLjUtMS40LDAuNS0yLDBjLTAuMi0wLjItMC40LTAuNi0wLjQtMC45di04YzAtMC40LDAuMS0wLjcsMC40LTAuOWMwLjUtMC41LDEuNC0wLjUsMS45LDBDMTY4LjgsNDIsMTY5LDQyLjMsMTY5LDQyLjciLz4NCjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yMzAuOSwxMTAuM2g4LjFjMC43LDAsMS4zLDAuNiwxLjMsMS40YzAsMC43LTAuNiwxLjMtMS4zLDEuNGgtOC4xYy0wLjgsMC0xLjQtMC42LTEuNC0xLjQNCgljMC0wLjQsMC4xLTAuNywwLjQtMUMyMzAuMiwxMTAuNCwyMzAuNiwxMTAuMywyMzAuOSwxMTAuMyIvPg0KPHBhdGggY2xhc3M9InN0MyIgZD0iTTExNC42LDE2My44djguMmMwLDAuNC0wLjEsMC43LTAuNCwxYy0wLjUsMC41LTEuNCwwLjUtMS45LDBjLTAuMy0wLjMtMC40LTAuNi0wLjQtMXYtOC4yYzAtMC40LDAuMS0wLjcsMC40LTENCgljMC41LTAuNSwxLjQtMC41LDEuOSwwbDAsMEMxMTQuNCwxNjMuMSwxMTQuNiwxNjMuNCwxMTQuNiwxNjMuOCIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTEyNiwyNzIuN2g2MC40YzAuNywwLDEuMywwLjYsMS4zLDEuM2wwLDBjMCwwLjctMC42LDEuMy0xLjMsMS40SDEyNmMtMC43LDAtMS4zLTAuNi0xLjMtMS4zDQoJQzEyNC43LDI3My4zLDEyNS4zLDI3Mi43LDEyNiwyNzIuNyIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTIxOC42LDI3Mi43aDM0LjljMC43LDAsMS4zLDAuNiwxLjMsMS4zYzAsMC43LTAuNiwxLjMtMS4zLDEuM2gtMzQuOWMtMC43LDAtMS4zLTAuNi0xLjQtMS4zDQoJYzAtMC40LDAuMS0wLjcsMC40LTFDMjE3LjksMjcyLjksMjE4LjIsMjcyLjcsMjE4LjYsMjcyLjciLz4NCjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNTguMiwyODIuMmgxMzEuNWMwLjcsMCwxLjMsMC42LDEuNCwxLjNjMCwwLjQtMC4xLDAuNy0wLjQsMWMtMC4zLDAuMy0wLjYsMC40LTEsMC40SDE1OC4yDQoJYy0wLjcsMC0xLjMtMC42LTEuMy0xLjNsMCwwQzE1Ni45LDI4Mi44LDE1Ny41LDI4Mi4yLDE1OC4yLDI4Mi4yIi8+DQo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNOTMuOCwyODIuMmgzNC45YzAuNywwLDEuMywwLjYsMS4zLDEuM2wwLDBjMCwwLjctMC42LDEuMy0xLjMsMS40bDAsMEg5My44Yy0wLjcsMC0xLjMtMC42LTEuNC0xLjMNCgljMC0wLjQsMC4xLTAuNywwLjQtMUM5My4xLDI4Mi4zLDkzLjUsMjgyLjIsOTMuOCwyODIuMiIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTE5Ny4xLDI3Mi43aDguMWMwLjcsMCwxLjMsMC42LDEuMywxLjNjMCwwLjctMC42LDEuMy0xLjMsMS4zaC04LjFjLTAuNywwLjEtMS40LTAuNS0xLjQtMS4zDQoJYy0wLjEtMC43LDAuNS0xLjQsMS4zLTEuNEMxOTcsMjcyLjcsMTk3LjEsMjcyLjcsMTk3LjEsMjcyLjciLz4NCjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yODQuNCwyNjQuNmg4LjFjMC43LDAsMS4zLDAuNiwxLjMsMS4zbDAsMGMwLDAuNy0wLjYsMS4zLTEuMywxLjNoLTguMWMtMC43LDAtMS4zLTAuNi0xLjMtMS4zDQoJQzI4MywyNjUuMywyODMuNiwyNjQuNiwyODQuNCwyNjQuNiIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTk5LjIsMjY0LjZoMTcxLjdjMC40LDAsMC43LDAuMSwwLjksMC40YzAuNCwwLjQsMC41LDEsMC4zLDEuNWMtMC4yLDAuNS0wLjcsMC44LTEuMiwwLjhIOTkuMQ0KCWMtMC43LDAtMS4zLTAuNi0xLjMtMS4zQzk3LjgsMjY1LjMsOTguNCwyNjQuNiw5OS4yLDI2NC42Ii8+DQo8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMjM1LDk1Ljh2OC4xYzAsMC43LTAuNiwxLjMtMS4zLDEuM3MtMS4zLTAuNi0xLjMtMS4zdi04LjFjMC0wLjcsMC42LTEuMywxLjMtMS40QzIzNC40LDk0LjQsMjM1LDk1LDIzNSw5NS44Ig0KCS8+DQo8L3N2Zz4NCg=="},Minx:function(M,L,j){M.exports=j.p+"static/img/error_404.bf58747.svg"},ODjX:function(M,L,j){"use strict";Object.defineProperty(L,"__esModule",{value:!0});var u=j("CkW6"),N=j.n(u),w=j("Minx"),D=j.n(w),C=j("2X9c"),s=j.n(C),y={name:"errpage",data:function(){return{imgSrc:"",message:"",srcList:{403:N.a,404:D.a,500:s.a},msgList:{403:"抱歉,你无权访问该页面",404:"抱歉,你访问的页面不存在",500:"抱歉,服务器出错了"}}},mounted:function(){var M=this.$route.path.split("/")[1];this.imgSrc=this.srcList[M],this.message=this.msgList[M]}},t={render:function(){var M=this.$createElement,L=this._self._c||M;return L("div",{staticStyle:{background:"#f0f2f5","margin-top":"-20px",height:"100%"}},[L("div",{staticClass:"wscn-http404"},[L("div",{staticClass:"pic-404"},[L("img",{staticClass:"pic-404__parent",attrs:{src:this.imgSrc,alt:"404"}})]),this._v(" "),L("div",{staticClass:"bullshit"},[L("div",{staticClass:"bullshit__headline"},[this._v(this._s(this.message))]),this._v(" "),L("a",{staticClass:"bullshit__return-home",attrs:{href:"#/index"}},[this._v("返回首页")])])])])},staticRenderFns:[]};var i=j("VU/8")(y,t,!1,function(M){j("hUzu")},"data-v-44d58fb6",null);L.default=i.exports},hUzu:function(M,L){}});
\ No newline at end of file
webpackJsonp([10],{CqJJ:function(t,e){},f2i8:function(t,e,a){"use strict";var o=a("mvHQ"),r=a.n(o),i=a("l46T"),n=a("Kkt8"),s=a("P9l9"),l=a("TUB1"),u=a("LlAa"),c={name:"new-api-group",props:{showDialog:{type:Boolean,default:!1},editRow:{type:Object,default:function(){return{interfaceGroupId:"",groupName:"",remark:""}}}},components:{limitInput:i.a,limitTextarea:n.a},data:function(){return{customDialog:!1,formData:{interfaceGroupId:"",groupName:"",remark:""},rules:{groupName:[{required:!0,message:"请输入分组名称",trigger:"blur"}],remark:[{required:!0,message:"请输入描述",trigger:"blur"}]}}},methods:{handleClose:function(t){this.$refs.programGroupForm.resetFields(),t(),this.hideDialog()},customCancel:function(){this.$refs.programGroupForm.resetFields(),this.hideDialog()},hideDialog:function(){this.customDialog=!1,this.formData.groupName="",this.formData.remark="",this.$emit("hideDialog","")},customConfirm:function(t){var e=this;e.formData.groupName=e.formData.groupName?String(e.formData.groupName).replace(/\s+/g,""):"",e.formData.remark=e.formData.remark?String(e.formData.remark).replace(/\s+/g,""):"",e.$refs[t].validate(function(t){if(!t)return!1;e.postEditData()})},postEditData:function(){var t=this,e={interfaceGroupId:t.formData.interfaceGroupId,groupName:t.formData.groupName,remark:t.formData.remark,projectId:t.$route.query.projectId};Object(s.a)(t.editRow.interfaceGroupId?"/gateway-manage/update-api-group":"/gateway-manage/create-api-group",e).then(function(e){var a=e.data;if("0000"==a.code)return l.a.showmsg("保存成功","success"),void t.setData();u.a.errorMsg(a)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},setData:function(t){this.$emit("hideDialog",this.formData)}},watch:{showDialog:function(t,e){this.customDialog=t},editRow:function(t,e){this.formData=JSON.parse(r()(t))}},mounted:function(){this.customDialog=this.showDialog,this.formData=JSON.parse(r()(this.editRow))}},p={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{directives:[{name:"show",rawName:"v-show",value:t.customDialog,expression:"customDialog"}]},[a("el-dialog",{staticClass:"edit-dialog",attrs:{title:t.formData.interfaceGroupId?"编辑分组":"新建分组",visible:t.customDialog,width:"600px","before-close":t.handleClose},on:{"update:visible":function(e){t.customDialog=e}}},[a("div",{staticClass:"edit-dialog-body"},[a("el-form",{ref:"programGroupForm",attrs:{model:t.formData,"label-width":"94px",rules:t.rules}},[a("el-form-item",{attrs:{label:"分组名称:",prop:"groupName"}},[a("limitInput",{attrs:{inputWidth:440,inputValue:t.formData.groupName,holder:"请输入分组名称",getByType:"word",maxLength:20},on:{"update:inputValue":function(e){t.$set(t.formData,"groupName",e)}}})],1),t._v(" "),a("el-form-item",{attrs:{label:"描述:"}},[a("limit-textarea",{attrs:{inputWidth:440,inputValue:t.formData.remark,holder:"请输入描述内容",getByType:"word",maxLength:100},on:{"update:inputValue":function(e){t.$set(t.formData,"remark",e)}}})],1)],1)],1),t._v(" "),a("div",{staticClass:"dialog-footer",staticStyle:{"padding-bottom":"10px"},attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:t.customCancel}},[t._v("取 消")]),t._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:function(e){t.customConfirm("programGroupForm")}}},[t._v(t._s(t.formData.interfaceGroupId?"保 存":"新 建"))])],1)])],1)},staticRenderFns:[]};var m=a("VU/8")(c,p,!1,function(t){a("CqJJ")},"data-v-59d68605",null);e.a=m.exports},pJor:function(t,e){},tiLT:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=a("319J"),r=a("f2i8"),i=a("P9l9"),n=a("jvWE"),s=a("LlAa"),l={name:"apiProgramGroup",components:{navBread:o.a,newApiGroup:r.a},data:function(){return{navPath:[{name:"API管理",path:"/apiProgram"},{name:"API列表",path:""}],projectId:this.$route.query.projectId||"",interfaceGroupId:this.$route.query.interfaceGroupId||"",searchValue:"",targetType:"-1",targetTypeOptions:[{value:"-1",label:"所有"},{value:"0",label:"私有"},{value:"1",label:"公开"}],tableData:[],pageSize:20,currentPage:1,totalCount:0,showDialog:!1,editIndex:"",editRow:{}}},methods:{searchData:Object(n.a)(function(t){this.currentPage,this.getData()},500),clearInput:function(){this.currentPage=1,this.getData()},changeTargetType:function(t){this.currentPage=1,this.getData()},handleSizeChange:function(t){this.pageSize=t,this.getData()},handleCurrentChange:function(t){this.currentPage=t,this.getData()},toApiListManage:function(t,e){this.$router.push("/apiListManage?interfaceId="+e.interfaceId+"&interfaceName="+e.interfaceName)},getData:function(){var t=this,e={projectId:t.projectId,interfaceGroupId:t.interfaceGroupId,search:t.searchValue,target:t.targetType,pageSize:t.pageSize,pageNum:t.currentPage};Object(i.a)("/gateway-manage/page-api",e).then(function(e){var a=e.data;if("0000"==a.code)return t.tableData=a.result.result,void(t.totalCount=a.result.totalCount);s.a.errorMsg(a)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})}},watch:{$route:{handler:function(t,e){},deep:!0}},mounted:function(){this.$emit("showTab",22),this.getData()}},u={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"api-body-content border-box"},[a("div",{staticClass:"common-nav"},[a("nav-bread",{attrs:{navPath:t.navPath}})],1),t._v(" "),a("div",{staticClass:"api-body-main common-body-main border-box"},[a("div",{staticClass:"api-main-content border-box"},[a("div",{staticClass:"search-wrap m-b-20 flex flex-space-between"},[a("div",{staticStyle:{"font-size":"0"}},[a("el-input",{staticClass:"w-320",attrs:{clearable:"",placeholder:"请输入API名称"},on:{clear:t.clearInput},nativeOn:{keyup:function(e){return a=e,t.searchData(a);var a}},model:{value:t.searchValue,callback:function(e){t.searchValue=e},expression:"searchValue"}},[a("i",{staticClass:"el-input__icon el-icon-search",attrs:{slot:"prefix"},slot:"prefix"})]),t._v(" "),a("el-select",{staticClass:"w-137 margin-left10",attrs:{placeholder:"请选择"},on:{change:t.changeTargetType},model:{value:t.targetType,callback:function(e){t.targetType=e},expression:"targetType"}},t._l(t.targetTypeOptions,function(t){return a("el-option",{key:t.value,attrs:{label:t.label,value:t.value}})}))],1)]),t._v(" "),a("div",{staticClass:"table-wrap"},[a("el-table",{staticStyle:{width:"100%"},attrs:{data:t.tableData}},[a("el-table-column",{attrs:{prop:"interfaceName",label:"API名称","show-overflow-tooltip":""}}),t._v(" "),a("el-table-column",{attrs:{label:"API类型","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s("0"==e.row.interfaceType?"http":"1"==e.row.interfaceType?"dubbo ":"自定义返回")+"\n ")]}}])}),t._v(" "),a("el-table-column",{attrs:{label:"访问路径","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.interfaceUrl)+"\n ")]}}])}),t._v(" "),a("el-table-column",{attrs:{label:"访问类型","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.optType)+"\n ")]}}])}),t._v(" "),a("el-table-column",{attrs:{label:"项目/分组","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.interfaceGroupName)+"\n ")]}}])}),t._v(" "),a("el-table-column",{attrs:{label:"创建时间","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"color-606266 line-18"},[t._v(t._s(t._f("timeStampToYmd")(e.row.createTime)))]),t._v(" "),a("div",{staticClass:"color-606266 line-18"},[t._v(t._s(t._f("timeStampToHms")(e.row.createTime)))])]}}])}),t._v(" "),a("el-table-column",{attrs:{label:"操作","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){t.toApiListManage(e.$index,e.row)}}},[t._v("管理")])]}}])})],1),t._v(" "),t.totalCount?a("div",{staticClass:"pagination text-right m-t-14"},[a("el-pagination",{attrs:{small:"","page-size":t.pageSize,"current-page":t.currentPage,layout:"prev, pager, next",total:t.totalCount},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}})],1):t._e()],1)])]),t._v(" "),a("new-api-group",{attrs:{editRow:t.editRow,showDialog:t.showDialog},on:{hideDialog:t.hideDialog}})],1)},staticRenderFns:[]};var c=a("VU/8")(l,u,!1,function(t){a("pJor")},"data-v-c098c8c8",null);e.default=c.exports}});
\ No newline at end of file
webpackJsonp([11],{CqJJ:function(t,e){},"G8l+":function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=a("319J"),r=a("f2i8"),i=a("P9l9"),n=a("jvWE"),s=a("TUB1"),l=a("LlAa"),u={name:"apiProgramGroup",components:{navBread:o.a,newApiGroup:r.a},data:function(){return{navPath:[{name:"API管理",path:"/apiProgram"},{name:"项目列表",path:"apiProgram"},{name:"分组列表",path:""}],searchValue:"",tableData:[],pageSize:20,currentPage:1,totalCount:0,showDialog:!1,editIndex:"",editRow:{}}},methods:{createApi:function(t,e){this.$router.push("/createApi?projectId="+e.projectId+"&interfaceGroupId="+e.interfaceGroupId)},editProgram:function(){this.showDialog=!0},hideDialog:function(t){if(!t)return this.editIndex="",this.editRow={},this.showDialog=!1,!1;this.currentPage=1,this.getData(),this.editIndex="",this.editRow={},this.showDialog=!1,this.$forceUpdate()},searchData:Object(n.a)(function(t){this.currentPage,this.getData()},500),clearInput:function(){this.currentPage=1,this.getData()},handleSizeChange:function(t){this.pageSize=t,this.getData()},handleCurrentChange:function(t){this.currentPage=t,this.getData()},toApiList:function(t,e){this.$router.push("/apiList?projectId="+e.projectId+"&interfaceGroupId="+e.interfaceGroupId)},handleEdit:function(t,e){this.editIndex=t,this.editRow=e,this.showDialog=!0},handleDel:function(t,e){var a=this;a.$confirm("【"+e.groupName+"】下的接口将全部被删除,确认删除吗?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){a.postDelData(t,e)}).catch(function(){})},postDelData:function(t,e){var a=this,o={interfaceGroupId:e.interfaceGroupId};Object(i.a)("/gateway-manage/delete-api-group",o).then(function(e){var o=e.data;if("0000"==o.code)return s.a.showmsg("删除成功","success"),void a.tableData.splice(t,1);l.a.errorMsg(o)}).catch(function(t){a.$message.error({duration:1e3,message:t.message})})},getData:function(){var t=this,e={search:t.searchValue,pageSize:t.pageSize,pageNum:t.currentPage,projectId:t.$route.query.projectId};Object(i.a)("/gateway-manage/page-api-group",e).then(function(e){var a=e.data;if("0000"==a.code)return t.tableData=a.result.result,void(t.totalCount=a.result.totalCount);l.a.errorMsg(a)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})}},watch:{$route:{handler:function(t,e){},deep:!0}},mounted:function(){this.$emit("showTab",21),this.getData()}},c={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"api-body-content border-box"},[a("div",{staticClass:"common-nav"},[a("nav-bread",{attrs:{navPath:t.navPath}})],1),t._v(" "),a("div",{staticClass:"api-body-main common-body-main border-box"},[a("div",{staticClass:"api-main-content border-box"},[a("div",{staticClass:"search-wrap m-b-20 flex flex-space-between"},[a("el-input",{staticClass:"w-320",attrs:{clearable:"",placeholder:"请输入分组名称"},on:{clear:t.clearInput},nativeOn:{keyup:function(e){return a=e,t.searchData(a);var a}},model:{value:t.searchValue,callback:function(e){t.searchValue=e},expression:"searchValue"}},[a("i",{staticClass:"el-input__icon el-icon-search",attrs:{slot:"prefix"},slot:"prefix"})]),t._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:t.editProgram}},[t._v("新建分组")])],1),t._v(" "),a("div",{staticClass:"table-wrap"},[a("el-table",{staticStyle:{width:"100%"},attrs:{data:t.tableData}},[a("el-table-column",{attrs:{prop:"groupName",label:"分组名称","show-overflow-tooltip":""}}),t._v(" "),a("el-table-column",{attrs:{label:"描述","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.remark)+"\n ")]}}])}),t._v(" "),a("el-table-column",{attrs:{label:"创建时间","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"color-606266 line-18"},[t._v(t._s(t._f("timeStampToYmd")(e.row.createTime)))]),t._v(" "),a("div",{staticClass:"color-606266 line-18"},[t._v(t._s(t._f("timeStampToHms")(e.row.createTime)))])]}}])}),t._v(" "),a("el-table-column",{attrs:{label:"操作","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){t.toApiList(e.$index,e.row)}}},[t._v("API列表")]),t._v(" "),a("el-button",{attrs:{type:"text"},on:{click:function(a){t.handleEdit(e.$index,e.row)}}},[t._v("编辑")]),t._v(" "),a("el-button",{attrs:{type:"text"},on:{click:function(a){t.handleDel(e.$index,e.row)}}},[t._v("删除")]),t._v(" "),a("el-button",{attrs:{type:"text"},on:{click:function(a){t.createApi(e.$index,e.row)}}},[t._v("新建API")])]}}])})],1),t._v(" "),t.totalCount?a("div",{staticClass:"pagination text-right m-t-14"},[a("el-pagination",{attrs:{small:"","page-size":t.pageSize,"current-page":t.currentPage,layout:"prev, pager, next",total:t.totalCount},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}})],1):t._e()],1)])]),t._v(" "),a("new-api-group",{attrs:{editRow:t.editRow,showDialog:t.showDialog},on:{hideDialog:t.hideDialog}})],1)},staticRenderFns:[]};var p=a("VU/8")(u,c,!1,function(t){a("HSCL")},"data-v-4e3c24de",null);e.default=p.exports},HSCL:function(t,e){},f2i8:function(t,e,a){"use strict";var o=a("mvHQ"),r=a.n(o),i=a("l46T"),n=a("Kkt8"),s=a("P9l9"),l=a("TUB1"),u=a("LlAa"),c={name:"new-api-group",props:{showDialog:{type:Boolean,default:!1},editRow:{type:Object,default:function(){return{interfaceGroupId:"",groupName:"",remark:""}}}},components:{limitInput:i.a,limitTextarea:n.a},data:function(){return{customDialog:!1,formData:{interfaceGroupId:"",groupName:"",remark:""},rules:{groupName:[{required:!0,message:"请输入分组名称",trigger:"blur"}],remark:[{required:!0,message:"请输入描述",trigger:"blur"}]}}},methods:{handleClose:function(t){this.$refs.programGroupForm.resetFields(),t(),this.hideDialog()},customCancel:function(){this.$refs.programGroupForm.resetFields(),this.hideDialog()},hideDialog:function(){this.customDialog=!1,this.formData.groupName="",this.formData.remark="",this.$emit("hideDialog","")},customConfirm:function(t){var e=this;e.formData.groupName=e.formData.groupName?String(e.formData.groupName).replace(/\s+/g,""):"",e.formData.remark=e.formData.remark?String(e.formData.remark).replace(/\s+/g,""):"",e.$refs[t].validate(function(t){if(!t)return!1;e.postEditData()})},postEditData:function(){var t=this,e={interfaceGroupId:t.formData.interfaceGroupId,groupName:t.formData.groupName,remark:t.formData.remark,projectId:t.$route.query.projectId};Object(s.a)(t.editRow.interfaceGroupId?"/gateway-manage/update-api-group":"/gateway-manage/create-api-group",e).then(function(e){var a=e.data;if("0000"==a.code)return l.a.showmsg("保存成功","success"),void t.setData();u.a.errorMsg(a)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},setData:function(t){this.$emit("hideDialog",this.formData)}},watch:{showDialog:function(t,e){this.customDialog=t},editRow:function(t,e){this.formData=JSON.parse(r()(t))}},mounted:function(){this.customDialog=this.showDialog,this.formData=JSON.parse(r()(this.editRow))}},p={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{directives:[{name:"show",rawName:"v-show",value:t.customDialog,expression:"customDialog"}]},[a("el-dialog",{staticClass:"edit-dialog",attrs:{title:t.formData.interfaceGroupId?"编辑分组":"新建分组",visible:t.customDialog,width:"600px","before-close":t.handleClose},on:{"update:visible":function(e){t.customDialog=e}}},[a("div",{staticClass:"edit-dialog-body"},[a("el-form",{ref:"programGroupForm",attrs:{model:t.formData,"label-width":"94px",rules:t.rules}},[a("el-form-item",{attrs:{label:"分组名称:",prop:"groupName"}},[a("limitInput",{attrs:{inputWidth:440,inputValue:t.formData.groupName,holder:"请输入分组名称",getByType:"word",maxLength:20},on:{"update:inputValue":function(e){t.$set(t.formData,"groupName",e)}}})],1),t._v(" "),a("el-form-item",{attrs:{label:"描述:"}},[a("limit-textarea",{attrs:{inputWidth:440,inputValue:t.formData.remark,holder:"请输入描述内容",getByType:"word",maxLength:100},on:{"update:inputValue":function(e){t.$set(t.formData,"remark",e)}}})],1)],1)],1),t._v(" "),a("div",{staticClass:"dialog-footer",staticStyle:{"padding-bottom":"10px"},attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:t.customCancel}},[t._v("取 消")]),t._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:function(e){t.customConfirm("programGroupForm")}}},[t._v(t._s(t.formData.interfaceGroupId?"保 存":"新 建"))])],1)])],1)},staticRenderFns:[]};var d=a("VU/8")(c,p,!1,function(t){a("CqJJ")},"data-v-59d68605",null);e.a=d.exports}});
\ No newline at end of file
webpackJsonp([12],{"2X9c":function(t,s,i){t.exports=i.p+"static/img/error_500.ed0cba4.svg"},FskK:function(t,s,i){"use strict";Object.defineProperty(s,"__esModule",{value:!0});var a=i("2X9c"),e=i.n(a),n={name:"page500",data:function(){return{img_500:e.a}},computed:{message:function(){return"抱歉,服务器出错了"}}},c={render:function(){var t=this.$createElement,s=this._self._c||t;return s("div",{staticStyle:{background:"#f0f2f5","margin-top":"-20px",height:"100%"}},[s("div",{staticClass:"wscn-http404"},[s("div",{staticClass:"pic-404"},[s("img",{staticClass:"pic-404__parent",attrs:{src:this.img_500,alt:"500"}})]),this._v(" "),s("div",{staticClass:"bullshit"},[s("div",{staticClass:"bullshit__headline"},[this._v(this._s(this.message))]),this._v(" "),s("a",{staticClass:"bullshit__return-home",attrs:{href:"#/companyGroup"}},[this._v("返回首页")])])])])},staticRenderFns:[]};var r=i("VU/8")(n,c,!1,function(t){i("wJ+N")},"data-v-d1f21788",null);s.default=r.exports},"wJ+N":function(t,s){}});
\ No newline at end of file
webpackJsonp([13],{"C/ih":function(t,e){},gNUL:function(t,e){},kAqA:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=a("319J"),r=a("mvHQ"),i=a.n(r),n=a("l46T"),s=a("Kkt8"),c=a("P9l9"),l=a("TUB1"),u=a("LlAa"),d={name:"new-env",props:{showDialog:{type:Boolean,default:!1},editRow:{type:Object,default:function(){return{projectId:"",projectName:"",projectDescribe:""}}}},components:{limitInput:n.a,limitTextarea:s.a},data:function(){return{customDialog:!1,formData:{projectId:"",projectName:"",projectDescribe:""},rules:{projectName:[{required:!0,message:"请输入项目名称",trigger:"blur"}],projectDescribe:[{required:!0,message:"请输入描述",trigger:"blur"}]}}},methods:{handleClose:function(t){this.$refs.programForm.resetFields(),t(),this.hideDialog()},customCancel:function(){this.$refs.programForm.resetFields(),this.hideDialog()},hideDialog:function(){this.customDialog=!1,this.formData.projectName="",this.formData.projectDescribe="",this.$emit("hideDialog","")},customConfirm:function(t){var e=this;e.formData.projectName=e.formData.projectName?String(e.formData.projectName).replace(/\s+/g,""):"",e.formData.projectDescribe=e.formData.projectDescribe?String(e.formData.projectDescribe).replace(/\s+/g,""):"",e.$refs[t].validate(function(t){if(!t)return!1;e.postEditData()})},postEditData:function(){var t=this,e={projectId:t.formData.projectId,projectName:t.formData.projectName,projectDescribe:t.formData.projectDescribe};Object(c.a)(t.editRow.projectId?"/gateway-manage/update-project":"/gateway-manage/create-project",e).then(function(e){var a=e.data;if("0000"==a.code)return l.a.showmsg("保存成功","success"),void t.setData();u.a.errorMsg(a)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},setData:function(t){this.$emit("hideDialog",this.formData)}},watch:{showDialog:function(t,e){this.customDialog=t},editRow:function(t,e){this.formData=JSON.parse(i()(t))}},mounted:function(){this.customDialog=this.showDialog,this.formData=JSON.parse(i()(this.editRow))}},p={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{directives:[{name:"show",rawName:"v-show",value:t.customDialog,expression:"customDialog"}]},[a("el-dialog",{staticClass:"edit-dialog",attrs:{title:t.formData.projectId?"编辑项目":"新建项目",visible:t.customDialog,width:"600px","before-close":t.handleClose},on:{"update:visible":function(e){t.customDialog=e}}},[a("div",{staticClass:"edit-dialog-body"},[a("el-form",{ref:"programForm",attrs:{model:t.formData,"label-width":"94px",rules:t.rules}},[a("el-form-item",{attrs:{label:"项目名称:",prop:"projectName"}},[a("limitInput",{attrs:{inputWidth:440,inputValue:t.formData.projectName,holder:"请输入项目名称",getByType:"word",maxLength:20},on:{"update:inputValue":function(e){t.$set(t.formData,"projectName",e)}}})],1),t._v(" "),a("el-form-item",{attrs:{label:"描述:"}},[a("limit-textarea",{attrs:{inputWidth:440,inputValue:t.formData.projectDescribe,holder:"请输入描述内容",getByType:"word",maxLength:100},on:{"update:inputValue":function(e){t.$set(t.formData,"projectDescribe",e)}}})],1)],1)],1),t._v(" "),a("div",{staticClass:"dialog-footer",staticStyle:{"padding-bottom":"10px"},attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:t.customCancel}},[t._v("取 消")]),t._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:function(e){t.customConfirm("programForm")}}},[t._v(t._s(t.formData.projectId?"保 存":"新 建"))])],1)])],1)},staticRenderFns:[]};var m=a("VU/8")(d,p,!1,function(t){a("gNUL")},"data-v-707da271",null).exports,h=a("jvWE"),f={name:"apiProgram",components:{navBread:o.a,newProgram:m},data:function(){return{navPath:[{name:"API管理",path:"/apiProgram"},{name:"项目列表",path:""}],searchValue:"",tableData:[],pageSize:20,currentPage:1,totalCount:0,showDialog:!1,editIndex:"",editRow:{}}},methods:{editProgram:function(){this.showDialog=!0},hideDialog:function(t){if(!t)return this.editIndex="",this.editRow={},this.showDialog=!1,!1;this.currentPage=1,this.getData(),this.editIndex="",this.editRow={},this.showDialog=!1,this.$forceUpdate()},searchData:Object(h.a)(function(t){this.currentPage,this.getData()},500),clearInput:function(){this.currentPage=1,this.getData()},handleSizeChange:function(t){this.pageSize=t,this.getData()},handleCurrentChange:function(t){this.currentPage=t,this.getData()},toGroupList:function(t,e){this.$router.push("/apiProgramGroup?projectId="+e.projectId)},handleEdit:function(t,e){this.editIndex=t,this.editRow=e,this.showDialog=!0},handleDel:function(t,e){var a=this;a.$confirm("【"+e.projectName+"】下的接口将全部被删除,确认删除吗?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){a.postDelData(t,e)}).catch(function(){})},postDelData:function(t,e){var a=this,o={projectId:e.projectId};Object(c.a)("/gateway-manage/delete-project",o).then(function(e){var o=e.data;if("0000"==o.code)return l.a.showmsg("删除成功","success"),void a.tableData.splice(t,1);u.a.errorMsg(o)}).catch(function(t){a.$message.error({duration:1e3,message:t.message})})},getData:function(){var t=this,e={search:t.searchValue,pageSize:t.pageSize,pageNum:t.currentPage};Object(c.a)("/gateway-manage/page-project",e).then(function(e){var a=e.data;if("0000"==a.code)return t.tableData=a.result.result,void(t.totalCount=a.result.totalCount);u.a.errorMsg(a)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})}},watch:{$route:{handler:function(t,e){},deep:!0}},mounted:function(){this.$emit("showTab",21),this.getData()}},g={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"api-body-content border-box"},[a("div",{staticClass:"common-nav"},[a("nav-bread",{attrs:{navPath:t.navPath}})],1),t._v(" "),a("div",{staticClass:"api-body-main common-body-main border-box"},[a("div",{staticClass:"api-main-content border-box"},[a("div",{staticClass:"search-wrap m-b-20 flex flex-space-between"},[a("el-input",{staticClass:"w-320",attrs:{clearable:"",placeholder:"请输入项目名称"},on:{clear:t.clearInput},nativeOn:{keyup:function(e){return a=e,t.searchData(a);var a}},model:{value:t.searchValue,callback:function(e){t.searchValue=e},expression:"searchValue"}},[a("i",{staticClass:"el-input__icon el-icon-search",attrs:{slot:"prefix"},slot:"prefix"})]),t._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:t.editProgram}},[t._v("新建项目")])],1),t._v(" "),a("div",{staticClass:"table-wrap"},[a("el-table",{staticStyle:{width:"100%"},attrs:{data:t.tableData}},[a("el-table-column",{attrs:{prop:"projectName",label:"项目名称","show-overflow-tooltip":""}}),t._v(" "),a("el-table-column",{attrs:{label:"描述","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.projectDescribe)+"\n ")]}}])}),t._v(" "),a("el-table-column",{attrs:{label:"创建时间","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"color-606266 line-18"},[t._v(t._s(t._f("timeStampToYmd")(e.row.createTime)))]),t._v(" "),a("div",{staticClass:"color-606266 line-18"},[t._v(t._s(t._f("timeStampToHms")(e.row.createTime)))])]}}])}),t._v(" "),a("el-table-column",{attrs:{label:"操作","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){t.toGroupList(e.$index,e.row)}}},[t._v("分组列表")]),t._v(" "),a("el-button",{attrs:{type:"text"},on:{click:function(a){t.handleEdit(e.$index,e.row)}}},[t._v("编辑")]),t._v(" "),a("el-button",{attrs:{type:"text"},on:{click:function(a){t.handleDel(e.$index,e.row)}}},[t._v("删除")])]}}])})],1),t._v(" "),t.totalCount?a("div",{staticClass:"pagination text-right m-t-14"},[a("el-pagination",{attrs:{small:"","page-size":t.pageSize,"current-page":t.currentPage,layout:"prev, pager, next",total:t.totalCount},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}})],1):t._e()],1)])]),t._v(" "),a("new-program",{attrs:{editRow:t.editRow,showDialog:t.showDialog},on:{hideDialog:t.hideDialog}})],1)},staticRenderFns:[]};var D=a("VU/8")(f,g,!1,function(t){a("C/ih")},"data-v-b5e9cbcc",null);e.default=D.exports}});
\ No newline at end of file
webpackJsonp([14],{"3FDD":function(e,t){},"OBz+":function(e,t){},SGyq:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=a("319J"),o=a("mvHQ"),n=a.n(o),i=a("P9l9"),s=a("TUB1"),l=a("LlAa"),c={name:"error-code-edit",props:{showDialog:{type:Boolean,default:!1},editRow:{type:Object,default:function(){return{errorSettingId:"",interfaceName:"",projectAndGroup:"",errorCode:"",errorInfo:""}}}},data:function(){return{customDialog:!1,formData:{errorSettingId:"",interfaceName:"",projectAndGroup:"",errorCode:"",errorInfo:""},rules:{errorCode:[{required:!0,message:"请输入错误码",trigger:"blur"}],errorInfo:[{required:!0,message:"请输入错误消息",trigger:"blur"}]}}},methods:{handleClose:function(e){e(),this.hideDialog()},customCancel:function(){this.hideDialog()},hideDialog:function(){this.customDialog=!1,this.formData.errorCode="",this.formData.errorInfo="",this.$emit("hideDialog","")},customConfirm:function(e){var t=this;t.formData.errorCode=t.formData.errorCode?String(t.formData.errorCode).replace(/\s+/g,""):"",t.formData.errorInfo=t.formData.errorInfo?String(t.formData.errorInfo).replace(/\s+/g,""):"",t.$refs[e].validate(function(e){if(!e)return!1;t.postEditData()})},postEditData:function(){var e=this,t={errorSettingId:e.formData.errorSettingId,errorCode:e.formData.errorCode,errorInfo:e.formData.errorInfo};Object(i.b)(e.editRow.errorSettingId?"/gateway-manage/update-error-setting":"/gateway-manage/create-error-setting",t).then(function(t){var a=t.data;if("0000"==a.code)return s.a.showmsg("保存成功","success"),void e.setData();l.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})},setData:function(e){this.$emit("hideDialog",this.formData)}},watch:{showDialog:function(e,t){this.customDialog=e},editRow:function(e,t){this.formData=JSON.parse(n()(e))}},mounted:function(){this.customDialog=this.showDialog,this.formData=JSON.parse(n()(this.editRow))}},d={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{directives:[{name:"show",rawName:"v-show",value:e.customDialog,expression:"customDialog"}]},[a("el-dialog",{staticClass:"edit-dialog",attrs:{title:"编辑",visible:e.customDialog,width:"600px","before-close":e.handleClose},on:{"update:visible":function(t){e.customDialog=t}}},[a("div",{staticClass:"edit-dialog-body"},[a("el-form",{ref:"errorCodeForm",attrs:{model:e.formData,"label-width":"94px",rules:e.rules}},[e.formData.interfaceName?a("el-form-item",{attrs:{label:"接口名称:"}},[e._v("\n "+e._s(e.formData.interfaceName)+"\n ")]):e._e(),e._v(" "),e.formData.projectAndGroup?a("el-form-item",{attrs:{label:"项目分组:"}},[e._v("\n "+e._s(e.formData.projectAndGroup)+"\n ")]):e._e(),e._v(" "),a("el-form-item",{attrs:{label:"错误码:",prop:"errorCode"}},[a("el-input",{model:{value:e.formData.errorCode,callback:function(t){e.$set(e.formData,"errorCode",t)},expression:"formData.errorCode"}})],1),e._v(" "),a("el-form-item",{attrs:{label:"错误消息:",prop:"errorCode"}},[a("el-input",{model:{value:e.formData.errorInfo,callback:function(t){e.$set(e.formData,"errorInfo",t)},expression:"formData.errorInfo"}})],1)],1)],1),e._v(" "),a("div",{staticClass:"dialog-footer",staticStyle:{"padding-bottom":"10px"},attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:e.customCancel}},[e._v("取 消")]),e._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:function(t){e.customConfirm("errorCodeForm")}}},[e._v("保 存")])],1)])],1)},staticRenderFns:[]};var u=a("VU/8")(c,d,!1,function(e){a("3FDD")},"data-v-9046e5a8",null).exports,f=a("jvWE"),h={name:"errorCode",components:{navBread:r.a,errorCodeEdit:u},data:function(){return{navPath:[{name:"错误码",path:""}],searchValue:"",tableData:[{errorSettingId:"1",interfaceName:"测试",projectAndGroup:"会员",errorCode:"404",errorInfo:"页面不存在"}],pageSize:20,currentPage:1,totalCount:0,showDialog:!1,editIndex:"",editRow:{}}},methods:{searchData:Object(f.a)(function(e){this.currentPage,this.getData()},500),clearInput:function(){this.currentPage=1,this.getData()},handleSizeChange:function(e){this.pageSize=e,this.getData()},handleCurrentChange:function(e){this.currentPage=e,this.getData()},handleEdit:function(e,t){this.editIndex=e,this.editRow=t,this.showDialog=!0},hideDialog:function(e){if(!e)return this.editIndex="",this.editRow={},this.showDialog=!1,!1;this.currentPage,this.getData(),this.editIndex="",this.editRow={},this.showDialog=!1,this.$forceUpdate()},handleDel:function(e,t){var a=this;a.$confirm("确认删除吗?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){a.postDel(e,t)}).catch(function(){})},postDel:function(e,t){var a=this,r={errorSettingId:t.errorSettingId};Object(i.b)("/gateway-manage/delete-error-setting",r).then(function(e){var t=e.data;if("0000"==t.code)return s.a.showmsg("删除成功","success"),void a.getData();l.a.errorMsg(t)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})},getData:function(){var e=this,t={search:e.searchValue,pageNum:e.currentPage,pageSize:e.pageSize};Object(i.b)("/gateway-manage/page-error-setting",t).then(function(t){var a=t.data;if("0000"==a.code)return e.tableData=a.result.result||[],void(e.totalCount=a.result.totalCount);l.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},watch:{$route:{handler:function(e,t){},deep:!0}},mounted:function(){this.$emit("showTab",6),this.getData()}},m={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"api-body-content border-box"},[a("div",{staticClass:"common-nav"},[a("nav-bread",{attrs:{navPath:e.navPath}})],1),e._v(" "),a("div",{staticClass:"api-body-main common-body-main border-box"},[a("div",{staticClass:"api-main-content border-box"},[a("div",{staticClass:"search-wrap m-b-20 flex flex-space-between"},[a("el-input",{staticClass:"w-320",attrs:{clearable:"",placeholder:"请输入接口名称/错误码"},on:{clear:e.clearInput},nativeOn:{keyup:function(t){return a=t,e.searchData(a);var a}},model:{value:e.searchValue,callback:function(t){e.searchValue=t},expression:"searchValue"}},[a("i",{staticClass:"el-input__icon el-icon-search",attrs:{slot:"prefix"},slot:"prefix"})]),e._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:e.handleEdit}},[e._v("新建错误码")])],1),e._v(" "),a("div",{staticClass:"table-wrap"},[a("el-table",{staticStyle:{width:"100%"},attrs:{data:e.tableData}},[a("el-table-column",{attrs:{label:"错误码","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.errorCode)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"错误消息","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.errorInfo)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"操作","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleEdit(t.$index,t.row)}}},[e._v("编辑")])]}}])})],1),e._v(" "),e.totalCount?a("div",{staticClass:"pagination text-right m-t-14"},[a("el-pagination",{attrs:{small:"","page-size":e.pageSize,"current-page":e.currentPage,layout:"prev, pager, next",total:e.totalCount},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1):e._e()],1)])]),e._v(" "),a("error-code-edit",{attrs:{editRow:e.editRow,showDialog:e.showDialog},on:{hideDialog:e.hideDialog}})],1)},staticRenderFns:[]};var g=a("VU/8")(h,m,!1,function(e){a("OBz+")},"data-v-475b60a0",null);t.default=g.exports}});
\ No newline at end of file
webpackJsonp([15],{"6XGN":function(M,L,j){"use strict";Object.defineProperty(L,"__esModule",{value:!0});var N=j("CkW6"),u=j.n(N),w={name:"page403",data:function(){return{img_403:u.a}},computed:{message:function(){return"抱歉,你无权访问该页面"}}},D={render:function(){var M=this.$createElement,L=this._self._c||M;return L("div",{staticStyle:{background:"#f0f2f5","margin-top":"-20px",height:"100%"}},[L("div",{staticClass:"wscn-http404"},[L("div",{staticClass:"pic-404"},[L("img",{staticClass:"pic-404__parent",attrs:{src:this.img_403,alt:"403"}})]),this._v(" "),L("div",{staticClass:"bullshit"},[L("div",{staticClass:"bullshit__headline"},[this._v(this._s(this.message))]),this._v(" "),L("a",{staticClass:"bullshit__return-home",attrs:{href:"#/companyGroup"}},[this._v("返回首页")])])])])},staticRenderFns:[]};var C=j("VU/8")(w,D,!1,function(M){j("GVON")},"data-v-34b4b20b",null);L.default=C.exports},CkW6:function(M,L){M.exports="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDAwIDMzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAwIDMzNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZBRkNGRjt9DQoJLnN0MXtmaWxsOiNEQkU1RjE7fQ0KCS5zdDJ7ZmlsbDojREVFN0Y0O30NCgkuc3Qze2ZpbGw6I0I5QzdEQjt9DQoJLnN0NHtmaWxsOiNGRkZGRkY7fQ0KCS5zdDV7ZmlsbDpub25lO3N0cm9rZTojQjlDN0RCO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Q2e2ZpbGw6bm9uZTtzdHJva2U6I0I2QzdEODtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0NSIgZD0iTTI3NC41LDI0MS4zYy01LjMtNS4zLTQuNCw0LjQtNi43LDYuN2MtMy4xLDMuMS02LjMsNi05LjcsOC42SDEyNS4yYy0zLjQtMi43LTYuNi01LjYtOS43LTguNw0KCWMtMjguNC0yOC41LTM4LjYtNzAuNS0yNi42LTEwOWwtMTAuNS0xMC42Yy01LjMtNS4zLTUuMy0xMy44LDAtMTkuMmM1LjItNS4zLDEzLjctNS4zLDE5LTAuMWMwLDAsMCwwLDAuMSwwLjFsNi42LDYuOA0KCWMzLjEsMy4yLDguMiwzLjIsMTEuNCwwbDAsMGMzLjItMy4yLDMuMi04LjMsMC0xMS41TDEwMy4xLDkyYy0zLjItMy4yLTMuMi04LjMsMC0xMS41YzMuMS0zLjIsOC4yLTMuMiwxMS40LDBsMCwwbDE3LjIsMTcuMg0KCWMtMC45LDMuNywwLjksNy42LDQuNCw5LjNjMy41LDEuNyw3LjcsMC42LDkuOS0yLjVjMi4zLTMuMSwyLjEtNy40LTAuNS0xMC4zYy0zLjMtMy44LTYuNS03LjItNi41LTcuMmwtNy4zLTcuNA0KCWMzNC44LTIxLjMsODIuNi0yMS43LDExNy4yLDBjMzQuNSwyMS43LDUzLjksNjEuMiw1MCwxMDEuOWwxNS40LDE1LjZjMy4yLDMuMiwzLjIsOC4zLDAsMTEuNWMtMy4xLDMuMi04LjIsMy4yLTExLjQsMGwwLDANCglsLTE1LjEtMTUuM2MtMy4xLTMuMi04LjItMy4yLTExLjQsMGwwLDBjLTMuMiwzLjItMy4yLDguMywwLDExLjVsMTcuMSwxNy4yYzUuMiw1LjMsNS4yLDEzLjgsMCwxOS4xDQoJQzI4OC40LDI0Ni42LDI3OS45LDI0Ni42LDI3NC41LDI0MS4zQzI3NC42LDI0MS4zLDI3NC42LDI0MS4zLDI3NC41LDI0MS4zTDI3NC41LDI0MS4zeiIvPg0KPHBhdGggY2xhc3M9InN0MyIgZD0iTTg2LjYsNzEuNGMwLDQuNywzLjgsOC41LDguNSw4LjVjMS41LDAsMy0wLjQsNC4zLTEuMWM0LjEtMi4zLDUuNS03LjUsMy4xLTExLjZjLTEuNS0yLjYtNC4zLTQuMy03LjQtNC4zDQoJQzkwLjQsNjIuOSw4Ni42LDY2LjcsODYuNiw3MS40Ii8+DQo8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMjE2LjQsMTQ1LjRoMjQuM2wtNy40LDE3LjljMi42LDEuOCw0LjUsMy44LDUuOCw2YzEuMiwyLjIsMS45LDQuOCwxLjksNy44YzAsNC42LTEuNiw4LjQtNC44LDExLjINCgljLTMuMiwyLjktNy4zLDQuMy0xMi4zLDQuM2MtMi41LDAtNS4xLTAuNC03LjUtMS4xdi0xMy4xYzIsMC45LDMuOSwxLjQsNS41LDEuNHMyLjktMC41LDMuNy0xLjRjMC45LTEsMS4zLTIuMywxLjMtNC4xDQoJYzAtMS45LTAuOC0zLjQtMi40LTQuNmMtMS42LTEuMi0zLjctMS43LTYuNC0xLjdsMy40LTkuMWgtNS4xVjE0NS40TDIxNi40LDE0NS40eiBNMjA3LjUsMTgxLjZjMCwxLjUtMC4zLDMtMC44LDQuMw0KCXMtMS4zLDIuNS0yLjMsMy41cy0yLjIsMS44LTMuNCwyLjNjLTEuMywwLjYtMi44LDAuOS00LjMsMC45aC05LjZjLTEuNSwwLTIuOS0wLjMtNC4zLTAuOWMtMS4zLTAuNi0yLjUtMS4zLTMuNC0yLjMNCgljLTAuNC0wLjQtMC44LTAuOS0xLjItMS40bDExLjctMTcuM3Y2YzAsMC42LDAuMiwxLjEsMC42LDEuNGMwLjQsMC40LDAuOCwwLjYsMS40LDAuNmMxLjEsMCwyLTAuOCwyLTEuOXYtMC4xdi0xMS45bDEwLjktMTYuMQ0KCWMxLjgsMiwyLjgsNC42LDIuNyw3LjNMMjA3LjUsMTgxLjZMMjA3LjUsMTgxLjZMMjA3LjUsMTgxLjZ6IE0xNzcuMSwxODUuOWMtMC42LTEuNC0wLjktMi44LTAuOC00LjNWMTU2YzAtMS41LDAuMy0zLDAuOC00LjMNCglzMS4zLTIuNSwyLjMtMy41czIuMi0xLjgsMy40LTIuM2MxLjMtMC42LDIuOC0wLjksNC4zLTAuOWg5LjZjMS41LDAsMi45LDAuMyw0LjMsMC45YzEuMywwLjUsMi40LDEuMywzLjQsMi4zbC0xMC41LDE1LjR2LTIuNw0KCWMwLTAuNS0wLjItMS4xLTAuNi0xLjRjLTAuNC0wLjQtMC45LTAuNi0xLjQtMC42Yy0xLjEsMC0yLDAuOC0yLDEuOXYwLjF2OC42bC0xMi4xLDE3LjlDMTc3LjUsMTg2LjksMTc3LjMsMTg2LjQsMTc3LjEsMTg1LjkNCglMMTc3LjEsMTg1Ljl6IE0yNDMuOCwxOTIuN2MzLjUtNy40LDUuMy0xNS41LDUuMy0yMy43YzAtMzAuNS0yNC40LTU1LjItNTQuNi01NS4ycy01NC42LDI0LjctNTQuNiw1NS4yYzAsMC40LDAsMC44LDAsMS4xDQoJbDE5LjYtMjQuNmgxMS40TDE1NCwxNzEuM2g1LjV2LTYuNWwxMS43LTE4LjV2NDYuOGgtMTEuN3YtOS44aC0xNy44YzUuMSwxOS4yLDIwLjEsMzQuMywzOS4yLDM5LjJjLTEuMiwzLjEtNC44LDEwLjctMTAuNywxMg0KCWMtNy4zLDEuNywxOS45LDAuNCwzOS40LTEyLjVjMTQuOS00LjQsMjcuMi0xNSwzMy45LTI4LjlMMjQzLjgsMTkyLjdMMjQzLjgsMTkyLjd6Ii8+DQo8cGF0aCBjbGFzcz0ic3Q0IiBkPSJNMjM4LjksMTU0LjNsLTI0LjQsMzUuNGwwLjUsMC4zbDI0LjQtMzUuNEwyMzguOSwxNTQuM3oiLz4NCjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yNjYuMiw2Ni42aDhjMC43LDAsMS4zLDAuNiwxLjMsMS4zbDAsMGMwLDAuNC0wLjEsMC43LTAuNCwxYy0wLjIsMC4zLTAuNiwwLjQtMC45LDAuNGgtOA0KCWMtMC40LDAtMC43LTAuMS0wLjktMC40Yy0wLjUtMC41LTAuNS0xLjQsMC0xLjlDMjY1LjUsNjYuNywyNjUuOCw2Ni42LDI2Ni4yLDY2LjYgTTExNi41LDIwMS45Yy00LjQsMC04LDMuNi04LDguMXMzLjYsOC4xLDgsOC4xDQoJczgtMy42LDgtOC4xUzEyMC45LDIwMS45LDExNi41LDIwMS45TDExNi41LDIwMS45eiBNMTIxLjQsMjEyLjFjLTAuOCwyLTIuOCwzLjMtNC45LDMuM2MtMywwLTUuMy0yLjQtNS4zLTUuNGMwLTIuMiwxLjMtNC4xLDMuMy01DQoJYzItMC44LDQuMy0wLjQsNS44LDEuMkMxMjEuOCwyMDcuNywxMjIuMiwyMTAsMTIxLjQsMjEyLjFMMTIxLjQsMjEyLjF6IE0xOTEuMyw3OC43Yy00LjQsMC04LDMuNi04LDguMXMzLjYsOC4xLDgsOC4xDQoJYzIuMSwwLDQuMi0wLjksNS43LTIuNHMyLjMtMy42LDIuMy01LjdDMTk5LjMsODIuNCwxOTUuNyw3OC43LDE5MS4zLDc4Ljd6IE0xOTYuMyw4OC45Yy0wLjgsMi0yLjgsMy4zLTQuOSwzLjMNCgljLTMsMC01LjMtMi40LTUuMy01LjRjMC0yLjIsMS4zLTQuMiwzLjMtNXM0LjMtMC40LDUuOCwxLjJDMTk2LjYsODQuNiwxOTcuMSw4Ni45LDE5Ni4zLDg4LjlMMTk2LjMsODguOXogTTI3MC4yLDE2Mi42DQoJYy00LjQsMC04LDMuNi04LDguMXMzLjYsOC4xLDgsOC4xczgtMy42LDgtOC4xQzI3OC4yLDE2Ni4zLDI3NC42LDE2Mi42LDI3MC4yLDE2Mi42eiBNMjc1LjEsMTcyLjhjLTAuOCwyLTIuOCwzLjMtNC45LDMuMw0KCWMtMywwLTUuMy0yLjQtNS4zLTUuNGMwLTIuMiwxLjMtNC4yLDMuMy01czQuMy0wLjQsNS44LDEuMlMyNzUuOSwxNzAuOCwyNzUuMSwxNzIuOHogTTIzMC4xLDMxLjRjLTQuNCwwLTgsMy42LTgsOC4xczMuNiw4LjEsOCw4LjENCgljMi4xLDAsNC4yLTAuOSw1LjctMi40czIuMy0zLjYsMi4zLTUuN0MyMzguMSwzNSwyMzQuNSwzMS40LDIzMC4xLDMxLjR6IE0yMzUsNDEuNmMtMC44LDItMi44LDMuMy00LjksMy4zYy0zLDAtNS4zLTIuNC01LjMtNS40DQoJYzAtMi4yLDEuMy00LjIsMy4zLTVzNC4zLTAuNCw1LjgsMS4yQzIzNS40LDM3LjIsMjM1LjgsMzkuNSwyMzUsNDEuNnoiLz4NCjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0xNjMuMiw0NS45aDguMmMwLjQsMCwwLjcsMC4xLDEsMC40YzAuNSwwLjUsMC41LDEuMywwLDEuOWwwLDBjLTAuMywwLjMtMC42LDAuNC0xLDAuNGgtOC4yDQoJYy0wLjQsMC0wLjctMC4xLTEtMC40Yy0wLjUtMC41LTAuNS0xLjMsMC0xLjlsMCwwQzE2Mi40LDQ2LjEsMTYyLjgsNDUuOSwxNjMuMiw0NS45IE0yNzEuNyw2My41djhjMCwwLjQtMC4xLDAuNy0wLjQsMC45DQoJYy0wLjMsMC4zLTAuNiwwLjQtMSwwLjRjLTAuNywwLTEuNC0wLjYtMS40LTEuM2wwLDB2LThjMC0wLjQsMC4xLTAuNywwLjQtMC45YzAuNS0wLjUsMS40LTAuNSwxLjksMA0KCUMyNzEuNiw2Mi44LDI3MS43LDYzLjIsMjcxLjcsNjMuNSIvPg0KPHBhdGggY2xhc3M9InN0MyIgZD0iTTEwNy40LDE1NC44aDguMmMwLjQsMCwwLjcsMC4xLDEsMC40YzAuMywwLjIsMC40LDAuNiwwLjQsMC45YzAsMC43LTAuNiwxLjMtMS40LDEuM2gtOC4yDQoJYy0wLjUsMC0wLjktMC4zLTEuMi0wLjdjLTAuMi0wLjQtMC4yLTAuOSwwLTEuM0MxMDYuNCwxNTUuMSwxMDYuOSwxNTQuOCwxMDcuNCwxNTQuOCBNMTY5LDQyLjd2OGMwLDAuNC0wLjEsMC43LTAuNCwwLjkNCgljLTAuNSwwLjUtMS40LDAuNS0yLDBjLTAuMi0wLjItMC40LTAuNi0wLjQtMC45di04YzAtMC40LDAuMS0wLjcsMC40LTAuOWMwLjUtMC41LDEuNC0wLjUsMS45LDBDMTY4LjgsNDIsMTY5LDQyLjMsMTY5LDQyLjciLz4NCjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yMzAuOSwxMTAuM2g4LjFjMC43LDAsMS4zLDAuNiwxLjMsMS40YzAsMC43LTAuNiwxLjMtMS4zLDEuNGgtOC4xYy0wLjgsMC0xLjQtMC42LTEuNC0xLjQNCgljMC0wLjQsMC4xLTAuNywwLjQtMUMyMzAuMiwxMTAuNCwyMzAuNiwxMTAuMywyMzAuOSwxMTAuMyIvPg0KPHBhdGggY2xhc3M9InN0MyIgZD0iTTExNC42LDE2My44djguMmMwLDAuNC0wLjEsMC43LTAuNCwxYy0wLjUsMC41LTEuNCwwLjUtMS45LDBjLTAuMy0wLjMtMC40LTAuNi0wLjQtMXYtOC4yYzAtMC40LDAuMS0wLjcsMC40LTENCgljMC41LTAuNSwxLjQtMC41LDEuOSwwbDAsMEMxMTQuNCwxNjMuMSwxMTQuNiwxNjMuNCwxMTQuNiwxNjMuOCIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTEyNiwyNzIuN2g2MC40YzAuNywwLDEuMywwLjYsMS4zLDEuM2wwLDBjMCwwLjctMC42LDEuMy0xLjMsMS40SDEyNmMtMC43LDAtMS4zLTAuNi0xLjMtMS4zDQoJQzEyNC43LDI3My4zLDEyNS4zLDI3Mi43LDEyNiwyNzIuNyIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTIxOC42LDI3Mi43aDM0LjljMC43LDAsMS4zLDAuNiwxLjMsMS4zYzAsMC43LTAuNiwxLjMtMS4zLDEuM2gtMzQuOWMtMC43LDAtMS4zLTAuNi0xLjQtMS4zDQoJYzAtMC40LDAuMS0wLjcsMC40LTFDMjE3LjksMjcyLjksMjE4LjIsMjcyLjcsMjE4LjYsMjcyLjciLz4NCjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNTguMiwyODIuMmgxMzEuNWMwLjcsMCwxLjMsMC42LDEuNCwxLjNjMCwwLjQtMC4xLDAuNy0wLjQsMWMtMC4zLDAuMy0wLjYsMC40LTEsMC40SDE1OC4yDQoJYy0wLjcsMC0xLjMtMC42LTEuMy0xLjNsMCwwQzE1Ni45LDI4Mi44LDE1Ny41LDI4Mi4yLDE1OC4yLDI4Mi4yIi8+DQo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNOTMuOCwyODIuMmgzNC45YzAuNywwLDEuMywwLjYsMS4zLDEuM2wwLDBjMCwwLjctMC42LDEuMy0xLjMsMS40bDAsMEg5My44Yy0wLjcsMC0xLjMtMC42LTEuNC0xLjMNCgljMC0wLjQsMC4xLTAuNywwLjQtMUM5My4xLDI4Mi4zLDkzLjUsMjgyLjIsOTMuOCwyODIuMiIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTE5Ny4xLDI3Mi43aDguMWMwLjcsMCwxLjMsMC42LDEuMywxLjNjMCwwLjctMC42LDEuMy0xLjMsMS4zaC04LjFjLTAuNywwLjEtMS40LTAuNS0xLjQtMS4zDQoJYy0wLjEtMC43LDAuNS0xLjQsMS4zLTEuNEMxOTcsMjcyLjcsMTk3LjEsMjcyLjcsMTk3LjEsMjcyLjciLz4NCjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yODQuNCwyNjQuNmg4LjFjMC43LDAsMS4zLDAuNiwxLjMsMS4zbDAsMGMwLDAuNy0wLjYsMS4zLTEuMywxLjNoLTguMWMtMC43LDAtMS4zLTAuNi0xLjMtMS4zDQoJQzI4MywyNjUuMywyODMuNiwyNjQuNiwyODQuNCwyNjQuNiIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTk5LjIsMjY0LjZoMTcxLjdjMC40LDAsMC43LDAuMSwwLjksMC40YzAuNCwwLjQsMC41LDEsMC4zLDEuNWMtMC4yLDAuNS0wLjcsMC44LTEuMiwwLjhIOTkuMQ0KCWMtMC43LDAtMS4zLTAuNi0xLjMtMS4zQzk3LjgsMjY1LjMsOTguNCwyNjQuNiw5OS4yLDI2NC42Ii8+DQo8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMjM1LDk1Ljh2OC4xYzAsMC43LTAuNiwxLjMtMS4zLDEuM3MtMS4zLTAuNi0xLjMtMS4zdi04LjFjMC0wLjcsMC42LTEuMywxLjMtMS40QzIzNC40LDk0LjQsMjM1LDk1LDIzNSw5NS44Ig0KCS8+DQo8L3N2Zz4NCg=="},GVON:function(M,L){}});
\ No newline at end of file
webpackJsonp([16],{AejC:function(t,s,i){"use strict";Object.defineProperty(s,"__esModule",{value:!0});var e=i("Minx"),a=i.n(e),n={name:"page404",data:function(){return{img_404:a.a}},computed:{message:function(){return"抱歉,你访问的页面不存在"}},mounted:function(){}},r={render:function(){var t=this.$createElement,s=this._self._c||t;return s("div",{staticStyle:{background:"#f0f2f5","margin-top":"-20px",height:"100%"}},[s("div",{staticClass:"wscn-http404"},[s("div",{staticClass:"pic-404"},[s("img",{staticClass:"pic-404__parent",attrs:{src:this.img_404,alt:"404"}})]),this._v(" "),s("div",{staticClass:"bullshit"},[s("div",{staticClass:"bullshit__headline"},[this._v(this._s(this.message))]),this._v(" "),s("a",{staticClass:"bullshit__return-home",attrs:{href:"#/companyGroup"}},[this._v("返回首页")])])])])},staticRenderFns:[]};var c=i("VU/8")(n,r,!1,function(t){i("AsY3")},"data-v-18a2f51c",null);s.default=c.exports},AsY3:function(t,s){},Minx:function(t,s,i){t.exports=i.p+"static/img/error_404.bf58747.svg"}});
\ No newline at end of file
webpackJsonp([17],{tsZv:function(e,t){},vm6Q:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=a("mvHQ"),r=a.n(o),n=a("319J"),s=a("l46T"),l=a("Kkt8"),i=a("P9l9"),c=a("TUB1"),d=a("LlAa"),u={name:"createEnvSet",components:{navBread:n.a,limitInput:s.a,limitTextarea:l.a},data:function(){return{navPath:[{name:"环境管理",path:"/envManage"},{name:"环境列表",path:"/envManage"},{name:this.$route.query.backendProxyId?"修改配置":"show"==this.$route.query.envSetFlag?"查看配置":"新增配置",path:""}],formData:{backendProxyId:this.$route.query.backendProxyId||"",proxyType:this.$route.query.proxyType||"0",proxyCode:"",proxyName:"",description:"",envParams:""},rules:{proxyName:[{required:!0,message:"请输入配置名称",trigger:"blur"}],proxyCode:[{required:!0,message:"请输入配置code",trigger:"blur"}]},shoEnvFlag:!1,tableData:[{sceneCode:"",proxyParams:[{balence:"random",url:"",weight:"",zookeeperUrl:""}]}],envOptions:[]}},methods:{showEnvSet:function(){this.shoEnvFlag=!0},toDel:function(e,t,a){e.proxyParams.splice(a,1)},toAdd:function(e,t,a){e.proxyParams.push({balence:"",url:"",weight:"",zookeeperUrl:""})},handleDel:function(e,t){var a=this;a.$confirm("确定删除该环境?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){a.tableData.splice(e,1)}).catch(function(){})},toAddRow:function(){this.tableData.push({sceneCode:"",proxyParams:[{balence:"",url:"",weight:"",zookeeperUrl:""}]})},handleSave:function(e){var t=this;t.formData.proxyName=String(t.formData.proxyName).replace(/\s+/g,""),t.formData.proxyCode=String(t.formData.proxyCode).replace(/\s+/g,""),t.$refs[e].validate(function(e){if(!e)return!1;t.saveData()})},saveData:function(){var e=this,t=!0;if(e.tableData.forEach(function(a){""==a.sceneCode&&(t=!1),0==e.formData.proxyType?a.proxyParams.forEach(function(a){t=""!=a.url&&""!=a.weight,e.$delete(a,"zookeeperUrl")}):a.proxyParams.forEach(function(a){t=""!=a.zookeeperUrl,e.$delete(a,"balence"),e.$delete(a,"url"),e.$delete(a,"weight")})}),!t)return e.$message.error({duration:1e3,message:"请完善环境配置"}),!1;var a={backendProxyId:e.formData.backendProxyId,proxyType:e.formData.proxyType,proxyName:e.formData.proxyName,proxyCode:e.formData.proxyCode,description:e.formData.description,envParams:e.shoEnvFlag?r()(e.tableData):""};Object(i.a)(e.$route.query.backendProxyId?"/gateway-manage/update-proxy":"/gateway-manage/create-proxy",a).then(function(t){var a=t.data;if("0000"==a.code)return c.a.showmsg("保存成功","success"),void e.$router.push("/envManage?tabChildid=second");d.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})},getEnvData:function(){var e=this;Object(i.a)("/gateway-manage/list-all-scene",{}).then(function(t){var a=t.data;"0000"!=a.code?d.a.errorMsg(a):e.envOptions=a.result||[]}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})},getData:function(){var e=this,t={backendProxyId:e.formData.backendProxyId};Object(i.a)("/gateway-manage/get-proxy",t).then(function(t){var a=t.data;if("0000"==a.code){e.formData=a.result;var o=JSON.parse(a.result.envParams);return e.tableData=o,void(e.tableData.length&&(e.shoEnvFlag=!0))}d.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},watch:{$route:{handler:function(e,t){},deep:!0}},mounted:function(){this.$emit("showTab",3),this.getEnvData(),this.$route.query.backendProxyId&&this.getData()}},p={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"api-body-content border-box"},[a("div",{staticClass:"common-nav"},[a("nav-bread",{attrs:{navPath:e.navPath}})],1),e._v(" "),a("div",{staticClass:"api-body-main common-body-main border-box"},[a("div",{staticClass:"api-main-content border-box"},[a("div",{staticClass:"base-set-wrap"},[a("div",{staticClass:"set-title font-14 color-303133"},[e._v("基础配置")]),e._v(" "),a("el-form",{ref:"envForm",attrs:{model:e.formData,"label-width":"94px",rules:e.rules}},[a("el-form-item",{attrs:{label:"参数类型:"}},[e._v("\n "+e._s(0==e.formData.proxyType?"http":"dubbo")+"\n ")]),e._v(" "),a("el-form-item",{attrs:{label:"配置名称:",prop:"proxyName"}},[a("limitInput",{attrs:{inputWidth:440,inputValue:e.formData.proxyName,holder:"请输入配置名称",getByType:"word",maxLength:20},on:{"update:inputValue":function(t){e.$set(e.formData,"proxyName",t)}}})],1),e._v(" "),a("el-form-item",{attrs:{label:"配置code:",prop:"proxyCode"}},[a("limitInput",{attrs:{inputWidth:440,disflag:!!e.formData.setId,inputValue:e.formData.proxyCode,holder:"请输入配置code",getByType:"word",maxLength:20},on:{"update:inputValue":function(t){e.$set(e.formData,"proxyCode",t)}}})],1),e._v(" "),a("el-form-item",{attrs:{label:"备注:",prop:"description"}},[a("limit-textarea",{attrs:{inputWidth:440,inputValue:e.formData.description,holder:"请输入备注内容",getByType:"word",maxLength:100},on:{"update:inputValue":function(t){e.$set(e.formData,"description",t)}}})],1),e._v(" "),e.shoEnvFlag?e._e():a("el-form-item",{attrs:{label:""}},[a("div",{staticClass:"show-set-env",on:{click:e.showEnvSet}},[a("span",{staticClass:"font-14 color-5584FF"},[e._v("添加环境配置")]),a("i",{staticClass:"iconfont iconxiala1 font-14 color-5584FF p-l-10"})])])],1)],1),e._v(" "),e.shoEnvFlag?a("div",{staticClass:"env-set-wrap"},[a("div",{staticClass:"set-title font-14 color-303133"},[e._v("环境配置")]),e._v(" "),a("div",{staticClass:"env-set-body"},[a("el-table",{staticStyle:{width:"100%"},attrs:{data:e.tableData}},[a("el-table-column",{attrs:{prop:"envName",label:"配置名称","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-select",{attrs:{placeholder:"请选择"},model:{value:t.row.sceneCode,callback:function(a){e.$set(t.row,"sceneCode",a)},expression:"scope.row.sceneCode"}},e._l(e.envOptions,function(e){return a("el-option",{key:e.sceneCode,attrs:{label:e.sceneName,value:e.sceneCode}})}))]}}])}),e._v(" "),0==e.$route.query.proxyType?a("el-table-column",{attrs:{label:"IP地址",width:"550px"},scopedSlots:e._u([{key:"default",fn:function(t){return e._l(t.row.proxyParams,function(o,r){return a("div",{key:r,class:["ip-cell ",0==r?"":"m-t-18"]},[a("el-input",{staticClass:"w-200 font-14",attrs:{placeholder:"请输入ip地址"},model:{value:o.url,callback:function(t){e.$set(o,"url",t)},expression:"item.url"}}),a("el-input",{staticClass:"w-200 font-14 m-l-10",attrs:{placeholder:"请输入权重值"},model:{value:o.weight,callback:function(t){e.$set(o,"weight",t)},expression:"item.weight"}}),e._v(" "),t.row.proxyParams.length>1&&r<t.row.proxyParams.length-1?a("i",{staticClass:"inline-block vertical-middle pointer el-icon-minus font-14 p-l-10",on:{click:function(a){e.toDel(t.row,t.$index,r)}}}):e._e(),e._v(" "),t.row.proxyParams.length-1==r?a("i",{staticClass:"inline-block vertical-middle pointer el-icon-plus font-14 p-l-10",on:{click:function(a){e.toAdd(t.row,t.$index,r)}}}):e._e()],1)})}}])}):e._e(),e._v(" "),1==e.$route.query.proxyType?a("el-table-column",{attrs:{label:"注册中心",width:"550px"},scopedSlots:e._u([{key:"default",fn:function(t){return e._l(t.row.proxyParams,function(t,o){return a("div",{key:o,class:["ip-cell w-206",0==o?"":"m-t-18"]},[a("el-input",{staticClass:"font-14",attrs:{placeholder:""},model:{value:t.zookeeperUrl,callback:function(a){e.$set(t,"zookeeperUrl",a)},expression:"item.zookeeperUrl"}})],1)})}}])}):e._e(),e._v(" "),a("el-table-column",{attrs:{label:"操作","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e.tableData.length>1?a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleDel(t.$index,t.row)}}},[e._v("删除")]):e._e()]}}])})],1)],1),e._v(" "),a("div",{staticClass:"add-row text-center pointer",on:{click:e.toAddRow}},[a("i",{staticClass:"el-icon-circle-plus-outline font-14 color-5584FF"}),a("span",{staticClass:"font-14 color-5584FF p-l-4"},[e._v("添加行")])])]):e._e(),e._v(" "),a("div",{staticClass:"save-wrap",style:{"padding-left":e.shoEnvFlag?"0":"97px"}},[a("el-button",{attrs:{disabled:"show"==e.$route.query.envSetFlag,type:"primary"},on:{click:function(t){e.handleSave("envForm")}}},[e._v("保存")])],1)])])])},staticRenderFns:[]};var m=a("VU/8")(u,p,!1,function(e){a("tsZv")},"data-v-7d81476d",null);t.default=m.exports}});
\ No newline at end of file
webpackJsonp([18],{EBdF:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=a("319J"),r=a("P9l9"),o={name:"overview",components:{navBread:n.a},data:function(){return{navPath:[{name:"概览",path:""}]}},methods:{getData:function(){var e=this,t={project:e.repProjectName,router:e.pathName,requestProject:e.repProjectName};Object(r.a)("/haoban-manage-web/menu-detail",t).then(function(t){var a=t.data;if(1==a.errorCode)return a.result?void 0:void e.$message.error({duration:1e3,message:"暂无数据"});e.$message.error({duration:1e3,message:a.message})}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},watch:{$route:{handler:function(e,t){},deep:!0}},mounted:function(){this.$emit("showTab",1)}},s={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"api-body-content border-box"},[t("div",{staticClass:"common-nav"},[t("nav-bread",{attrs:{navPath:this.navPath}})],1),this._v(" "),this._m(0)])},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"api-body-main common-body-main border-box"},[t("div",{staticClass:"api-main-content border-box"})])}]};var i=a("VU/8")(o,s,!1,function(e){a("rypi")},"data-v-1c210dc8",null);t.default=i.exports},rypi:function(e,t){}});
\ No newline at end of file
webpackJsonp([19],{OEJD:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=a("319J"),o=a("P9l9"),r=a("jvWE"),l=a("LlAa"),s={name:"releaseRecords",components:{navBread:n.a},data:function(){return{navPath:[{name:"发布记录",path:""}],searchValue:"",tableData:[],pageSize:20,currentPage:1,totalCount:0}},methods:{searchData:Object(r.a)(function(e){this.currentPage,this.getData()},500),clearInput:function(){this.currentPage=1,this.getData()},handleSizeChange:function(e){this.pageSize=e,this.getData()},handleCurrentChange:function(e){this.currentPage=e,this.getData()},handleShow:function(e,t){this.$router.push("/apiListManageShow?editFlag=0&interfaceId="+t.interfaceId+"&interfaceName="+t.interfaceName+"&interfaceVersionId="+t.interfaceVersionId+"&publishRecordId="+t.publishRecordId)},getData:function(){var e=this,t={search:e.searchValue,pageNum:e.currentPage,pageSize:e.pageSize};Object(o.a)("/gateway-manage/page-api-publish-record",t).then(function(t){var a=t.data;if("0000"==a.code)return e.tableData=a.result.result||[],void(e.totalCount=a.result.totalCount);l.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},watch:{$route:{handler:function(e,t){},deep:!0}},mounted:function(){this.$emit("showTab",4),this.getData()}},i={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"api-body-content border-box"},[a("div",{staticClass:"common-nav"},[a("nav-bread",{attrs:{navPath:e.navPath}})],1),e._v(" "),a("div",{staticClass:"api-body-main common-body-main border-box"},[a("div",{staticClass:"api-main-content border-box"},[a("div",{staticClass:"search-wrap m-b-20"},[a("el-input",{staticClass:"w-320",attrs:{clearable:"",placeholder:"请输入版本号/API名称"},on:{clear:e.clearInput},nativeOn:{keyup:function(t){return a=t,e.searchData(a);var a}},model:{value:e.searchValue,callback:function(t){e.searchValue=t},expression:"searchValue"}},[a("i",{staticClass:"el-input__icon el-icon-search",attrs:{slot:"prefix"},slot:"prefix"})])],1),e._v(" "),a("div",{staticClass:"table-wrap"},[a("el-table",{staticStyle:{width:"100%"},attrs:{data:e.tableData}},[a("el-table-column",{attrs:{prop:"publishRecordId",label:"发布版本","show-overflow-tooltip":""}}),e._v(" "),a("el-table-column",{attrs:{label:"API名称","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.interfaceName)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"版本号","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.version)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"环境","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.sceneName)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"发布备注","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.remark)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"创建时间","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToYmd")(t.row.createTime)))]),e._v(" "),a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToHms")(t.row.createTime)))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"操作","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleShow(t.$index,t.row)}}},[e._v("查看")])]}}])})],1),e._v(" "),e.totalCount?a("div",{staticClass:"pagination text-right m-t-14"},[a("el-pagination",{attrs:{small:"","page-size":e.pageSize,"current-page":e.currentPage,layout:"prev, pager, next",total:e.totalCount},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1):e._e()],1)])])])},staticRenderFns:[]};var c=a("VU/8")(s,i,!1,function(e){a("kv3g")},"data-v-0bba733a",null);t.default=c.exports},kv3g:function(e,t){}});
\ No newline at end of file
webpackJsonp([2],{"2KsR":function(e,t){},"5zde":function(e,t,a){a("zQR9"),a("qyJz"),e.exports=a("FeBl").Array.from},Ecbc:function(e,t){},G6J0:function(e,t){},Gu7T:function(e,t,a){"use strict";t.__esModule=!0;var r,s=a("c/Tr"),o=(r=s)&&r.__esModule?r:{default:r};t.default=function(e){if(Array.isArray(e)){for(var t=0,a=Array(e.length);t<e.length;t++)a[t]=e[t];return a}return(0,o.default)(e)}},Jd8v:function(e,t){},LCwV:function(e,t){},SldL:function(e,t){!function(t){"use strict";var a,r=Object.prototype,s=r.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},n=o.iterator||"@@iterator",i=o.asyncIterator||"@@asyncIterator",l=o.toStringTag||"@@toStringTag",c="object"==typeof e,p=t.regeneratorRuntime;if(p)c&&(e.exports=p);else{(p=t.regeneratorRuntime=c?e.exports:{}).wrap=D;var u="suspendedStart",d="suspendedYield",f="executing",b="completed",y={},h={};h[n]=function(){return this};var m=Object.getPrototypeOf,v=m&&m(m(K([])));v&&v!==r&&s.call(v,n)&&(h=v);var _=C.prototype=g.prototype=Object.create(h);x.prototype=_.constructor=C,C.constructor=x,C[l]=x.displayName="GeneratorFunction",p.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===x||"GeneratorFunction"===(t.displayName||t.name))},p.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,C):(e.__proto__=C,l in e||(e[l]="GeneratorFunction")),e.prototype=Object.create(_),e},p.awrap=function(e){return{__await:e}},w(I.prototype),I.prototype[i]=function(){return this},p.AsyncIterator=I,p.async=function(e,t,a,r){var s=new I(D(e,t,a,r));return p.isGeneratorFunction(t)?s:s.next().then(function(e){return e.done?e.value:s.next()})},w(_),_[l]="Generator",_[n]=function(){return this},_.toString=function(){return"[object Generator]"},p.keys=function(e){var t=[];for(var a in e)t.push(a);return t.reverse(),function a(){for(;t.length;){var r=t.pop();if(r in e)return a.value=r,a.done=!1,a}return a.done=!0,a}},p.values=K,F.prototype={constructor:F,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=a,this.done=!1,this.delegate=null,this.method="next",this.arg=a,this.tryEntries.forEach($),!e)for(var t in this)"t"===t.charAt(0)&&s.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=a)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function r(r,s){return i.type="throw",i.arg=e,t.next=r,s&&(t.method="next",t.arg=a),!!s}for(var o=this.tryEntries.length-1;o>=0;--o){var n=this.tryEntries[o],i=n.completion;if("root"===n.tryLoc)return r("end");if(n.tryLoc<=this.prev){var l=s.call(n,"catchLoc"),c=s.call(n,"finallyLoc");if(l&&c){if(this.prev<n.catchLoc)return r(n.catchLoc,!0);if(this.prev<n.finallyLoc)return r(n.finallyLoc)}else if(l){if(this.prev<n.catchLoc)return r(n.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<n.finallyLoc)return r(n.finallyLoc)}}}},abrupt:function(e,t){for(var a=this.tryEntries.length-1;a>=0;--a){var r=this.tryEntries[a];if(r.tryLoc<=this.prev&&s.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var n=o?o.completion:{};return n.type=e,n.arg=t,o?(this.method="next",this.next=o.finallyLoc,y):this.complete(n)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),y},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var a=this.tryEntries[t];if(a.finallyLoc===e)return this.complete(a.completion,a.afterLoc),$(a),y}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var a=this.tryEntries[t];if(a.tryLoc===e){var r=a.completion;if("throw"===r.type){var s=r.arg;$(a)}return s}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:K(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=a),y}}}function D(e,t,a,r){var s=t&&t.prototype instanceof g?t:g,o=Object.create(s.prototype),n=new F(r||[]);return o._invoke=function(e,t,a){var r=u;return function(s,o){if(r===f)throw new Error("Generator is already running");if(r===b){if("throw"===s)throw o;return j()}for(a.method=s,a.arg=o;;){var n=a.delegate;if(n){var i=T(n,a);if(i){if(i===y)continue;return i}}if("next"===a.method)a.sent=a._sent=a.arg;else if("throw"===a.method){if(r===u)throw r=b,a.arg;a.dispatchException(a.arg)}else"return"===a.method&&a.abrupt("return",a.arg);r=f;var l=k(e,t,a);if("normal"===l.type){if(r=a.done?b:d,l.arg===y)continue;return{value:l.arg,done:a.done}}"throw"===l.type&&(r=b,a.method="throw",a.arg=l.arg)}}}(e,a,n),o}function k(e,t,a){try{return{type:"normal",arg:e.call(t,a)}}catch(e){return{type:"throw",arg:e}}}function g(){}function x(){}function C(){}function w(e){["next","throw","return"].forEach(function(t){e[t]=function(e){return this._invoke(t,e)}})}function I(e){var t;this._invoke=function(a,r){function o(){return new Promise(function(t,o){!function t(a,r,o,n){var i=k(e[a],e,r);if("throw"!==i.type){var l=i.arg,c=l.value;return c&&"object"==typeof c&&s.call(c,"__await")?Promise.resolve(c.__await).then(function(e){t("next",e,o,n)},function(e){t("throw",e,o,n)}):Promise.resolve(c).then(function(e){l.value=e,o(l)},n)}n(i.arg)}(a,r,t,o)})}return t=t?t.then(o,o):o()}}function T(e,t){var r=e.iterator[t.method];if(r===a){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=a,T(e,t),"throw"===t.method))return y;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return y}var s=k(r,e.iterator,t.arg);if("throw"===s.type)return t.method="throw",t.arg=s.arg,t.delegate=null,y;var o=s.arg;return o?o.done?(t[e.resultName]=o.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=a),t.delegate=null,y):o:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,y)}function O(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function $(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function F(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(O,this),this.reset(!0)}function K(e){if(e){var t=e[n];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,o=function t(){for(;++r<e.length;)if(s.call(e,r))return t.value=e[r],t.done=!1,t;return t.value=a,t.done=!0,t};return o.next=o}}return{next:j}}function j(){return{value:a,done:!0}}}(function(){return this}()||Function("return this")())},Xxa5:function(e,t,a){e.exports=a("jyFz")},"Yns/":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=a("319J"),s=a("fZjL"),o=a.n(s),n=a("Xxa5"),i=a.n(n),l=a("mvHQ"),c=a.n(l),p=a("exGp"),u=a.n(p),d=a("Kkt8"),f=a("l46T"),b=a("P9l9"),y=a("TUB1"),h=a("LlAa"),m={name:"create-base",components:{limitTextarea:d.a,limitInput:f.a},data:function(){return{apiInfoData:{interfaceId:"",interfaceVersionId:"",interfaceName:"",target:"1",optType:"get",interfaceUrl:"",interfaceDescribe:""},rules:{interfaceName:[{required:!0,message:"请输入API名称",trigger:"blur"}],interfaceUrl:[{required:!0,message:"请输入请求路径",trigger:"blur"}]}}},methods:{submitForm:function(e){var t=this;t.$refs[e].validate(function(a){if(!a)return!1;t.blurInterfaceUrl(e)})},blurInterfaceUrl:function(e){var t=this,a={update:!!t.$route.query.interfaceId,interfaceUrl:t.apiInfoData.interfaceUrl};Object(b.a)("/gateway-manage/is-exist-interface-url",a).then(function(a){var r=a.data;if("0000"==r.code)return r.result?(y.a.showmsg("接口已存在","warning"),!1):void("baseForm"==e&&(t.$emit("submitNext",t.apiInfoData),t.$store.dispatch("saveBaseInfo",t.apiInfoData)));h.a.errorMsg(r)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},handleQuery:function(e,t,a){var r={type:"object",level:1,properties:{}};for(var s in t.frontParams.properties)t.frontParams.properties[s].frontOriginType==a&&this.$set(r.properties,t.frontParams.properties[s].currentKey,t.frontParams.properties[s]);return r},handleBack:function(e,t,a){var r={type:"object",level:1,properties:{}};for(var s in t.endParams.properties)t.endParams.properties[s].backendOriginType==a&&this.$set(r.properties,t.endParams.properties[s].rootKey,t.endParams.properties[s]);return r},handleConst:function(e,t){var a={type:"object",level:1,properties:{}};for(var r in t.endParams.properties)1==t.endParams.properties[r].constFlag&&this.$set(a.properties,t.endParams.properties[r].currentKey,t.endParams.properties[r]);return a},handleFrontData:function(e){var t=this;return u()(i.a.mark(function a(){var r,s,o;return i.a.wrap(function(a){for(;;)switch(a.prev=a.next){case 0:return r=t,s=JSON.parse(c()(e)),o={protocol:s.protocol,requestType:s.requestType,frontBodyType:s.frontBodyType||"json",frontParams:{},headerData:{},queryData:{},bodyJsonData:{},bodyFormData:{}},a.next=5,r.handleQuery(o,s,"query");case 5:return o.queryData=a.sent,a.next=8,r.handleQuery(o,s,"header");case 8:if(o.headerData=a.sent,"POST"!=s.requestType||"form"!=s.frontBodyType){a.next=13;break}return a.next=12,r.handleQuery(o,s,"body");case 12:o.bodyFormData=a.sent;case 13:if("POST"!=s.requestType||"json"!=s.frontBodyType){a.next=17;break}return a.next=16,r.handleQuery(o,s,"body");case 16:o.bodyJsonData=a.sent;case 17:r.$store.dispatch("saveFrontInfo",o);case 18:case"end":return a.stop()}},a,t)}))()},handleBackData:function(e){var t=this;return u()(i.a.mark(function a(){var r,s,o;return i.a.wrap(function(a){for(;;)switch(a.prev=a.next){case 0:return r=t,s=JSON.parse(c()(e)),o={interfaceType:String(s.interfaceType),version:s.version,backendRequestType:s.backendRequestType,backendHttpPath:s.backendHttpPath||"",dubboInterface:s.dubboInterface||"",dubboMethod:s.dubboMethod||"",dubboVersion:s.dubboVersion||"",proxyCode:s.proxyCode||"",timeout:s.timeout,backHeaderData:{},backQueryData:{},backBodyJsonData:{},backBodyFormData:{},constData:{}},a.next=5,r.handleQuery(o,s,"query");case 5:return o.backQueryData=a.sent,a.next=8,r.handleQuery(o,s,"header");case 8:if(o.backHeaderData=a.sent,"POST"!=s.requestType||"form"!=s.frontBodyType){a.next=13;break}return a.next=12,r.handleQuery(o,s,"body");case 12:o.backBodyFormData=a.sent;case 13:if("POST"!=s.requestType||"json"!=s.frontBodyType){a.next=17;break}return a.next=16,r.handleQuery(o,s,"body");case 16:o.backBodyJsonData=a.sent;case 17:return a.next=19,r.handleConst(o,s);case 19:o.constData=a.sent,r.$store.dispatch("saveBackInfo",o);case 21:case"end":return a.stop()}},a,t)}))()},handleResultData:function(e){var t=JSON.parse(c()(e)),a={resultParams:t.resultParams,sucReturn:t.sucReturn,errReturn:t.errReturn,errCode:t.errCode,sceneCode:t.sceneCode};this.$store.dispatch("saveResultInfo",a)},getData:function(){var e=this,t={interfaceId:e.$route.query.interfaceId,interfaceVersionId:e.$route.query.interfaceVersionId};Object(b.a)("/gateway-manage/get-api",t).then(function(t){var a=t.data;if("0000"==a.code)return a.result.frontParams=JSON.parse(a.result.endParams),a.result.endParams=JSON.parse(a.result.endParams),a.result.errCode=JSON.parse(a.result.errCode),a.result.resultParams=JSON.parse(a.result.resultParams),e.apiInfoData.interfaceId=a.result.interfaceId,e.apiInfoData.interfaceVersionId=a.result.interfaceVersionId,e.apiInfoData.interfaceName=a.result.interfaceName,e.apiInfoData.target=String(a.result.target),e.apiInfoData.optType=a.result.optType,e.apiInfoData.interfaceUrl=a.result.interfaceUrl,e.apiInfoData.interfaceDescribe=a.result.interfaceDescribe,e.handleFrontData(a.result),e.handleBackData(a.result),e.handleResultData(a.result),e.$nextTick(function(){e.submitForm("baseForm")}),!1;h.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},mounted:function(){this.$route.query.interfaceId&&!o()(this.$store.state.baseInfo).length&&this.getData(),o()(this.$store.state.baseInfo).length&&(this.apiInfoData=this.$store.state.baseInfo)}},v={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"base-info-show border-box"},[a("el-form",{ref:"baseForm",attrs:{"label-width":"104px",model:e.apiInfoData,rules:e.rules}},[a("el-form-item",{attrs:{label:"API名称:",prop:"interfaceName"}},[a("limitInput",{attrs:{inputWidth:329,disflag:!!e.$route.query.interfaceId,inputValue:e.apiInfoData.interfaceName,holder:"请输入API名称",getByType:"word",maxLength:20},on:{"update:inputValue":function(t){e.$set(e.apiInfoData,"interfaceName",t)}}})],1),e._v(" "),a("el-form-item",{attrs:{label:"API类型:",prop:"target"}},[a("el-radio-group",{attrs:{disabled:!!e.$route.query.interfaceId},model:{value:e.apiInfoData.target,callback:function(t){e.$set(e.apiInfoData,"target",t)},expression:"apiInfoData.target"}},[a("el-radio",{attrs:{label:"1"}},[e._v("公开")]),e._v(" "),a("el-radio",{attrs:{label:"0"}},[e._v("私有")])],1)],1),e._v(" "),a("el-form-item",{attrs:{label:"访问类型:",prop:"optType"}},[a("el-select",{attrs:{placeholder:"请选择",disabled:!!e.$route.query.interfaceId},model:{value:e.apiInfoData.optType,callback:function(t){e.$set(e.apiInfoData,"optType",t)},expression:"apiInfoData.optType"}},[a("el-option",{attrs:{label:"list",value:"list"}}),e._v(" "),a("el-option",{attrs:{label:"delete",value:"delete"}}),e._v(" "),a("el-option",{attrs:{label:"update",value:"update"}}),e._v(" "),a("el-option",{attrs:{label:"get",value:"get"}}),e._v(" "),a("el-option",{attrs:{label:"search",value:"search"}})],1)],1),e._v(" "),a("el-form-item",{attrs:{label:"请求路径:",prop:"interfaceUrl"}},[a("el-input",{staticClass:"w-329",attrs:{disabled:!!e.$route.query.interfaceId},on:{blur:e.blurInterfaceUrl},model:{value:e.apiInfoData.interfaceUrl,callback:function(t){e.$set(e.apiInfoData,"interfaceUrl",t)},expression:"apiInfoData.interfaceUrl"}})],1),e._v(" "),a("el-form-item",{attrs:{label:"描述:"}},[a("limit-textarea",{attrs:{inputWidth:500,disInput:!!e.$route.query.interfaceId,inputValue:e.apiInfoData.interfaceDescribe,holder:"",getByType:"word",maxLength:100},on:{"update:inputValue":function(t){e.$set(e.apiInfoData,"interfaceDescribe",t)}}})],1),e._v(" "),a("el-form-item",[a("el-button",{attrs:{type:"primary"},on:{click:function(t){e.submitForm("baseForm")}}},[e._v("下一步")])],1)],1)],1)},staticRenderFns:[]};var _=a("VU/8")(m,v,!1,function(e){a("2KsR")},"data-v-561c0c7e",null).exports,D=a("Gu7T"),k=a.n(D),g={name:"header-param",props:{itemData:{type:Object,default:function(){return{}}},frontOriginType:{type:String,default:function(){return""}}},data:function(){return{trData:{type:"object",properties:{name:{frontOriginType:this.frontOriginType,type:"string",currentKey:"name",isBackendField:0,defaultVal:"",isRootKey:0,isRootKeyFlag:!1,rootKey:"",objectClass:"",description:"描述",example:"示例",check:!0}}},keyLength:1}},methods:{blurKey:function(e,t){e.currentKey!=t&&(this.$set(this.itemData.properties,e.currentKey,e),this.$delete(this.itemData.properties,t))},changeCheck:function(e,t){e&&(t.defaultVal="")},handleDel:function(e,t,a){this.$delete(this.itemData.properties,t)},toAddItem:function(){var e=this.keyLength++;this.$set(this.itemData.properties,"field"+e,{frontOriginType:this.frontOriginType,backendOriginType:this.frontOriginType,type:"string",currentKey:"field"+e,isBackendField:0,defaultVal:"val",isRootKey:0,isRootKeyFlag:!1,rootKey:"",objectClass:"",description:"描述",example:"示例",check:!0})}},watch:{itemData:function(e,t){this.trData=JSON.parse(c()(e))}},mounted:function(){this.trData=JSON.parse(c()(this.itemData))}},x={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("div",{staticClass:"el-table el-table--fit el-table--enable-row-hover el-table--enable-row-transition",staticStyle:{width:"100%","table-layout":"fixed"}},[e._m(0),e._v(" "),a("div",{staticClass:"el-table__body-wrapper is-scrolling-none"},[a("div",{staticClass:"table-content"},[e._l(e.itemData.properties,function(t,r,s){return[t.constFlag?e._e():a("table",{key:s+r+121,staticClass:"el-table__body",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[a("tbody",[a("tr",{staticClass:"el-table__row"},[a("td",{staticClass:"el-table_1_column_1",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-input",{on:{blur:function(a){e.blurKey(t,r)}},model:{value:t.currentKey,callback:function(a){e.$set(t,"currentKey",a)},expression:"itemValue.currentKey"}})],1)]),e._v(" "),a("td",{staticClass:"el-table_1_column_2",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-select",{attrs:{placeholder:"请选择参数类型"},model:{value:t.type,callback:function(a){e.$set(t,"type",a)},expression:"itemValue.type"}},[a("el-option",{attrs:{label:"string",value:"string"}}),e._v(" "),a("el-option",{attrs:{label:"number",value:"number"}}),e._v(" "),a("el-option",{attrs:{label:"boolean",value:"boolean"}}),e._v(" "),a("el-option",{attrs:{label:"integer",value:"integer"}})],1)],1)]),e._v(" "),a("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-checkbox",{on:{change:function(a){e.changeCheck(a,t)}},model:{value:t.check,callback:function(a){e.$set(t,"check",a)},expression:"itemValue.check"}})],1)]),e._v(" "),a("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-input",{attrs:{disabled:t.check,placeholder:"默认值"},model:{value:t.defaultVal,callback:function(a){e.$set(t,"defaultVal",a)},expression:"itemValue.defaultVal"}})],1)]),e._v(" "),a("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-input",{attrs:{placeholder:"示例"},model:{value:t.example,callback:function(a){e.$set(t,"example",a)},expression:"itemValue.example"}})],1)]),e._v(" "),a("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-input",{attrs:{placeholder:"描述"},model:{value:t.description,callback:function(a){e.$set(t,"description",a)},expression:"itemValue.description"}})],1)]),e._v(" "),a("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleDel(t,r,s)}}},[e._v("删除")])],1)])])])])]})],2)])]),e._v(" "),a("div",{staticClass:"add-line text-center",on:{click:e.toAddItem}},[a("i",{staticClass:"el-icon-circle-plus-outline color-5584FF"}),a("span",{staticClass:"color-5584FF font-14 p-l-4"},[e._v("添加行")])])])},staticRenderFns:[function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"el-table__header-wrapper"},[a("table",{staticClass:"el-table__header",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[a("thead",{staticClass:"has-gutter"},[a("tr",{},[a("th",{staticClass:"el-table_1_column_1 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("参数名")])]),e._v(" "),a("th",{staticClass:"el-table_1_column_2 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("参数类型")])]),e._v(" "),a("th",{staticClass:"el-table_1_column_3 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("必选")])]),e._v(" "),a("th",{staticClass:"el-table_1_column_4 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("默认值")])]),e._v(" "),a("th",{staticClass:"el-table_1_column_5 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("示例")])]),e._v(" "),a("th",{staticClass:"el-table_1_column_6 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("描述")])]),e._v(" "),a("th",{staticClass:"el-table_1_column_7 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("操作")])])])])])])}]};var C=a("VU/8")(g,x,!1,function(e){a("rnHh")},"data-v-4c1350a0",null).exports,w={name:"body-row",props:{itemData:{type:Object,default:function(){return{}}},frontOriginType:{type:String,default:function(){return""}}},data:function(){return{trData:{},keyLength:1}},methods:{blurKey:function(e,t){e.currentKey!=t&&(this.$set(this.itemData.properties,e.currentKey,e),this.$delete(this.itemData.properties,t))},changeCheck:function(e,t){e&&(t.defaultVal="")},handleDel:function(e,t,a,r){this.handleDelData(this.itemData,e,t)},handleDelData:function(e,t,a){this.handleObjData(e,t,a)},handleObjData:function(e,t,a){for(var r in e)e[r]==t&&this.$delete(e.properties,a)},changeType:function(e,t,a,r){"string"!=e&&"boolean"!=e&&"number"!=e&&"object"!=e||(t.properties={},t.hasOwnProperty("items")&&this.$delete(t,"items")),"array"==e&&this.$set(t,"items",{parentKey:a,currentKey:"items",level:parseInt(r)+1,frontOriginType:this.frontOriginType,backendOriginType:this.frontOriginType,type:"object",isBackendField:0,defaultVal:"",isRootKey:0,isRootKeyFlag:!1,rootKey:"",objectClass:"",description:"描述",example:"示例",check:!0,properties:{}}),this.$forceUpdate()},handleAdd:function(e,t,a,r){var s=this.keyLength++;if("array"==e.type)return this.$set(e.items.properties,"field"+s,{parentKey:t,level:parseInt(r)+1,frontOriginType:this.frontOriginType,backendOriginType:this.frontOriginType,type:"string",currentKey:"field"+s,isBackendField:0,defaultVal:"",isRootKey:0,isRootKeyFlag:!1,rootKey:"",objectClass:"",description:"描述",example:"示例",check:!0,properties:{}}),this.$forceUpdate(),!1;this.$set(e.properties,"field"+s,{parentKey:t,level:parseInt(r)+1,frontOriginType:this.frontOriginType,backendOriginType:this.frontOriginType,type:"string",currentKey:"field"+s,isBackendField:0,defaultVal:"",isRootKey:0,isRootKeyFlag:!1,rootKey:"",objectClass:"",description:"描述",example:"示例",check:!0,properties:{}}),this.$forceUpdate()}},watch:{itemData:function(e,t){e&&(this.trData=JSON.parse(c()(e)))}},mounted:function(){this.trData=JSON.parse(c()(this.itemData))}},I={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[e._l(e.itemData.properties,function(t,r,s){return[t.constFlag?e._e():a("table",{key:s+r+121,staticClass:"el-table__body",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[a("tbody",[a("tr",{staticClass:"el-table__row"},[a("td",{staticClass:"el-table_1_column_1",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-input",{attrs:{disabled:2==t.level},on:{blur:function(a){e.blurKey(t,r)}},model:{value:t.currentKey,callback:function(a){e.$set(t,"currentKey",a)},expression:"itemValue.currentKey"}})],1)]),e._v(" "),a("td",{staticClass:"el-table_1_column_2",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-select",{attrs:{placeholder:"请选择参数类型"},on:{change:function(a){e.changeType(t.type,t,t.currentKey,t.level)}},model:{value:t.type,callback:function(a){e.$set(t,"type",a)},expression:"itemValue.type"}},[a("el-option",{attrs:{label:"string",value:"string"}}),e._v(" "),a("el-option",{attrs:{label:"number",value:"number"}}),e._v(" "),a("el-option",{attrs:{label:"boolean",value:"boolean"}}),e._v(" "),a("el-option",{attrs:{label:"object",value:"object"}}),e._v(" "),a("el-option",{attrs:{label:"array",value:"array"}}),e._v(" "),a("el-option",{attrs:{label:"integer",value:"integer"}})],1)],1)]),e._v(" "),a("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-checkbox",{on:{change:function(a){e.changeCheck(a,t)}},model:{value:t.check,callback:function(a){e.$set(t,"check",a)},expression:"itemValue.check"}})],1)]),e._v(" "),a("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-input",{attrs:{disabled:t.check,placeholder:"默认值"},model:{value:t.defaultVal,callback:function(a){e.$set(t,"defaultVal",a)},expression:"itemValue.defaultVal"}})],1)]),e._v(" "),a("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-input",{attrs:{placeholder:"示例"},model:{value:t.example,callback:function(a){e.$set(t,"example",a)},expression:"itemValue.example"}})],1)]),e._v(" "),a("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-input",{attrs:{placeholder:"描述"},model:{value:t.description,callback:function(a){e.$set(t,"description",a)},expression:"itemValue.description"}})],1)]),e._v(" "),a("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},["array"==t.type||"object"==t.type?a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleAdd(t,t.currentKey,s,t.level)}}},[e._v("添加子属性")]):e._e(),e._v(" "),2!=t.level?a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleDel(t.parentKey,t.currentKey,s,t.level)}}},[e._v("删除")]):e._e()],1)])])])]),e._v(" "),"array"==t.type&&Object.keys(t.items.properties).length?a("body-row",{key:s+"122"+r,staticClass:"el-table__row",staticStyle:{"padding-left":"10px"},attrs:{frontOriginType:e.frontOriginType,itemData:t.items}}):e._e(),e._v(" "),"object"==t.type&&Object.keys(t.properties).length?a("body-row",{key:s+"122"+r,staticClass:"el-table__row",staticStyle:{"padding-left":"10px"},attrs:{frontOriginType:e.frontOriginType,itemData:t}}):e._e()]})],2)},staticRenderFns:[]};var T=a("VU/8")(w,I,!1,function(e){a("qA+t")},"data-v-10ff68ec",null).exports,O=a("jvWE"),$={name:"create-front",components:{limitTextarea:d.a,limitInput:f.a,headerParam:C,bodyParam:T},data:function(){return{apiInfoData:{protocol:"http",requestType:"GET",frontBodyType:"json",frontParams:{},headerData:{},queryData:{},bodyJsonData:{},bodyFormData:{}},headerData:{type:"object",level:1,properties:{},required:[]},queryData:{type:"object",level:1,properties:{},required:[]},bodyJsonData:{type:"object",level:1,properties:{bodyRoot:{level:2,currentKey:"bodyRoot",frontOriginType:"body",backendOriginType:"body",type:"object",isBackendField:0,defaultVal:"",isRootKey:0,isRootKeyFlag:!1,rootKey:"",objectClass:"",description:"描述",example:"示例",check:!0,properties:{}}},required:[]},bodyFormData:{type:"object",level:1,properties:{},required:[]},rules:{requestType:[{required:!0,message:"请选择请求方法",trigger:"blur"}]}}},methods:{refreshData:function(e){this.frontData=e},submitback:function(){this.$emit("submitBack")},submitForm:function(e){var t=this;t.$refs[e].validate(function(e){if(!e)return!1;t.handleData()})},handleData:function(){var e=this;return u()(i.a.mark(function t(){var a,r,s,n,l,c;return i.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return a=e,r=[].concat(k()(o()(a.queryData.properties)),k()(o()(a.headerData.properties))),"POST"==a.apiInfoData.requestType&&"form"==a.apiInfoData.frontBodyType&&(r=[].concat(k()(r),k()(o()(a.bodyFormData.properties)))),t.next=5,Object(O.b)(r);case 5:if(!t.sent){t.next=9;break}return y.a.showmsg("参数名重复","warning"),t.abrupt("return",!1);case 9:if("POST"==a.apiInfoData.requestType&&"json"==a.apiInfoData.frontBodyType){if(o()(a.bodyJsonData.properties.bodyRoot.properties).length)for(s in a.bodyJsonData.properties.bodyRoot.required=[],a.bodyJsonData.properties.bodyRoot.properties)a.bodyJsonData.properties.bodyRoot.properties[s].check&&a.bodyJsonData.properties.bodyRoot.required.push(s);a.apiInfoData.bodyJsonData=a.bodyJsonData}else a.apiInfoData.bodyJsonData={};if("POST"==a.apiInfoData.requestType&&"form"==a.apiInfoData.frontBodyType){if(o()(a.bodyFormData.properties).length)for(n in a.bodyFormData.required=[],a.bodyFormData.properties)a.bodyFormData.properties[n].check&&a.bodyFormData.required.push(n);a.apiInfoData.bodyFormData=a.bodyFormData}else a.apiInfoData.bodyFormData={};if(o()(a.headerData.properties).length)for(l in a.headerData.required=[],a.headerData.properties)a.headerData.properties[l].check&&a.headerData.required.push(l);if(o()(a.queryData.properties).length)for(c in a.queryData.required=[],a.queryData.properties)a.queryData.properties[c].check&&a.queryData.required.push(c);a.apiInfoData.headerData=a.headerData,a.apiInfoData.queryData=a.queryData,a.$store.dispatch("saveFrontInfo",a.apiInfoData),a.$emit("submitNext",a.apiInfoData);case 17:case"end":return t.stop()}},t,e)}))()},handleStoreData:function(){this.apiInfoData=JSON.parse(c()(this.$store.state.frontInfo)),this.headerData=this.apiInfoData.headerData,this.queryData=this.apiInfoData.queryData;this.bodyJsonData=o()(this.apiInfoData.bodyJsonData).length?this.apiInfoData.bodyJsonData:{type:"object",level:1,properties:{bodyRoot:{level:2,currentKey:"bodyRoot",frontOriginType:"body",backendOriginType:"body",type:"object",isBackendField:0,defaultVal:"val",isRootKey:0,isRootKeyFlag:!1,rootKey:"",objectClass:"",description:"描述",example:"示例",check:!0,properties:{}}},required:[]},this.bodyFormData=o()(this.apiInfoData.bodyFormData).length?this.apiInfoData.bodyFormData:{type:"object",level:1,properties:{bodyForm:{level:2,currentKey:"bodyForm",frontOriginType:"body",backendOriginType:"body",type:"string",isBackendField:0,defaultVal:"val",isRootKey:0,isRootKeyFlag:!1,rootKey:"",objectClass:"",description:"描述",example:"示例",check:!0,properties:{}}},required:[]}}},mounted:function(){o()(this.$store.state.frontInfo).length&&this.handleStoreData()}},F={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"base-info-show border-box"},[a("el-form",{ref:"baseForm",attrs:{"label-width":"104px",model:e.apiInfoData,rules:e.rules}},[a("el-form-item",{attrs:{label:"协议:",prop:"protocol"}},[e._v(e._s(e.apiInfoData.protocol))]),e._v(" "),a("el-form-item",{attrs:{label:"请求方法:",prop:"requestType"}},[a("el-select",{attrs:{placeholder:"请选择"},model:{value:e.apiInfoData.requestType,callback:function(t){e.$set(e.apiInfoData,"requestType",t)},expression:"apiInfoData.requestType"}},[a("el-option",{attrs:{label:"GET",value:"GET"}}),e._v(" "),a("el-option",{attrs:{label:"POST",value:"POST"}})],1)],1),e._v(" "),a("el-form-item",{staticClass:"color-303133 font-w-700",attrs:{label:"参数配置"}}),e._v(" "),a("el-form-item",{attrs:{label:"参数位置:"}},[a("div",{staticClass:"font-14 color-303133"},[e._v("header")])]),e._v(" "),a("el-form-item",{attrs:{label:""}},[a("header-param",{ref:"frontHeaderTable",attrs:{itemData:e.headerData,frontOriginType:"header"}})],1),e._v(" "),a("el-form-item",{attrs:{label:"参数位置:"}},[a("div",{staticClass:"font-14 color-303133"},[e._v("query")])]),e._v(" "),a("el-form-item",{attrs:{label:""}},[a("header-param",{ref:"frontQueryTable",attrs:{itemData:e.queryData,frontOriginType:"query"}})],1),e._v(" "),"POST"==e.apiInfoData.requestType?a("el-form-item",{attrs:{label:"参数位置:"}},[a("div",{staticClass:"font-14 color-303133"},[e._v("body")]),e._v(" "),a("div",{staticClass:"font-14 color-303133"},[a("el-radio",{attrs:{label:"json"},model:{value:e.apiInfoData.frontBodyType,callback:function(t){e.$set(e.apiInfoData,"frontBodyType",t)},expression:"apiInfoData.frontBodyType"}},[e._v("json")]),e._v(" "),a("el-radio",{attrs:{label:"form"},model:{value:e.apiInfoData.frontBodyType,callback:function(t){e.$set(e.apiInfoData,"frontBodyType",t)},expression:"apiInfoData.frontBodyType"}},[e._v("form")])],1)]):e._e(),e._v(" "),"POST"==e.apiInfoData.requestType&&"json"==e.apiInfoData.frontBodyType?a("el-form-item",{attrs:{label:""}},[a("div",{staticClass:"body-param-wrap"},[a("div",{staticClass:"el-table el-table--fit el-table--enable-row-hover el-table--enable-row-transition",staticStyle:{width:"100%","table-layout":"fixed"}},[a("div",{staticClass:"el-table__header-wrapper"},[a("table",{staticClass:"el-table__header",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[a("thead",{staticClass:"has-gutter"},[a("tr",{},[a("th",{staticClass:"el-table_1_column_1 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("参数名")])]),e._v(" "),a("th",{staticClass:"el-table_1_column_2 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("参数类型")])]),e._v(" "),a("th",{staticClass:"el-table_1_column_3 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("必选")])]),e._v(" "),a("th",{staticClass:"el-table_1_column_4 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("默认值")])]),e._v(" "),a("th",{staticClass:"el-table_1_column_5 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("示例")])]),e._v(" "),a("th",{staticClass:"el-table_1_column_6 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("描述")])]),e._v(" "),a("th",{staticClass:"el-table_1_column_7 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("操作")])])])])])]),e._v(" "),a("div",{staticClass:"el-table__body-wrapper is-scrolling-none"},[a("div",{staticClass:"table-content"},[a("body-param",{ref:"frontBodyJsonTable",attrs:{itemData:e.bodyJsonData,frontOriginType:"body"},on:{refreshData:e.refreshData}})],1)])])])]):e._e(),e._v(" "),"POST"==e.apiInfoData.requestType&&"form"==e.apiInfoData.frontBodyType?a("el-form-item",{attrs:{label:""}},[a("header-param",{ref:"frontBodyFormTable",attrs:{itemData:e.bodyFormData,frontOriginType:"body"}})],1):e._e(),e._v(" "),a("el-form-item",[a("el-button",{attrs:{type:"primary"},on:{click:e.submitback}},[e._v("上一步")]),e._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:function(t){e.submitForm("baseForm")}}},[e._v("下一步")])],1)],1)],1)},staticRenderFns:[]};var K=a("VU/8")($,F,!1,function(e){a("qj+W")},"data-v-37b95b79",null).exports,j={name:"back-table-row",props:{itemData:{type:[Object,Array],default:function(){return{}}}},data:function(){return{trData:{}}},watch:{itemData:function(e,t){this.trData=e}},mounted:function(){this.trData=this.itemData}},R={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[e._l(e.itemData.properties,function(t,r,s){return[t.constFlag?e._e():a("table",{key:s+r+121,staticClass:"el-table__body",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[a("tbody",[a("tr",{staticClass:"el-table__row"},[a("td",{staticClass:"el-table_1_column_1",staticStyle:{width:"36px"},attrs:{rowspan:"1",colspan:"1"}},["object"==t.type||"array"==t.type?a("div",{staticClass:"cell"},[a("i",{staticClass:"el-icon-minus"})]):e._e()]),e._v(" "),a("td",{staticClass:"el-table_1_column_1",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[e._v(e._s(r))])]),e._v(" "),a("td",{staticClass:"el-table_1_column_2",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[e._v(e._s(t.frontOriginType))])]),e._v(" "),a("td",{staticClass:"el-table_1_column_2",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[e._v(e._s(t.type))])])])])]),e._v(" "),"array"==t.type&&Object.keys(t.items.properties).length?a("back-table-row",{key:s+"122"+r,staticClass:"el-table__row",staticStyle:{"padding-left":"10px"},attrs:{itemData:t.items}}):e._e(),e._v(" "),"object"==t.type&&Object.keys(t.properties).length?a("back-table-row",{key:s+"122"+r,staticClass:"el-table__row",staticStyle:{"padding-left":"10px"},attrs:{itemData:t}}):e._e()]})],2)},staticRenderFns:[]};var q=a("VU/8")(j,R,!1,function(e){a("jd0Y")},"data-v-3665fcde",null).exports,S={name:"back-table-row",props:{itemData:{type:[Object,Array],default:function(){return{}}},interfaceType:{type:String,default:function(){return"0"}}},data:function(){return{trData:{},tempArr:[],newItemData:{},allDataList:[]}},methods:{handleParentDisable:function(e){var t=this;return u()(i.a.mark(function a(){var r,s,n;return i.a.wrap(function(a){for(;;)switch(a.prev=a.next){case 0:r=t,s=!0,a.t0=i.a.keys(e);case 3:if((a.t1=a.t0()).done){a.next=18;break}if(n=a.t1.value,!e[n].isRootKey){a.next=8;break}return s=!1,a.abrupt("break",18);case 8:if("object"!=e[n].type||!o()(e[n].properties).length){a.next=12;break}return a.next=11,r.handleParentDisable(e[n].properties);case 11:s=a.sent;case 12:if("array"!=e[n].type||!o()(e[n].items.properties).length){a.next=16;break}return a.next=15,r.handleParentDisable(e[n].items.properties);case 15:s=a.sent;case 16:a.next=3;break;case 18:return a.abrupt("return",s);case 19:case"end":return a.stop()}},a,t)}))()},changeData:function(e,t){var a=this;return u()(i.a.mark(function r(){var s,n;return i.a.wrap(function(r){for(;;)switch(r.prev=r.next){case 0:if(s=a,n=!0,t||"object"!=s.itemData.type||!o()(s.itemData.properties).length){r.next=6;break}return r.next=5,s.handleParentDisable(s.itemData.properties);case 5:n=r.sent;case 6:if(t||"array"!=s.itemData.type||!o()(s.itemData.items.properties).length){r.next=10;break}return r.next=9,s.handleParentDisable(s.itemData.items.properties);case 9:n=r.sent;case 10:s.itemData.isRootKeyFlag=0==n||!!t,s.$emit("changeData",e,t);case 12:case"end":return r.stop()}},r,a)}))()},blurKey:function(e,t){},handleDisable:function(e,t,a){var r=this;return u()(i.a.mark(function s(){var n,l;return i.a.wrap(function(s){for(;;)switch(s.prev=s.next){case 0:n=r,s.t0=i.a.keys(e);case 2:if((s.t1=s.t0()).done){s.next=13;break}if(l=s.t1.value,e[l].currentKey==a&&(e[l].isRootKeyFlag=!!t),"object"!=e[l].type||!o()(e[l].properties).length){s.next=8;break}return s.next=8,n.handleDisable(e[l].properties,t,a);case 8:if("array"!=e[l].type||!o()(e[l].items.properties).length){s.next=11;break}return s.next=11,n.handleDisable(e[l].items.properties,t,a);case 11:s.next=2;break;case 13:case"end":return s.stop()}},s,r)}))()},findKey:function(e,t,a){this.changeData(this.itemData,t)},changeCheck:function(e,t){var a=this;return u()(i.a.mark(function t(){var r,s,n;return i.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return r=a,t.next=3,r.findKey(e.currentKey,e.isRootKey,e);case 3:if("object"!=e.type||!o()(e.properties).length){t.next=27;break}e.isRootKeyFlag=!1,t.t0=i.a.keys(e.properties);case 6:if((t.t1=t.t0()).done){t.next=27;break}if(s=t.t1.value,e.properties[s].isRootKeyFlag=!!e.isRootKey,"object"!=e.properties[s].type||!o()(e.properties[s].properties).length){t.next=17;break}if(!e.isRootKey){t.next=15;break}return t.next=13,r.checkArrObjData(e.properties[s].properties);case 13:t.next=17;break;case 15:return t.next=17,r.checkArrObjFalse(e.properties[s].properties);case 17:if("array"!=e.properties[s].type||!o()(e.properties[s].items.properties).length){t.next=25;break}if(!e.isRootKey){t.next=23;break}return t.next=21,r.checkArrObjData(e.properties[s].items.properties);case 21:t.next=25;break;case 23:return t.next=25,r.checkArrObjFalse(e.properties[s].items.properties);case 25:t.next=6;break;case 27:if("array"!=e.type||!o()(e.items.properties).length){t.next=51;break}e.isRootKeyFlag=!1,t.t2=i.a.keys(e.items.properties);case 30:if((t.t3=t.t2()).done){t.next=51;break}if(n=t.t3.value,e.items.properties[n].isRootKeyFlag=!!e.isRootKey,"object"!=e.items.properties[n].type||!o()(e.items.properties[n].properties).length){t.next=41;break}if(!e.isRootKey){t.next=39;break}return t.next=37,r.checkArrObjData(e.items.properties[n].properties);case 37:t.next=41;break;case 39:return t.next=41,r.checkArrObjFalse(e.items.properties[n].properties);case 41:if("array"!=e.items.properties[n].type||!o()(e.items.properties[n].properties).length){t.next=49;break}if(!e.isRootKey){t.next=47;break}return t.next=45,r.checkArrObjData(e.items.properties[n].items.properties);case 45:t.next=49;break;case 47:return t.next=49,r.checkArrObjFalse(e.items.properties[n].items.properties);case 49:t.next=30;break;case 51:r.$forceUpdate();case 52:case"end":return t.stop()}},t,a)}))()},checkArrObjData:function(e){var t=this;return u()(i.a.mark(function a(){var r,s;return i.a.wrap(function(a){for(;;)switch(a.prev=a.next){case 0:r=t,a.t0=i.a.keys(e);case 2:if((a.t1=a.t0()).done){a.next=15;break}if(s=a.t1.value,e[s].isRootKeyFlag=!0,"object"!=e[s].type||!o()(e[s].properties).length){a.next=9;break}return e[s].isRootKeyFlag=!0,a.next=9,r.checkArrObjData(e[s].properties);case 9:if("array"!=e[s].type||!o()(e[s].items.properties).length){a.next=13;break}return e[s].isRootKeyFlag=!0,a.next=13,r.checkArrObjData(e[s].items.properties);case 13:a.next=2;break;case 15:r.$forceUpdate();case 16:case"end":return a.stop()}},a,t)}))()},checkArrObjFalse:function(e){var t=this;return u()(i.a.mark(function a(){var r,s;return i.a.wrap(function(a){for(;;)switch(a.prev=a.next){case 0:r=t,a.t0=i.a.keys(e);case 2:if((a.t1=a.t0()).done){a.next=15;break}if(s=a.t1.value,e[s].isRootKeyFlag=!1,"object"!=e[s].type||!o()(e[s].properties).length){a.next=9;break}return e[s].isRootKeyFlag=!1,a.next=9,r.checkArrObjFalse(e[s].properties);case 9:if("array"!=e[s].type||!o()(e[s].items.properties).length){a.next=13;break}return e[s].isRootKeyFlag=!1,a.next=13,r.checkArrObjFalse(e[s].items.properties);case 13:a.next=2;break;case 15:r.$forceUpdate();case 16:case"end":return a.stop()}},a,t)}))()},handleToArr:function(){var e=this;return u()(i.a.mark(function t(){var a;return i.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(1!=(a=e).itemData.level||!a.itemData.properties.hasOwnProperty("bodyRoot")){t.next=3;break}return t.delegateYield(i.a.mark(function t(){var r,s,n,l,p;return i.a.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r=[],s=JSON.parse(c()(a.itemData)),a.newItemData=JSON.parse(c()(a.itemData)),!o()(s.properties.bodyRoot.properties).length){e.next=20;break}e.t0=i.a.keys(s.properties.bodyRoot.properties);case 5:if((e.t1=e.t0()).done){e.next=18;break}return n=e.t1.value,(l=[]).push(s.properties.bodyRoot),e.next=11,a.handleLoop(s.properties.bodyRoot.properties[n],l);case 11:if((p=e.sent).forEach(function(e){Array.isArray(e)&&r.push(e)}),!Array.isArray(p[0])){e.next=15;break}return e.abrupt("continue",5);case 15:r.push(p),e.next=5;break;case 18:a.allDataList=r,a.$store.dispatch("saveTempBackData",a.allDataList);case 20:case"end":return e.stop()}},t,e)})(),"t0",3);case 3:case"end":return t.stop()}},t,e)}))()},handleLoop:function(e,t){var a=this;return u()(i.a.mark(function r(){var s,n,l,p,u,d,f,b;return i.a.wrap(function(r){for(;;)switch(r.prev=r.next){case 0:if(s=a,t.push(e),"object"==e.type||"array"==e.type){r.next=4;break}return r.abrupt("return",t);case 4:if(n=[],"object"!=e.type||!o()(e.properties).length){r.next=16;break}r.t0=i.a.keys(e.properties);case 7:if((r.t1=r.t0()).done){r.next=16;break}return l=r.t1.value,p=JSON.parse(c()(t)),r.next=12,s.handleLoop(e.properties[l],p);case 12:u=r.sent,n.push(u),r.next=7;break;case 16:if("array"!=e.type||!o()(e.items.properties).length){r.next=27;break}r.t2=i.a.keys(e.items.properties);case 18:if((r.t3=r.t2()).done){r.next=27;break}return d=r.t3.value,f=JSON.parse(c()(t)),r.next=23,s.handleLoop(e.items.properties[d],f);case 23:b=r.sent,n.push(b),r.next=18;break;case 27:return r.abrupt("return",n);case 28:case"end":return r.stop()}},r,a)}))()}},watch:{itemData:function(e,t){this.trData=JSON.parse(c()(e))}},mounted:function(){this.trData=JSON.parse(c()(this.itemData))},beforeDestroy:function(){this.tempArr=[]}},B={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",["array"!=e.itemData.type?a("div",[e._l(e.itemData.properties,function(t,r,s){return[t.constFlag?e._e():a("table",{key:s+r+121,staticClass:"el-table__body",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[a("tbody",[a("tr",{staticClass:"el-table__row"},[a("td",{staticClass:"el-table_1_column_1",staticStyle:{width:"36px"},attrs:{rowspan:"1",colspan:"1"}},["object"==t.type||"array"==t.type?a("div",{staticClass:"cell"},[a("i",{staticClass:"el-icon-minus"})]):e._e()]),e._v(" "),a("td",{staticClass:"el-table_1_column_1",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-checkbox",{attrs:{disabled:t.isRootKeyFlag},on:{change:function(a){e.changeCheck(t,r)}},model:{value:t.isRootKey,callback:function(a){e.$set(t,"isRootKey",a)},expression:"itemValue.isRootKey"}})],1)]),e._v(" "),"0"==e.interfaceType?a("td",{staticClass:"el-table_1_column_1",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-input",{staticClass:"w-110",attrs:{placeholder:"请输入参数名"},on:{blur:function(a){e.blurKey(t,r)}},model:{value:t.rootKey,callback:function(a){e.$set(t,"rootKey",a)},expression:"itemValue.rootKey"}})],1)]):e._e(),e._v(" "),"0"==e.interfaceType?a("td",{staticClass:"el-table_1_column_2",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-select",{attrs:{placeholder:"请选择参数位置"},model:{value:t.backendOriginType,callback:function(a){e.$set(t,"backendOriginType",a)},expression:"itemValue.backendOriginType"}},[a("el-option",{attrs:{label:"header",value:"header"}}),e._v(" "),a("el-option",{attrs:{label:"query",value:"query"}}),e._v(" "),a("el-option",{attrs:{label:"body",value:"body"}})],1)],1)]):e._e(),e._v(" "),a("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[e._v(e._s(t.type))])]),e._v(" "),a("td",{staticClass:"el-table_1_column_4",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-input",{staticClass:"w-110",attrs:{placeholder:"请输入参数值"},model:{value:t.defaultVal,callback:function(a){e.$set(t,"defaultVal",a)},expression:"itemValue.defaultVal"}})],1)]),e._v(" "),"1"==e.interfaceType?a("td",{staticClass:"el-table_1_column_4",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-input",{staticClass:"w-110",attrs:{placeholder:"请输入包路径"},model:{value:t.objectClass,callback:function(a){e.$set(t,"objectClass",a)},expression:"itemValue.objectClass"}})],1)]):e._e(),e._v(" "),"1"==e.interfaceType?a("td",{staticClass:"el-table_1_column_4",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-input",{staticClass:"w-110",attrs:{placeholder:"请输入排序"},model:{value:t.sort,callback:function(a){e.$set(t,"sort",a)},expression:"itemValue.sort"}})],1)]):e._e()])])]),e._v(" "),"array"==t.type?a("back-table-row",{key:s+"122"+r,staticClass:"el-table__row child-row",attrs:{interfaceType:e.interfaceType,itemData:t},on:{changeData:e.changeData}}):e._e(),e._v(" "),"object"==t.type?a("back-table-row",{key:s+"122"+r,staticClass:"el-table__row child-row",attrs:{interfaceType:e.interfaceType,itemData:t},on:{changeData:e.changeData}}):e._e()]})],2):e._e(),e._v(" "),"array"==e.itemData.type?a("div",[e._l(e.itemData.items.properties,function(t,r,s){return[t.constFlag?e._e():a("table",{key:s+r+121,staticClass:"el-table__body",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[a("tbody",[a("tr",{staticClass:"el-table__row"},[a("td",{staticClass:"el-table_1_column_1",staticStyle:{width:"36px"},attrs:{rowspan:"1",colspan:"1"}},["object"==t.type||"array"==t.type?a("div",{staticClass:"cell"},[a("i",{staticClass:"el-icon-minus"})]):e._e()]),e._v(" "),a("td",{staticClass:"el-table_1_column_1",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-checkbox",{attrs:{disabled:t.isRootKeyFlag},on:{change:function(a){e.changeCheck(t,r)}},model:{value:t.isRootKey,callback:function(a){e.$set(t,"isRootKey",a)},expression:"itemValue.isRootKey"}})],1)]),e._v(" "),"0"==e.interfaceType?a("td",{staticClass:"el-table_1_column_1",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-input",{staticClass:"w-110",attrs:{placeholder:"请输入参数名"},on:{blur:function(a){e.blurKey(t,r)}},model:{value:t.rootKey,callback:function(a){e.$set(t,"rootKey",a)},expression:"itemValue.rootKey"}})],1)]):e._e(),e._v(" "),"0"==e.interfaceType?a("td",{staticClass:"el-table_1_column_2",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-select",{attrs:{placeholder:"请选择参数位置"},model:{value:t.backendOriginType,callback:function(a){e.$set(t,"backendOriginType",a)},expression:"itemValue.backendOriginType"}},[a("el-option",{attrs:{label:"header",value:"header"}}),e._v(" "),a("el-option",{attrs:{label:"query",value:"query"}}),e._v(" "),a("el-option",{attrs:{label:"body",value:"body"}})],1)],1)]):e._e(),e._v(" "),a("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[e._v(e._s(t.type))])]),e._v(" "),a("td",{staticClass:"el-table_1_column_4",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-input",{staticClass:"w-110",attrs:{placeholder:"请输入参数值"},model:{value:t.defaultVal,callback:function(a){e.$set(t,"defaultVal",a)},expression:"itemValue.defaultVal"}})],1)]),e._v(" "),"1"==e.interfaceType?a("td",{staticClass:"el-table_1_column_4",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-input",{staticClass:"w-110",attrs:{placeholder:"请输入包路径"},model:{value:t.objectClass,callback:function(a){e.$set(t,"objectClass",a)},expression:"itemValue.objectClass"}})],1)]):e._e(),e._v(" "),"1"==e.interfaceType?a("td",{staticClass:"el-table_1_column_4",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-input",{staticClass:"w-110",attrs:{placeholder:"请输入排序"},model:{value:t.sort,callback:function(a){e.$set(t,"sort",a)},expression:"itemValue.sort"}})],1)]):e._e()])])]),e._v(" "),"array"==t.type?a("back-table-row",{key:s+"122"+r,staticClass:"el-table__row child-row",attrs:{interfaceType:e.interfaceType,itemData:t},on:{changeData:e.changeData}}):e._e(),e._v(" "),"object"==t.type?a("back-table-row",{key:s+"122"+r,staticClass:"el-table__row child-row",attrs:{interfaceType:e.interfaceType,itemData:t},on:{changeData:e.changeData}}):e._e()]})],2):e._e()])},staticRenderFns:[]};var J=a("VU/8")(S,B,!1,function(e){a("G6J0")},"data-v-5ab73dca",null).exports,V={name:"back-constant",props:{itemData:{type:Object,default:function(){return{}}},interfaceType:{type:[String,Number],default:function(){return"0"}}},data:function(){return{trData:{type:"object",properties:{name:{frontOriginType:"header",backendOriginType:"header",type:"string",constFlag:!0,currentKey:"name",isBackendField:0,defaultVal:"val",isRootKey:0,isRootKeyFlag:!1,rootKey:"",objectClass:"",description:"描述",example:"示例",check:!0}}},keyLength:1}},methods:{blurKey:function(e,t){e.currentKey!=t&&(this.$set(this.itemData.properties,e.currentKey,e),this.$delete(this.itemData.properties,t))},handleDel:function(e,t,a){this.$delete(this.itemData.properties,t)},toAddItem:function(){var e=this.keyLength++;this.$set(this.itemData.properties,"field"+e,{frontOriginType:"header",backendOriginType:"header",type:"string",currentKey:"field"+e,constFlag:!0,isBackendField:0,defaultVal:"",isRootKey:0,isRootKeyFlag:!1,rootKey:"",objectClass:"",description:"描述",example:"示例",check:!0})}},watch:{itemData:function(e,t){this.trData=JSON.parse(c()(e))},interfaceType:function(e,t){this.backType=e}},mounted:function(){this.trData=JSON.parse(c()(this.itemData))}},P={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("div",{staticClass:"el-table el-table--fit el-table--enable-row-hover el-table--enable-row-transition",staticStyle:{width:"100%","table-layout":"fixed"}},[a("div",{staticClass:"el-table__header-wrapper"},[a("table",{staticClass:"el-table__header",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[a("thead",{staticClass:"has-gutter"},[a("tr",{},[e._m(0),e._v(" "),"0"==e.interfaceType?a("th",{staticClass:"el-table_1_column_2 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("参数位置")])]):e._e(),e._v(" "),e._m(1),e._v(" "),e._m(2),e._v(" "),e._m(3)])])])]),e._v(" "),a("div",{staticClass:"el-table__body-wrapper is-scrolling-none"},[a("div",{staticClass:"table-content"},[e._l(e.itemData.properties,function(t,r,s){return[t.constFlag?a("table",{key:s+r+121,staticClass:"el-table__body",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[a("tbody",[a("tr",{staticClass:"el-table__row"},[a("td",{staticClass:"el-table_1_column_1",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-input",{attrs:{placeholder:"请输入参数名"},on:{blur:function(a){e.blurKey(t,r)}},model:{value:t.currentKey,callback:function(a){e.$set(t,"currentKey",a)},expression:"itemValue.currentKey"}})],1)]),e._v(" "),"0"==e.interfaceType?a("td",{staticClass:"el-table_1_column_2",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-select",{attrs:{placeholder:"请选择参数位置"},model:{value:t.backendOriginType,callback:function(a){e.$set(t,"backendOriginType",a)},expression:"itemValue.backendOriginType"}},[a("el-option",{attrs:{label:"header",value:"header"}}),e._v(" "),a("el-option",{attrs:{label:"query",value:"query"}}),e._v(" "),a("el-option",{attrs:{label:"body",value:"body"}})],1)],1)]):e._e(),e._v(" "),a("td",{staticClass:"el-table_1_column_2",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-select",{attrs:{placeholder:"请选择参数类型"},model:{value:t.type,callback:function(a){e.$set(t,"type",a)},expression:"itemValue.type"}},[a("el-option",{attrs:{label:"string",value:"string"}}),e._v(" "),a("el-option",{attrs:{label:"number",value:"number"}}),e._v(" "),a("el-option",{attrs:{label:"boolean",value:"boolean"}}),e._v(" "),a("el-option",{attrs:{label:"integer",value:"integer"}})],1)],1)]),e._v(" "),a("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-input",{attrs:{placeholder:"默认值"},model:{value:t.defaultVal,callback:function(a){e.$set(t,"defaultVal",a)},expression:"itemValue.defaultVal"}})],1)]),e._v(" "),a("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleDel(t,r,s)}}},[e._v("删除")])],1)])])])]):e._e()]})],2)])]),e._v(" "),a("div",{staticClass:"add-line text-center",on:{click:e.toAddItem}},[a("i",{staticClass:"el-icon-circle-plus-outline color-5584FF"}),a("span",{staticClass:"color-5584FF font-14 p-l-4"},[e._v("添加常量参数")])])])},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("th",{staticClass:"el-table_1_column_1 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[t("div",{staticClass:"cell"},[this._v("参数名")])])},function(){var e=this.$createElement,t=this._self._c||e;return t("th",{staticClass:"el-table_1_column_2 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[t("div",{staticClass:"cell"},[this._v("参数类型")])])},function(){var e=this.$createElement,t=this._self._c||e;return t("th",{staticClass:"el-table_1_column_4 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[t("div",{staticClass:"cell"},[this._v("参数值")])])},function(){var e=this.$createElement,t=this._self._c||e;return t("th",{staticClass:"el-table_1_column_7 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[t("div",{staticClass:"cell"},[this._v("操作")])])}]};var N=a("VU/8")(V,P,!1,function(e){a("Jd8v")},"data-v-6dfcd46a",null).exports,A={name:"create-backend",components:{limitTextarea:d.a,limitInput:f.a,backTableLeft:q,backConstant:N,backTableRight:J},data:function(){var e=this;return{apiInfoData:{interfaceType:"0",version:"",backendRequestType:"GET",backendHttpPath:"",dubboInterface:"",dubboMethod:"",dubboVersion:"",proxyCode:"",timeout:2e4},backHeaderData:{},backQueryData:{},backBodyJsonData:{},backBodyFormData:{},rules:{version:[{required:!0,message:"请输入API版本号",trigger:"blur"}],backendRequestType:[{required:!0,message:"请选择请求类型",trigger:"blur"}],backendHttpPath:[{required:!0,validator:function(t,a,r){""===a&&"0"==e.apiInfoData.interfaceType?r(new Error("请输入请求路径")):r()},trigger:"blur"}],timeout:[{required:!0,message:"请输入超时时长",trigger:"blur"}],dubboInterface:[{required:!0,validator:function(t,a,r){""===a&&"1"==e.apiInfoData.interfaceType?r(new Error("请输入dubbo接口名称")):r()},trigger:"blur"}],dubboMethod:[{required:!0,validator:function(t,a,r){""===a&&"1"==e.apiInfoData.interfaceType?r(new Error("请输入dubbo请求方法")):r()},trigger:"blur"}],dubboVersion:[{required:!0,validator:function(t,a,r){""===a&&"1"==e.apiInfoData.interfaceType?r(new Error("请输入请求版本号")):r()},trigger:"blur"}],proxyCode:[{required:!0,validator:function(t,a,r){""===a&&"1"==e.apiInfoData.interfaceType?r(new Error("请选择注册中心地址")):r()},trigger:"blur"}]},envSetOptions:[],constData:{type:"object",level:1,properties:{}}}},methods:{changeType:function(e){var t=this;t.copyObj=JSON.parse(c()(t.apiInfoData)),t.getEnvSetData(),t.$nextTick(function(){t.$refs.backForm.resetFields(),t.apiInfoData={interfaceType:e,version:t.copyObj.version,backendRequestType:t.copyObj.backendRequestType,backendHttpPath:t.copyObj.backendHttpPath,dubboInterface:t.copyObj.dubboInterface,dubboMethod:t.copyObj.dubboMethod,dubboVersion:t.copyObj.dubboVersion,proxyCode:t.copyObj.proxyCode,timeout:t.copyObj.timeout}})},changeData:function(e,t){var a=this;return u()(i.a.mark(function r(){var s,n;return i.a.wrap(function(r){for(;;)switch(r.prev=r.next){case 0:if(s=a,n=!0,t||"object"!=e.type||!o()(e.properties).length){r.next=6;break}return r.next=5,s.handleDisable(e.properties);case 5:n=r.sent;case 6:if(t||"array"!=e.type||!o()(e.items.properties).length){r.next=10;break}return r.next=9,s.handleDisable(e.items.properties);case 9:n=r.sent;case 10:e.isRootKeyFlag=0==n||!!t;case 11:case"end":return r.stop()}},r,a)}))()},handleDisable:function(e){var t=this;return u()(i.a.mark(function a(){var r,s,n;return i.a.wrap(function(a){for(;;)switch(a.prev=a.next){case 0:r=t,s=!0,a.t0=i.a.keys(e);case 3:if((a.t1=a.t0()).done){a.next=18;break}if(n=a.t1.value,!e[n].isRootKey){a.next=8;break}return s=!1,a.abrupt("break",18);case 8:if("object"!=e[n].type||!o()(e[n].properties).length){a.next=12;break}return a.next=11,r.handleDisable(e[n].properties);case 11:s=a.sent;case 12:if("array"!=e[n].type||!o()(e[n].items.properties).length){a.next=16;break}return a.next=15,r.handleDisable(e[n].items.properties);case 15:s=a.sent;case 16:a.next=3;break;case 18:return a.abrupt("return",s);case 19:case"end":return a.stop()}},a,t)}))()},submitback:function(){this.$emit("submitBack")},submitForm:function(e){var t=this;t.$refs[e].validate(function(e){if(!e)return!1;t.handlebackData()})},handlebackData:function(){var e=this;return u()(i.a.mark(function t(){var a,r,s,n,l,c,p,u;return i.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return a=e,r=[].concat(k()(o()(a.constData.properties))),t.next=4,Object(O.b)(r);case 4:if(!t.sent){t.next=8;break}return y.a.showmsg("参数名重复","warning"),t.abrupt("return",!1);case 8:if(s=!0,1!=a.apiInfoData.interfaceType||!o()(a.backHeaderData).length||!o()(a.backHeaderData.properties).length){t.next=18;break}t.t0=i.a.keys(a.backHeaderData.properties);case 11:if((t.t1=t.t0()).done){t.next=18;break}if(n=t.t1.value,!a.backHeaderData.properties[n].isRootKey||a.backHeaderData.properties[n].objectClass){t.next=16;break}return s=!1,t.abrupt("break",18);case 16:t.next=11;break;case 18:if(1!=a.apiInfoData.interfaceType||!o()(a.backQueryData).length||!o()(a.backQueryData.properties).length){t.next=27;break}t.t2=i.a.keys(a.backQueryData.properties);case 20:if((t.t3=t.t2()).done){t.next=27;break}if(l=t.t3.value,!a.backQueryData.properties[l].isRootKey||a.backQueryData.properties[l].objectClass){t.next=25;break}return s=!1,t.abrupt("break",27);case 25:t.next=20;break;case 27:if(1!=a.apiInfoData.interfaceType||!o()(a.backBodyFormData).length||!o()(a.backBodyFormData.properties).length){t.next=36;break}t.t4=i.a.keys(a.backBodyFormData.properties);case 29:if((t.t5=t.t4()).done){t.next=36;break}if(c=t.t5.value,!a.backBodyFormData.properties[c].isRootKey||a.backBodyFormData.properties[c].objectClass){t.next=34;break}return s=!1,t.abrupt("break",36);case 34:t.next=29;break;case 36:if(1!=a.apiInfoData.interfaceType||!o()(a.backBodyJsonData).length||!o()(a.backBodyJsonData.properties).length){t.next=54;break}t.t6=i.a.keys(a.backBodyJsonData.properties);case 38:if((t.t7=t.t6()).done){t.next=54;break}if(p=t.t7.value,!a.backBodyJsonData.properties[p].isRootKey||a.backBodyJsonData.properties[p].objectClass){t.next=43;break}return s=!1,t.abrupt("break",54);case 43:if(!o()(a.backBodyJsonData.properties[p].properties).length){t.next=52;break}t.t8=i.a.keys(a.backBodyJsonData.properties[p].properties);case 45:if((t.t9=t.t8()).done){t.next=52;break}if(u=t.t9.value,!a.backBodyJsonData.properties[p].properties[u].isRootKey||a.backBodyJsonData.properties[p].properties[u].objectClass){t.next=50;break}return s=!1,t.abrupt("break",52);case 50:t.next=45;break;case 52:t.next=38;break;case 54:if(s){t.next=57;break}return y.a.showmsg("请完善参数","warning"),t.abrupt("return",!1);case 57:a.apiInfoData.backHeaderData=a.backHeaderData,a.apiInfoData.backQueryData=a.backQueryData,a.apiInfoData.backBodyJsonData=a.backBodyJsonData,a.apiInfoData.backBodyFormData=a.backBodyFormData,a.apiInfoData.constData=a.constData,a.$emit("submitNext",a.apiInfoData),a.$store.dispatch("saveBackInfo",a.apiInfoData),a.$store.dispatch("clearTempBackData");case 65:case"end":return t.stop()}},t,e)}))()},getEnvSetData:function(){var e=this,t={search:e.searchValue,pageNum:e.currentPage,pageSize:100,proxyType:e.apiInfoData.interfaceType||"http"};Object(b.b)("/gateway-manage/page-proxy",t).then(function(t){var a=t.data;if("0000"==a.code)return e.envSetOptions=a.result.result||[],void(e.totalCount=a.result.totalCount);h.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})},handleFrontData:function(){var e=this;return u()(i.a.mark(function t(){var a,r,s,n,l,p;return i.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(a=e,r=JSON.parse(c()(a.$store.state.frontInfo)),console.log("header 数据:",r),o()(r.headerData).length){for(s in r.headerData.properties)r.headerData.properties[s].isRootKey=""===r.headerData.properties[s].isRootKey||r.headerData.properties[s].isRootKey,r.headerData.properties[s].rootKey=r.headerData.properties[s].rootKey?r.headerData.properties[s].rootKey:s,r.headerData.properties[s].backendOriginType=r.headerData.properties[s].backendOriginType,r.headerData.properties[s].isBackendField=1;a.backHeaderData=JSON.parse(c()(r.headerData)),a.frontHeaderData=JSON.parse(c()(r.headerData))}if(o()(r.queryData).length){for(n in r.queryData.properties)r.queryData.properties[n].isRootKey=""===r.queryData.properties[n].isRootKey||r.queryData.properties[n].isRootKey,r.queryData.properties[n].rootKey=r.queryData.properties[n].rootKey?r.queryData.properties[n].rootKey:n,r.queryData.properties[n].backendOriginType=r.queryData.properties[n].backendOriginType,r.queryData.properties[n].isBackendField=1;a.backQueryData=JSON.parse(c()(r.queryData)),a.frontQueryData=JSON.parse(c()(r.queryData))}if(o()(r.bodyFormData).length){for(l in r.bodyFormData.properties)r.bodyFormData.properties[l].isRootKey=""===r.bodyFormData.properties[l].isRootKey||r.bodyFormData.properties[l].isRootKey,r.bodyFormData.properties[l].rootKey=r.bodyFormData.properties[l].rootKey?r.bodyFormData.properties[l].rootKey:l,r.bodyFormData.properties[l].backendOriginType=r.bodyFormData.properties[l].backendOriginType,r.bodyFormData.properties[l].isBackendField=1;a.backBodyFormData=JSON.parse(c()(r.bodyFormData)),a.frontBodyFormData=JSON.parse(c()(r.bodyFormData))}if(!o()(r.bodyJsonData).length){t.next=24;break}t.t0=i.a.keys(r.bodyJsonData.properties);case 8:if((t.t1=t.t0()).done){t.next=22;break}if(p=t.t1.value,r.bodyJsonData.properties[p].isRootKey=""===r.bodyJsonData.properties[p].isRootKey||r.bodyJsonData.properties[p].isRootKey,r.bodyJsonData.properties[p].rootKey=r.bodyJsonData.properties[p].rootKey?r.bodyJsonData.properties[p].rootKey:p,r.bodyJsonData.properties[p].backendOriginType=r.bodyJsonData.properties[p].backendOriginType,r.bodyJsonData.properties[p].isBackendField=1,"array"!=r.bodyJsonData.properties[p].type||!o()(r.bodyJsonData.properties[p].items.properties).length){t.next=17;break}return t.next=17,a.handleArrObjData(r.bodyJsonData.properties[p].items.properties);case 17:if("object"!=r.bodyJsonData.properties[p].type||!o()(r.bodyJsonData.properties[p].properties).length){t.next=20;break}return t.next=20,a.handleArrObjData(r.bodyJsonData.properties[p].properties);case 20:t.next=8;break;case 22:a.backBodyJsonData=JSON.parse(c()(r.bodyJsonData)),a.frontBodyJsonData=JSON.parse(c()(r.bodyJsonData));case 24:a.$forceUpdate();case 25:case"end":return t.stop()}},t,e)}))()},handleArrObjData:function(e){var t=this;return u()(i.a.mark(function a(){var r,s;return i.a.wrap(function(a){for(;;)switch(a.prev=a.next){case 0:r=t,a.t0=i.a.keys(e);case 2:if((a.t1=a.t0()).done){a.next=18;break}if(s=a.t1.value,e[s].isRootKey=""===e[s].isRootKey||e[s].isRootKey,e[s].isRootKeyFlag=""===e[s].isRootKeyFlag||e[s].isRootKeyFlag,e[s].rootKey=e[s].rootKey?e[s].rootKey:s,e[s].isBackendField=1,"array"!=e[s].type||!o()(e[s].items.properties).length){a.next=12;break}return e[s].isRootKeyFlag=""===e[s].isRootKeyFlag||e[s].isRootKeyFlag,a.next=12,r.handleArrObjData(e[s].items.properties);case 12:if("object"!=e[s].type||!o()(e[s].properties).length){a.next=16;break}return e[s].isRootKeyFlag=""===e[s].isRootKeyFlag||e[s].isRootKeyFlag,a.next=16,r.handleArrObjData(e[s].properties);case 16:a.next=2;break;case 18:return a.abrupt("return",e);case 19:case"end":return a.stop()}},a,t)}))()},handleStoreData:function(){this.apiInfoData=JSON.parse(c()(this.$store.state.backInfo)),this.constData=this.apiInfoData.constData}},mounted:function(){this.getEnvSetData(),this.handleFrontData(),o()(this.$store.state.backInfo).length&&this.handleStoreData()}},E={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"back-info-show border-box"},[a("el-form",{ref:"backForm",attrs:{"label-width":"129px",model:e.apiInfoData,rules:e.rules}},[a("el-form-item",{attrs:{label:"后端服务:",prop:"interfaceType"}},[a("el-radio-group",{on:{change:e.changeType},model:{value:e.apiInfoData.interfaceType,callback:function(t){e.$set(e.apiInfoData,"interfaceType",t)},expression:"apiInfoData.interfaceType"}},[a("el-radio",{attrs:{label:"0"}},[e._v("http")]),e._v(" "),a("el-radio",{attrs:{label:"1"}},[e._v("dubbo")])],1)],1),e._v(" "),0==e.apiInfoData.interfaceType?a("el-form-item",{attrs:{label:"请求类型:",prop:"backendRequestType"}},[a("el-select",{attrs:{placeholder:"请选择"},model:{value:e.apiInfoData.backendRequestType,callback:function(t){e.$set(e.apiInfoData,"backendRequestType",t)},expression:"apiInfoData.backendRequestType"}},[a("el-option",{attrs:{label:"GET",value:"GET"}}),e._v(" "),a("el-option",{attrs:{label:"POST",value:"POST"}})],1)],1):e._e(),e._v(" "),a("el-form-item",{attrs:{label:"API版本号",prop:"version"}},[a("limitInput",{attrs:{inputWidth:329,inputValue:e.apiInfoData.version,holder:"请输入API版本号",getByType:"word",maxLength:20},on:{"update:inputValue":function(t){e.$set(e.apiInfoData,"version",t)}}})],1),e._v(" "),1==e.apiInfoData.interfaceType?a("el-form-item",{attrs:{label:"dubbo接口名称:",prop:"dubboInterface"}},[a("limitInput",{attrs:{inputWidth:329,inputValue:e.apiInfoData.dubboInterface,holder:"请输入dubbo接口名称",getByType:"word",maxLength:100},on:{"update:inputValue":function(t){e.$set(e.apiInfoData,"dubboInterface",t)}}})],1):e._e(),e._v(" "),1==e.apiInfoData.interfaceType?a("el-form-item",{attrs:{label:"dubbo请求方法:",prop:"dubboMethod"}},[a("limitInput",{attrs:{inputWidth:329,inputValue:e.apiInfoData.dubboMethod,holder:"请输入dubbo请求方法",getByType:"word",maxLength:20},on:{"update:inputValue":function(t){e.$set(e.apiInfoData,"dubboMethod",t)}}})],1):e._e(),e._v(" "),0==e.apiInfoData.interfaceType?a("el-form-item",{attrs:{label:"请求路径:",prop:"backendHttpPath"}},[a("el-input",{staticClass:"w-329",model:{value:e.apiInfoData.backendHttpPath,callback:function(t){e.$set(e.apiInfoData,"backendHttpPath",t)},expression:"apiInfoData.backendHttpPath"}})],1):e._e(),e._v(" "),a("el-form-item",{attrs:{label:1==e.apiInfoData.interfaceType?"注册中心地址:":"配置code",prop:"proxyCode"}},[a("el-select",{attrs:{placeholder:"请选择"},model:{value:e.apiInfoData.proxyCode,callback:function(t){e.$set(e.apiInfoData,"proxyCode",t)},expression:"apiInfoData.proxyCode"}},e._l(e.envSetOptions,function(e){return a("el-option",{key:e.proxyCode,attrs:{label:e.proxyName,value:e.proxyCode}})}))],1),e._v(" "),1==e.apiInfoData.interfaceType?a("el-form-item",{attrs:{label:"请求版本号",prop:"dubboVersion"}},[a("limitInput",{attrs:{inputWidth:329,inputValue:e.apiInfoData.dubboVersion,holder:"请输入请求版本号",getByType:"word",maxLength:20},on:{"update:inputValue":function(t){e.$set(e.apiInfoData,"dubboVersion",t)}}})],1):e._e(),e._v(" "),a("el-form-item",{attrs:{label:"超时时长:",prop:"timeout"}},[a("el-input-number",{attrs:{"controls-position":"right",min:1,max:1e9},model:{value:e.apiInfoData.timeout,callback:function(t){e.$set(e.apiInfoData,"timeout",t)},expression:"apiInfoData.timeout"}})],1),e._v(" "),a("el-form-item",{staticClass:"color-303133 font-w-700",attrs:{label:"参数配置"}},[a("div",{staticClass:"back-data-wrap font-0"},[a("div",{staticClass:"el-table el-table--fit el-table--enable-row-hover el-table--enable-row-transition inline-block vertical-top",staticStyle:{width:"30%","table-layout":"fixed"}},[a("div",{staticClass:"el-table__header-wrapper"},[a("table",{staticClass:"el-table__header",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[a("thead",{staticClass:"has-gutter"},[a("tr",{},[a("th",{staticClass:"el-table_1_column_1 is-leaf",staticStyle:{width:"36px"},attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"})]),e._v(" "),a("th",{staticClass:"el-table_1_column_1 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("参数名")])]),e._v(" "),a("th",{staticClass:"el-table_1_column_2 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("参数位置")])]),e._v(" "),a("th",{staticClass:"el-table_1_column_3 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("参数类型")])])])])])]),e._v(" "),a("div",{staticClass:"el-table__body-wrapper is-scrolling-none back-table-left"},[a("div",{staticClass:"table-content"},[e.backHeaderData.properties&&Object.keys(e.backHeaderData.properties).length?a("back-table-left",{attrs:{itemData:e.frontHeaderData}}):e._e(),e._v(" "),e.backQueryData.properties&&Object.keys(e.backQueryData.properties).length?a("back-table-left",{attrs:{itemData:e.frontQueryData}}):e._e(),e._v(" "),e.backBodyJsonData.properties&&Object.keys(e.backBodyJsonData.properties).length?a("back-table-left",{attrs:{itemData:e.frontBodyJsonData}}):e._e(),e._v(" "),e.backBodyFormData.properties&&Object.keys(e.backBodyFormData.properties).length?a("back-table-left",{attrs:{itemData:e.frontBodyFormData}}):e._e()],1)])]),e._v(" "),a("div",{staticClass:"el-table el-table--fit el-table--enable-row-hover el-table--enable-row-transition inline-block vertical-top",staticStyle:{width:"70%","table-layout":"fixed"}},[a("div",{staticClass:"el-table__header-wrapper"},[a("table",{staticClass:"el-table__header",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[a("thead",{staticClass:"has-gutter"},[a("tr",{},[a("th",{staticClass:"el-table_1_column_1 is-leaf",staticStyle:{width:"36px"},attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"})]),e._v(" "),a("th",{staticClass:"el-table_1_column_1 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("是否后端参数")])]),e._v(" "),"0"==e.apiInfoData.interfaceType?a("th",{staticClass:"el-table_1_column_1 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("参数名映射")])]):e._e(),e._v(" "),0==e.apiInfoData.interfaceType?a("th",{staticClass:"el-table_1_column_2 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("参数位置")])]):e._e(),e._v(" "),a("th",{staticClass:"el-table_1_column_3 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("参数类型")])]),e._v(" "),a("th",{staticClass:"el-table_1_column_4 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("参数值")])]),e._v(" "),1==e.apiInfoData.interfaceType?a("th",{staticClass:"el-table_1_column_4 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("包路径")])]):e._e(),e._v(" "),1==e.apiInfoData.interfaceType?a("th",{staticClass:"el-table_1_column_4 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("排序")])]):e._e()])])])]),e._v(" "),a("div",{staticClass:"el-table__body-wrapper is-scrolling-none"},[a("div",{staticClass:"table-content"},[e.backHeaderData.properties&&Object.keys(e.backHeaderData.properties).length?a("back-table-right",{attrs:{itemData:e.backHeaderData,interfaceType:e.apiInfoData.interfaceType}}):e._e(),e._v(" "),e.backQueryData.properties&&Object.keys(e.backQueryData.properties).length?a("back-table-right",{attrs:{itemData:e.backQueryData,interfaceType:e.apiInfoData.interfaceType}}):e._e(),e._v(" "),e.backBodyJsonData.properties&&Object.keys(e.backBodyJsonData.properties).length?a("back-table-right",{attrs:{itemData:e.backBodyJsonData,interfaceType:e.apiInfoData.interfaceType},on:{changeData:e.changeData}}):e._e(),e._v(" "),e.backBodyFormData.properties&&Object.keys(e.backBodyFormData.properties).length?a("back-table-right",{attrs:{itemData:e.backBodyFormData,interfaceType:e.apiInfoData.interfaceType}}):e._e()],1)])])]),e._v(" "),a("div",{staticClass:"constant-wrap"},[a("back-constant",{attrs:{itemData:e.constData,interfaceType:e.apiInfoData.interfaceType}})],1)]),e._v(" "),a("el-form-item",[a("el-button",{attrs:{type:"primary"},on:{click:e.submitback}},[e._v("上一步")]),e._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:function(t){e.submitForm("backForm")}}},[e._v("下一步")])],1)],1)],1)},staticRenderFns:[]};var L=a("VU/8")(A,E,!1,function(e){a("LCwV")},"data-v-655c59d5",null).exports,H=a("woOf"),U=a.n(H),Q={name:"body-row",props:{itemData:{type:Object,default:function(){return{}}}},data:function(){return{trData:{},keyLength:1}},methods:{blurKey:function(e,t){e.currentKey!=t&&(this.$set(this.itemData.properties,e.currentKey,e),this.$delete(this.itemData.properties,t))},updateKey:function(e){for(var t in e)t!=e[t].currentKey&&(e[t].pkey=e[e[t].currentKey]=e[t],this.$delete(e,t)),e[t]&&"object"==e[t].type&&o()(e[t].properties).length&&this.updateKey(e[t].properties),e[t]&&"array"==e[t].type&&o()(e[t].items.properties).length&&this.updateKey(e[t].items.properties)},handleDel:function(e,t,a,r){var s=this;return u()(i.a.mark(function a(){var r;return i.a.wrap(function(a){for(;;)switch(a.prev=a.next){case 0:return r=s,a.next=3,r.updateKey(r.itemData.properties);case 3:if(e){a.next=6;break}return r.$delete(r.itemData.properties,t),a.abrupt("return",!1);case 6:r.handleDelData(r.itemData,e,t);case 7:case"end":return a.stop()}},a,s)}))()},handleDelData:function(e,t,a){this.handleObjData(e,t,a)},handleObjData:function(e,t,a){for(var r in e)e[r]==t&&this.$delete(e.properties,a)},changeType:function(e,t,a,r){"string"!=e&&"boolean"!=e&&"number"!=e&&"object"!=e||(t.properties={},t.hasOwnProperty("items")&&this.$delete(t,"items")),"array"==e&&this.$set(t,"items",{parentKey:a,currentKey:"items",level:parseInt(r)+1,type:"string",defaultVal:"val",description:"描述",example:"示例",properties:{}}),this.$forceUpdate()},handleAdd:function(e,t,a,r){var s=this.keyLength++;if("array"==e.type)return this.$set(e.items.properties,"field"+s,{parentKey:t,level:parseInt(r)+1,type:"string",currentKey:"field"+s,defaultVal:"val",description:"描述",example:"示例",properties:{}}),this.$forceUpdate(),!1;this.$set(e.properties,"field"+s,{parentKey:t,level:parseInt(r)+1,type:"string",currentKey:"field"+s,defaultVal:"val",description:"描述",example:"示例",properties:{}}),this.$forceUpdate()}},watch:{itemData:function(e,t){e&&(this.trData=JSON.parse(c()(e)))}},mounted:function(){this.trData=JSON.parse(c()(this.itemData))}},M={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[e._l(e.itemData.properties,function(t,r,s){return[a("table",{key:s+r+121,staticClass:"el-table__body",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[a("tbody",[a("tr",{staticClass:"el-table__row"},[a("td",{staticClass:"el-table_1_column_1",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-input",{attrs:{disabled:"array"==t.type||"object"==t.type},on:{blur:function(a){e.blurKey(t,r)}},model:{value:t.currentKey,callback:function(a){e.$set(t,"currentKey",a)},expression:"itemValue.currentKey"}})],1)]),e._v(" "),a("td",{staticClass:"el-table_1_column_2",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-select",{attrs:{placeholder:"请选择参数类型"},on:{change:function(a){e.changeType(t.type,t,t.currentKey,t.level)}},model:{value:t.type,callback:function(a){e.$set(t,"type",a)},expression:"itemValue.type"}},[a("el-option",{attrs:{label:"string",value:"string"}}),e._v(" "),a("el-option",{attrs:{label:"number",value:"number"}}),e._v(" "),a("el-option",{attrs:{label:"boolean",value:"boolean"}}),e._v(" "),a("el-option",{attrs:{label:"object",value:"object"}}),e._v(" "),a("el-option",{attrs:{label:"array",value:"array"}})],1)],1)]),e._v(" "),a("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},[a("el-input",{model:{value:t.example,callback:function(a){e.$set(t,"example",a)},expression:"itemValue.example"}})],1)]),e._v(" "),a("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[a("div",{staticClass:"cell"},["array"==t.type||"object"==t.type?a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleAdd(t,t.currentKey,s,t.level)}}},[e._v("添加子属性")]):e._e(),e._v(" "),a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleDel(t.parentKey,t.currentKey,s,t.level)}}},[e._v("删除")])],1)])])])]),e._v(" "),"array"==t.type&&Object.keys(t.items.properties).length?a("body-row",{key:s+"122"+r,staticClass:"el-table__row",staticStyle:{"padding-left":"10px"},attrs:{itemData:t.items}}):e._e(),e._v(" "),"object"==t.type&&Object.keys(t.properties).length?a("body-row",{key:s+"122"+r,staticClass:"el-table__row",staticStyle:{"padding-left":"10px"},attrs:{itemData:t}}):e._e()]})],2)},staticRenderFns:[]};var G=a("VU/8")(Q,M,!1,function(e){a("Ecbc")},"data-v-f853e398",null).exports,z={name:"create-front",components:{limitTextarea:d.a,limitInput:f.a,headerParam:C,resultTable:G},data:function(){return{apiInfoData:{resultParams:{},sucReturn:"",errReturn:"",errCode:[],sceneCode:""},errOptions:[],resultParams:{type:"object",level:1,properties:{root:{level:2,currentKey:"root",type:"object",defaultVal:"val",description:"描述",example:"示例",properties:{}}}},rules:{sucReturn:[{required:!0,message:"请输入成功返回示例",trigger:"blur"}],errReturn:[{required:!0,message:"请输入失败返回示例",trigger:"blur"}]},keyLength:1}},methods:{remoteMethod:function(e){""!==e?this.getErrcodeData(e):this.errOptions=[]},changeErr:function(e,t,a){e&&this.errOptions.forEach(function(t){e==t.errorCode&&(a.error_info=t.errorInfo)})},toAddItem:function(){var e=this.keyLength++;this.$set(this.resultParams.properties,"field"+e,{level:2,parentKey:"",type:"string",currentKey:"field"+e,defaultVal:"",description:"描述",example:"示例",properties:{}})},delErrorCode:function(e){this.apiInfoData.errCode.splice(e,1)},addErrCodeItem:function(){this.apiInfoData.errCode.push({error_code:"",error_info:"",orig_error_code:""})},submitback:function(){var e={resultParams:this.resultParams,sucReturn:this.apiInfoData.sucReturn,errReturn:this.apiInfoData.errReturn,errCode:this.apiInfoData.errCode,sceneCode:this.apiInfoData.sceneCode};this.$store.dispatch("saveResultInfo",e),this.$emit("submitBack")},submitForm:Object(O.a)(function(e){var t=this;t.$refs[e].validate(function(e){if(!e)return!1;t.handleFrontBackData()})},500),handleFrontData:function(){var e=this;return u()(i.a.mark(function t(){var a,r,s,n,l,p;return i.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if((a=e).apiInfoData.errCode.length){t.next=4;break}return y.a.showmsg("请完善错误码","warning"),t.abrupt("return",!1);case 4:return r=[].concat(k()(a.apiInfoData.errCode.map(function(e){return e.error_code}))),t.next=7,Object(O.b)(r);case 7:if(!t.sent){t.next=11;break}return y.a.showmsg("原始错误码重复","warning"),t.abrupt("return",!1);case 11:if(s={type:"object",level:1,properties:{},required:[]},n=JSON.parse(c()(a.$store.state.frontInfo)),s.properties=U()(n.queryData.properties,n.headerData.properties),"POST"==n.requestType&&"json"==n.frontBodyType){if(o()(n.bodyJsonData.properties.bodyRoot.properties).length)for(l in n.bodyJsonData.properties.bodyRoot.required=[],n.bodyJsonData.properties.bodyRoot.properties)n.bodyJsonData.properties.bodyRoot.properties[l].check&&n.bodyJsonData.properties.bodyRoot.required.push(l);s.properties=U()(n.queryData.properties,n.headerData.properties,n.bodyJsonData.properties)}if("POST"==n.requestType&&"form"==n.frontBodyType&&(s.properties=U()(n.queryData.properties,n.headerData.properties,n.bodyFormData.properties)),o()(s.properties).length)for(p in s.required=[],s.properties)s.properties[p].check&&s.required.push(p);return t.abrupt("return",s);case 18:case"end":return t.stop()}},t,e)}))()},handleBackData:function(){var e={type:"object",level:1,properties:{},required:[]},t=JSON.parse(c()(this.$store.state.backInfo)),a=JSON.parse(c()(this.$store.state.frontInfo));if(e.properties=U()(t.backQueryData.properties,t.backHeaderData.properties,t.constData.properties),"POST"==a.requestType&&"json"==a.frontBodyType){if(o()(t.backBodyJsonData.properties.bodyRoot.properties).length)for(var r in t.backBodyJsonData.properties.bodyRoot.required=[],t.backBodyJsonData.properties.bodyRoot.properties)t.backBodyJsonData.properties.bodyRoot.properties[r].check&&t.backBodyJsonData.properties.bodyRoot.required.push(r);e.properties=U()(t.backQueryData.properties,t.backHeaderData.properties,t.backBodyJsonData.properties,t.constData.properties)}if("POST"==a.requestType&&"form"==a.frontBodyType&&(e.properties=U()(t.backQueryData.properties,t.backHeaderData.properties,t.backBodyFormData.properties,t.constData.properties)),o()(e.properties).length)for(var s in e.required=[],e.properties)e.properties[s].check&&e.required.push(s);return e},handleFrontBackData:function(){var e=this;return u()(i.a.mark(function t(){var a,r,s;return i.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return a=e,t.next=3,a.handleFrontData();case 3:if(r=t.sent){t.next=6;break}return t.abrupt("return",!1);case 6:return t.next=8,a.handleBackData();case 8:return s=t.sent,t.next=11,a.toPostApi(r,s);case 11:case"end":return t.stop()}},t,e)}))()},toPostApi:function(e,t){var a=this,r={interfaceName:a.$store.state.baseInfo.interfaceName,interfaceGroupId:a.$route.query.interfaceGroupId,interfaceUrl:a.$store.state.baseInfo.interfaceUrl,interfaceDescribe:a.$store.state.baseInfo.interfaceDescribe,projectId:a.$route.query.projectId,target:a.$store.state.baseInfo.target,optType:a.$store.state.baseInfo.optType,protocol:a.$store.state.frontInfo.protocol,requestType:a.$store.state.frontInfo.requestType,frontBodyType:a.$store.state.frontInfo.frontBodyType,frontParams:c()(e),interfaceType:a.$store.state.backInfo.interfaceType,version:a.$store.state.backInfo.version,backendRequestType:a.$store.state.backInfo.backendRequestType,backendHttpPath:a.$store.state.backInfo.backendHttpPath,dubboInterface:a.$store.state.backInfo.dubboInterface,dubboMethod:a.$store.state.backInfo.dubboMethod,dubboVersion:a.$store.state.backInfo.dubboVersion,proxyCode:a.$store.state.backInfo.proxyCode,timeout:a.$store.state.backInfo.timeout,endParams:c()(t),resultParams:c()(a.resultParams),sucReturn:a.apiInfoData.sucReturn,errReturn:a.apiInfoData.errReturn,errCode:c()(a.apiInfoData.errCode),sceneCode:a.apiInfoData.sceneCode,interfaceId:a.$store.state.baseInfo.interfaceId,interfaceVersionId:a.$store.state.baseInfo.interfaceVersionId};Object(b.b)(a.$store.state.baseInfo.interfaceId?"/gateway-manage/update-api":"/gateway-manage/create-api",r).then(function(e){var t=e.data;if("0000"==t.code)return y.a.showmsg("保存成功","success"),a.$store.dispatch("clearApiData"),void a.$router.push("/apiListManage?interfaceId="+t.result.interfaceId+"&interfaceName="+t.result.interfaceName);h.a.errorMsg(t)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})},getErrcodeData:function(e){var t=this,a={pageNum:1,pageSize:100,search:e};Object(b.b)("/gateway-manage/page-error-setting",a).then(function(e){var a=e.data;"0000"!=a.code?h.a.errorMsg(a):t.errOptions=a.result.result||[]}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},handleStoreData:function(){this.apiInfoData=JSON.parse(c()(this.$store.state.resultInfo)),this.resultParams=this.apiInfoData.resultParams}},mounted:function(){this.getErrcodeData(),(this.$route.query.interfaceId||o()(this.$store.state.resultInfo).length)&&this.handleStoreData()}},W={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"result-info-show border-box"},[a("el-form",{ref:"resultForm",attrs:{"label-width":"114px",model:e.apiInfoData,rules:e.rules}},[a("el-form-item",{attrs:{label:"返回类型:"}},[e._v("json")]),e._v(" "),a("el-form-item",{attrs:{label:"返回参数:"}},[a("div",{staticClass:"body-param-wrap"},[a("div",{staticClass:"el-table el-table--fit el-table--enable-row-hover el-table--enable-row-transition",staticStyle:{width:"100%","table-layout":"fixed"}},[a("div",{staticClass:"el-table__header-wrapper"},[a("table",{staticClass:"el-table__header",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[a("thead",{staticClass:"has-gutter"},[a("tr",{},[a("th",{staticClass:"el-table_1_column_1 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("参数名")])]),e._v(" "),a("th",{staticClass:"el-table_1_column_2 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("参数类型")])]),e._v(" "),a("th",{staticClass:"el-table_1_column_5 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("示例值")])]),e._v(" "),a("th",{staticClass:"el-table_1_column_7 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[e._v("操作")])])])])])]),e._v(" "),a("div",{staticClass:"el-table__body-wrapper is-scrolling-none"},[a("div",{staticClass:"table-content"},[a("result-table",{ref:"resultBodyTable",attrs:{itemData:e.resultParams},on:{refreshData:e.refreshData}}),e._v(" "),a("div",{staticClass:"add-line text-center",on:{click:e.toAddItem}},[a("i",{staticClass:"el-icon-circle-plus-outline color-5584FF"}),a("span",{staticClass:"color-5584FF font-14 p-l-4"},[e._v("添加行")])])],1)])])])]),e._v(" "),a("el-form-item",{attrs:{label:"错误码映射:",prop:"errCode"}},[a("el-table",{staticStyle:{width:"100%"},attrs:{data:e.apiInfoData.errCode}},[a("el-table-column",{attrs:{label:"原始错误码"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"cell"},[a("el-input",{attrs:{placeholder:"请输入原始错误码"},model:{value:t.row.orig_error_code,callback:function(a){e.$set(t.row,"orig_error_code",a)},expression:"scope.row.orig_error_code"}})],1)]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"错误码映射"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"cell"},[a("el-select",{attrs:{placeholder:"请选择映射错误码"},on:{change:function(a){e.changeErr(a,t.$index,t.row)}},model:{value:t.row.error_code,callback:function(a){e.$set(t.row,"error_code",a)},expression:"scope.row.error_code"}},e._l(e.errOptions,function(e){return a("el-option",{key:e.errorCode,attrs:{label:e.errorCode,value:e.errorCode}})}))],1)]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"错误信息"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"cell"},[a("el-input",{attrs:{placeholder:"请输入错误信息"},model:{value:t.row.error_info,callback:function(a){e.$set(t.row,"error_info",a)},expression:"scope.row.error_info"}})],1)]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"操作"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"cell"},[a("el-button",{attrs:{type:"text"},on:{click:function(a){e.delErrorCode(t.$index)}}},[e._v("删除")])],1)]}}])})],1),e._v(" "),a("div",{staticClass:"add-line add-err-line text-center",on:{click:e.addErrCodeItem}},[a("i",{staticClass:"el-icon-circle-plus-outline color-5584FF"}),a("span",{staticClass:"color-5584FF font-14 p-l-4"},[e._v("添加错误码配置")])])],1),e._v(" "),a("el-form-item",{attrs:{label:"成功返回示例:",prop:"sucReturn"}},[a("el-input",{staticClass:"w-389",attrs:{type:"textarea",rows:3,placeholder:"请输入内容"},model:{value:e.apiInfoData.sucReturn,callback:function(t){e.$set(e.apiInfoData,"sucReturn",t)},expression:"apiInfoData.sucReturn"}})],1),e._v(" "),a("el-form-item",{attrs:{label:"失败返回示例:",prop:"errReturn"}},[a("el-input",{staticClass:"w-389",attrs:{type:"textarea",rows:3,placeholder:"请输入内容"},model:{value:e.apiInfoData.errReturn,callback:function(t){e.$set(e.apiInfoData,"errReturn",t)},expression:"apiInfoData.errReturn"}})],1),e._v(" "),a("el-form-item",[a("el-button",{attrs:{type:"primary"},on:{click:e.submitback}},[e._v("上一步")]),e._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:function(t){e.submitForm("resultForm")}}},[e._v("完 成")])],1)],1)],1)},staticRenderFns:[]};var Y=a("VU/8")(z,W,!1,function(e){a("qbog")},"data-v-f19760f2",null).exports,X={name:"createApi",components:{navBread:r.a,createBase:_,createFront:K,createBackend:L,createResult:Y},data:function(){return{navPath:[{name:"API管理",path:"/apiProgram"},{name:"API列表",path:"/apiList"},{name:this.$route.query.interfaceId?"编辑API":"创建API",path:""}],activeStep:1,stepData:[{stepName:"基础信息"},{stepName:"前端配置"},{stepName:"后端配置"},{stepName:"定义返回"}],projectId:this.$route.query.projectId,interfaceGroupId:this.$route.query.interfaceGroupId}},methods:{submitNext:function(){this.activeStep++},submitBack:function(){this.activeStep--}},watch:{$route:{handler:function(e,t){},deep:!0}},mounted:function(){this.$emit("showTab",22)},beforeDestroy:function(){this.$store.dispatch("clearApiData")}},Z={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"api-body-content border-box"},[a("div",{staticClass:"common-nav"},[a("nav-bread",{attrs:{navPath:e.navPath}})],1),e._v(" "),a("div",{staticClass:"api-body-main common-body-main border-box"},[a("div",{staticClass:"api-main-content border-box"},[a("div",{staticClass:"create-api-body"},[a("div",{staticClass:"create-api-step font-0"},e._l(e.stepData,function(t,r){return a("div",{key:r+t.stepName,class:["api-step-cell inline-block border-box",r+1==e.activeStep?"active-step":""],style:{width:100/e.stepData.length+"%","max-width":100/e.stepData.length+"%"}},[a("div",{staticClass:"api-step-cell_inner border-box"},[r<e.stepData.length-1?a("div",{staticClass:"api-step-cell_line"}):e._e(),e._v(" "),a("div",{staticClass:"api-step-cell_title"},[a("div",{staticClass:"el-step__icon is-text inline-block"},[a("div",{staticClass:"el-step__icon-inner font-14"},[e._v(e._s(r+1))])]),e._v(" "),a("div",{staticClass:"api-step-cell_txt p-lr-10 bg-fff inline-block font-16"},[e._v(e._s(t.stepName))])])])])})),e._v(" "),"1"==e.activeStep?a("div",{staticClass:"create-api-base"},[a("create-base",{on:{submitNext:e.submitNext}})],1):e._e(),e._v(" "),"2"==e.activeStep?a("div",{staticClass:"create-api-front"},[a("create-front",{on:{submitBack:e.submitBack,submitNext:e.submitNext}})],1):e._e(),e._v(" "),"3"==e.activeStep?a("div",{staticClass:"create-api-back"},[a("create-backend",{on:{submitBack:e.submitBack,submitNext:e.submitNext}})],1):e._e(),e._v(" "),"4"==e.activeStep?a("div",{staticClass:"create-api-result"},[a("create-result",{on:{submitBack:e.submitBack,submitNext:e.submitNext}})],1):e._e()])])])])},staticRenderFns:[]};var ee=a("VU/8")(X,Z,!1,function(e){a("jNYg")},"data-v-96eb34f2",null);t.default=ee.exports},"c/Tr":function(e,t,a){e.exports={default:a("5zde"),__esModule:!0}},exGp:function(e,t,a){"use strict";t.__esModule=!0;var r,s=a("//Fk"),o=(r=s)&&r.__esModule?r:{default:r};t.default=function(e){return function(){var t=e.apply(this,arguments);return new o.default(function(e,a){return function r(s,n){try{var i=t[s](n),l=i.value}catch(e){return void a(e)}if(!i.done)return o.default.resolve(l).then(function(e){r("next",e)},function(e){r("throw",e)});e(l)}("next")})}}},fBQ2:function(e,t,a){"use strict";var r=a("evD5"),s=a("X8DO");e.exports=function(e,t,a){t in e?r.f(e,t,s(0,a)):e[t]=a}},jNYg:function(e,t){},jd0Y:function(e,t){},jyFz:function(e,t,a){var r=function(){return this}()||Function("return this")(),s=r.regeneratorRuntime&&Object.getOwnPropertyNames(r).indexOf("regeneratorRuntime")>=0,o=s&&r.regeneratorRuntime;if(r.regeneratorRuntime=void 0,e.exports=a("SldL"),s)r.regeneratorRuntime=o;else try{delete r.regeneratorRuntime}catch(e){r.regeneratorRuntime=void 0}},"qA+t":function(e,t){},qbog:function(e,t){},"qj+W":function(e,t){},qyJz:function(e,t,a){"use strict";var r=a("+ZMJ"),s=a("kM2E"),o=a("sB3e"),n=a("msXi"),i=a("Mhyx"),l=a("QRG4"),c=a("fBQ2"),p=a("3fs2");s(s.S+s.F*!a("dY0y")(function(e){Array.from(e)}),"Array",{from:function(e){var t,a,s,u,d=o(e),f="function"==typeof this?this:Array,b=arguments.length,y=b>1?arguments[1]:void 0,h=void 0!==y,m=0,v=p(d);if(h&&(y=r(y,b>2?arguments[2]:void 0,2)),void 0==v||f==Array&&i(v))for(a=new f(t=l(d.length));t>m;m++)c(a,m,h?y(d[m],m):d[m]);else for(u=v.call(d),a=new f;!(s=u.next()).done;m++)c(a,m,h?n(u,y,[s.value,m],!0):s.value);return a.length=m,a}})},rnHh:function(e,t){}});
\ No newline at end of file
webpackJsonp([20],{K0rJ:function(t,i,a){"use strict";Object.defineProperty(i,"__esModule",{value:!0});var n=a("319J"),e=a("P9l9"),s=a("PEkr"),o={name:"pluginManage",components:{navBread:n.a,selectEnv:s.a},data:function(){return{navPath:[{name:"插件管理",path:""}],search:"",list:[],showdialog:!1,pluginType:0,pluginId:"",loading:!1}},methods:{getList:function(){var t=this,i=this,a={search:this.search};this.loading=!0,Object(e.a)("/gateway-manage/plugin/list",a).then(function(i){"0000"==i.data.code?(i.data.result?t.list=i.data.result:t.list=[],t.loading=!1):t.$message.error(i.data.message)}).catch(function(t){i.$message.error({duration:1e3,message:t.message})})},goEnvList:function(t){this.showdialog=!0,this.pluginId=t.pluginId,this.pluginType=t.pluginType},closeDialog:function(){this.showdialog=!1}},watch:{$route:{handler:function(t,i){},deep:!0}},mounted:function(){this.getList()}},l={render:function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("div",{staticClass:"api-body-content border-box"},[a("div",{staticClass:"common-nav"},[a("nav-bread",{attrs:{navPath:t.navPath}})],1),t._v(" "),a("div",{staticClass:"api-body-main common-body-main border-box"},[a("div",{staticClass:"api-main-content border-box"},[a("el-input",{staticClass:"w-320",attrs:{placeholder:"请输入插件名称","prefix-icon":"el-icon-search",clearable:""},on:{clear:function(i){t.getList()}},nativeOn:{keyup:function(i){if(!("button"in i)&&t._k(i.keyCode,"enter",13,i.key,"Enter"))return null;t.getList()}},model:{value:t.search,callback:function(i){t.search=i},expression:"search"}}),t._v(" "),a("div",{directives:[{name:"loadingh",rawName:"v-loadingh",value:t.loading,expression:"loading"}],staticClass:"list-content"},t._l(t.list,function(i,n){return a("div",{key:n,staticClass:"list-item"},[a("div",{staticClass:"item-top"},[a("span",{staticClass:"icon-content"},[0===i.pluginType?a("i",{staticClass:"iconfont iconahas"}):t._e(),t._v(" "),1===i.pluginType?a("i",{staticClass:"iconfont iconkaifangpingtai"}):t._e()]),t._v(" "),a("div",{staticClass:"item-info"},[a("h3",[t._v("插件名称")]),t._v(" "),a("p",[t._v(t._s(i.pluginName))])])]),t._v(" "),a("div",{staticClass:"item-bottom"},[a("el-button",{attrs:{type:"text"},on:{click:function(a){t.goEnvList(i)}}},[t._v("选择环境进入"),a("i",{staticClass:"iconfont iconjiantou-zuo"})])],1)])}))],1)]),t._v(" "),t.showdialog?a("selectEnv",{attrs:{pluginId:t.pluginId,pluginType:t.pluginType},on:{closeDialog:t.closeDialog}}):t._e()],1)},staticRenderFns:[]};var c=a("VU/8")(o,l,!1,function(t){a("Uhjd")},"data-v-09c08b49",null);i.default=c.exports},Uhjd:function(t,i){}});
\ No newline at end of file
webpackJsonp([3],{"5NPs":function(t,a){},E4Ac:function(t,a){},LbTK:function(t,a){},PbIN:function(t,a){},coGM:function(t,a){},hMto:function(t,a){},meWf:function(t,a){},nXhg:function(t,a){},nyOv:function(t,a){},oDbL:function(t,a){},r4m9:function(t,a,e){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var s=e("319J"),i=e("mvHQ"),l=e.n(i),o={name:"base-info-show",props:{apiData:{type:[Object,Array],default:function(){return{}}}},data:function(){return{apiInfoData:{}}},watch:{apiData:function(t,a){this.apiInfoData=t}},mounted:function(){this.apiInfoData=this.apiData}},r={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"base-info-show border-box"},[e("el-form",{attrs:{"label-width":"120px",model:t.apiInfoData}},[e("el-form-item",{attrs:{label:"API名称:"}},[t._v("\n "+t._s(t.apiInfoData.interfaceName)+"\n ")]),t._v(" "),e("el-form-item",{attrs:{label:"API类型:"}},[t._v("\n "+t._s(1==t.apiInfoData.target?"公开":"私有")+"\n ")]),t._v(" "),e("el-form-item",{attrs:{label:"访问类型:"}},[t._v("\n "+t._s(t.apiInfoData.requestType)+"\n ")]),t._v(" "),e("el-form-item",{attrs:{label:"描述:"}},[t._v("\n "+t._s(t.apiInfoData.interfaceDescribe)+"\n ")])],1)],1)},staticRenderFns:[]};var n=e("VU/8")(o,r,!1,function(t){e("E4Ac")},"data-v-722b853f",null).exports,c={name:"table-row",props:{itemData:{type:[Object,Array],default:function(){return{}}}},data:function(){return{trData:{protocol:"http",interfaceUrl:"/",requestType:"post",frontParams:{type:"object",properties:{name:{originType:"query",type:"object",isBackendField:0,defaultVal:"val",isRootKey:0,rootKey:"",objectClass:"",description:"描述",check:!0,required:[],properties:{nameId:{originType:"query",type:"object",isBackendField:0,defaultVal:"val",isRootKey:0,rootKey:"",objectClass:"",description:"描述",check:!0}}},id:{originType:"query",type:"string",isBackendField:0,defaultVal:"val",isRootKey:0,rootKey:"",objectClass:"",description:"描述",check:!0}},required:[]}}}},watch:{itemData:function(t,a){this.trData=t}},mounted:function(){this.trData=this.itemData}},d={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",[t._l(t.itemData,function(a,s,i){return[e("table",{key:i+s+121,staticClass:"el-table__body",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[e("tbody",[e("tr",{staticClass:"el-table__row"},[e("td",{staticClass:"el-table_1_column_1",staticStyle:{width:"36px"},attrs:{rowspan:"1",colspan:"1"}},["object"==a.type||"array"==a.type?e("div",{staticClass:"cell"},[e("i",{staticClass:"el-icon-minus"})]):t._e()]),t._v(" "),e("td",{staticClass:"el-table_1_column_1",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"cell"},[t._v(t._s(s))])]),t._v(" "),e("td",{staticClass:"el-table_1_column_1",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"cell"},[t._v(t._s(a.frontOriginType))])]),t._v(" "),e("td",{staticClass:"el-table_1_column_2",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"cell"},[t._v(t._s(a.type))])]),t._v(" "),e("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"cell"},[e("el-checkbox",{attrs:{disabled:"true"},model:{value:a.check,callback:function(e){t.$set(a,"check",e)},expression:"itemValue.check"}})],1)]),t._v(" "),e("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"cell"},[t._v(t._s(a.defaultVal))])]),t._v(" "),e("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"cell"},[t._v(t._s(a.description))])])])])]),t._v(" "),"array"==a.type?e("table-row",{key:i+"122"+s,staticClass:"el-table__row",staticStyle:{"padding-left":"10px"},attrs:{itemData:a.items.properties}}):t._e(),t._v(" "),"object"==a.type?e("table-row",{key:i+"122"+s,staticClass:"el-table__row",staticStyle:{"padding-left":"10px"},attrs:{itemData:a.properties}}):t._e()]})],2)},staticRenderFns:[]};var p={name:"frontend-info-show",components:{tableTr:e("VU/8")(c,d,!1,function(t){e("nXhg")},"data-v-c35f6f24",null).exports},props:{apiData:{type:[Object,Array],default:function(){return{}}}},data:function(){return{apiInfoData:{protocol:"http",interfaceUrl:"/",requestType:"post",frontParams:{type:"object",properties:{name:{originType:"query",type:"object",isBackendField:0,defaultVal:"val",isRootKey:0,rootKey:"",objectClass:"",description:"描述",check:!0,required:[],properties:{}}},required:[]}}}},watch:{apiData:function(t,a){this.apiInfoData=t}},mounted:function(){this.apiInfoData=this.apiData}},u={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"frontend-info-show border-box"},[e("el-form",{attrs:{"label-width":"120px",model:t.apiInfoData}},[e("el-form-item",{attrs:{label:"协议:"}},[t._v("\n "+t._s(t.apiInfoData.protocol)+"\n ")]),t._v(" "),e("el-form-item",{attrs:{label:"请求路径:"}},[t._v("\n "+t._s(t.apiInfoData.interfaceUrl)+"\n ")]),t._v(" "),e("el-form-item",{attrs:{label:"请求方法:"}},[t._v("\n "+t._s(t.apiInfoData.requestType)+"\n ")]),t._v(" "),e("el-form-item",{attrs:{label:"参数配置:"}},[e("div",{staticClass:"el-table el-table--fit el-table--enable-row-hover el-table--enable-row-transition",staticStyle:{width:"100%","table-layout":"fixed"}},[e("div",{staticClass:"el-table__header-wrapper"},[e("table",{staticClass:"el-table__header",staticStyle:{width:"100%"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[e("thead",{staticClass:"has-gutter"},[e("tr",{},[e("th",{staticClass:"el-table_1_column_1 is-leaf",staticStyle:{width:"36px"},attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"})]),t._v(" "),e("th",{staticClass:"el-table_1_column_1 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"},[t._v("参数名")])]),t._v(" "),e("th",{staticClass:"el-table_1_column_1 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"},[t._v("参数位置")])]),t._v(" "),e("th",{staticClass:"el-table_1_column_2 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"},[t._v("参数类型")])]),t._v(" "),e("th",{staticClass:"el-table_1_column_3 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"},[t._v("必选")])]),t._v(" "),e("th",{staticClass:"el-table_1_column_4 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"},[t._v("示例")])]),t._v(" "),e("th",{staticClass:"el-table_1_column_5 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"},[t._v("描述")])])])])])]),t._v(" "),e("div",{staticClass:"el-table__body-wrapper is-scrolling-none"},[e("div",{staticClass:"table-content"},[e("table-tr",{attrs:{itemData:t.apiInfoData.frontParams.properties}})],1)])])])],1)],1)},staticRenderFns:[]};var f=e("VU/8")(p,u,!1,function(t){e("meWf")},"data-v-8935b132",null).exports,_={name:"back-table-row",props:{itemData:{type:[Object,Array],default:function(){return{}}}},data:function(){return{trData:{}}},watch:{itemData:function(t,a){this.trData=t}},mounted:function(){this.trData=this.itemData}},b={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",[t._l(t.itemData.properties,function(a,s,i){return[a.constFlag?t._e():e("table",{key:i+s+121,staticClass:"el-table__body",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[e("tbody",[e("tr",{staticClass:"el-table__row"},[e("td",{staticClass:"el-table_1_column_1",staticStyle:{width:"36px"},attrs:{rowspan:"1",colspan:"1"}},["object"==a.type||"array"==a.type?e("div",{staticClass:"cell"},[e("i",{staticClass:"el-icon-minus"})]):t._e()]),t._v(" "),e("td",{staticClass:"el-table_1_column_1",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"cell"},[t._v(t._s(s))])]),t._v(" "),e("td",{staticClass:"el-table_1_column_2",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"cell"},[t._v(t._s(a.frontOriginType))])]),t._v(" "),e("td",{staticClass:"el-table_1_column_2",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"cell"},[t._v(t._s(a.type))])])])])]),t._v(" "),"array"==a.type&&Object.keys(a.items.properties).length?e("back-table-row",{key:i+"122"+s,staticClass:"el-table__row",staticStyle:{"padding-left":"10px"},attrs:{itemData:a.items}}):t._e(),t._v(" "),"object"==a.type&&Object.keys(a.properties).length?e("back-table-row",{key:i+"122"+s,staticClass:"el-table__row",staticStyle:{"padding-left":"10px"},attrs:{itemData:a}}):t._e()]})],2)},staticRenderFns:[]};var v=e("VU/8")(_,b,!1,function(t){e("yJzj")},"data-v-027d4bf3",null).exports,m={name:"back-table-row",props:{itemData:{type:[Object,Array],default:function(){return{}}},interfaceType:{type:[String,Number],default:function(){return"0"}}},data:function(){return{trData:{}}},watch:{itemData:function(t,a){this.trData=t}},mounted:function(){this.trData=this.itemData}},h={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",[t._l(t.itemData.properties,function(a,s,i){return[a.constFlag?t._e():e("table",{key:i+s+121,staticClass:"el-table__body",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[e("tbody",[e("tr",{staticClass:"el-table__row"},[e("td",{staticClass:"el-table_1_column_1",staticStyle:{width:"36px"},attrs:{rowspan:"1",colspan:"1"}},["object"==a.type||"array"==a.type?e("div",{staticClass:"cell"},[e("i",{staticClass:"el-icon-minus"})]):t._e()]),t._v(" "),e("td",{staticClass:"el-table_1_column_1",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"cell"},[t._v(t._s(s))])]),t._v(" "),e("td",{staticClass:"el-table_1_column_2",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"cell"},[t._v(t._s(a.type))])]),t._v(" "),1==t.interfaceType?e("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"cell"},[t._v(t._s(a.objectClass))])]):t._e(),t._v(" "),e("td",{staticClass:"el-table_1_column_4",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"cell"},[t._v(t._s(a.defaultVal))])])])])]),t._v(" "),"array"==a.type&&Object.keys(a.items.properties).length?e("back-table-row",{key:i+"122"+s,staticClass:"el-table__row child-row",attrs:{itemData:a.items}}):t._e(),t._v(" "),"object"==a.type&&Object.keys(a.properties).length?e("back-table-row",{key:i+"123"+s,staticClass:"el-table__row child-row",attrs:{itemData:a}}):t._e()]})],2)},staticRenderFns:[]};var y=e("VU/8")(m,h,!1,function(t){e("nyOv")},"data-v-7d4da8b6",null).exports,g={name:"back-constant",props:{itemData:{type:Object,default:function(){return{}}},interfaceType:{type:[String,Number],default:function(){return"0"}}},data:function(){return{trData:{}}},watch:{itemData:function(t,a){this.trData=JSON.parse(l()(t))}},mounted:function(){this.trData=JSON.parse(l()(this.itemData))}},C={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",[e("div",{staticClass:"el-table el-table--fit el-table--enable-row-hover el-table--enable-row-transition",staticStyle:{width:"100%","table-layout":"fixed"}},[e("div",{staticClass:"el-table__header-wrapper"},[e("table",{staticClass:"el-table__header",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[e("thead",{staticClass:"has-gutter"},[e("tr",{},[t._m(0),t._v(" "),"0"==t.interfaceType?e("th",{staticClass:"el-table_1_column_2 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"},[t._v("参数位置")])]):t._e(),t._v(" "),t._m(1),t._v(" "),t._m(2)])])])]),t._v(" "),e("div",{staticClass:"el-table__body-wrapper is-scrolling-none"},[e("div",{staticClass:"table-content"},[t._l(t.itemData.properties,function(a,s,i){return[a.constFlag?e("table",{key:i+s+121,staticClass:"el-table__body",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[e("tbody",[e("tr",{staticClass:"el-table__row"},[e("td",{staticClass:"el-table_1_column_1",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"cell"},[t._v("\n "+t._s(a.currentKey)+"\n ")])]),t._v(" "),"0"==t.interfaceType?e("td",{staticClass:"el-table_1_column_2",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"cell"},[t._v("\n "+t._s(a.backendOriginType)+"\n ")])]):t._e(),t._v(" "),e("td",{staticClass:"el-table_1_column_2",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"cell"},[t._v("\n "+t._s(a.type)+"\n ")])]),t._v(" "),e("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"cell"},[t._v("\n "+t._s(a.defaultVal)+"\n ")])])])])]):t._e()]})],2)])])])},staticRenderFns:[function(){var t=this.$createElement,a=this._self._c||t;return a("th",{staticClass:"el-table_1_column_1 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[this._v("参数名")])])},function(){var t=this.$createElement,a=this._self._c||t;return a("th",{staticClass:"el-table_1_column_2 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[this._v("参数类型")])])},function(){var t=this.$createElement,a=this._self._c||t;return a("th",{staticClass:"el-table_1_column_4 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[a("div",{staticClass:"cell"},[this._v("参数值")])])}]};var w={name:"backend-info-show",components:{backTableTr:v,backTableRight:y,backConstTable:e("VU/8")(g,C,!1,function(t){e("oDbL")},"data-v-1f912880",null).exports},props:{apiData:{type:[Object,Array],default:function(){return{}}}},data:function(){return{apiInfoData:{protocol:"http",interfaceUrl:"/",requestType:"post",endParams:{type:"object",properties:{name:{backendOriginType:"query",type:"object",isBackendField:0,defaultVal:"val",isRootKey:0,rootKey:"",objectClass:"",description:"描述",check:!0,required:[],properties:{nameId:{backendOriginType:"query",type:"object",isBackendField:0,defaultVal:"val",isRootKey:0,rootKey:"",objectClass:"",description:"描述",check:!0,properties:{age:{backendOriginType:"query",type:"string",isBackendField:0,defaultVal:"val",isRootKey:0,rootKey:"",objectClass:"",description:"描述",check:!0}}}}}},required:[]}}}},watch:{apiData:function(t,a){this.apiInfoData=t}},mounted:function(){this.apiInfoData=this.apiData}},D={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"backend-info-show border-box"},[e("el-form",{attrs:{"label-width":"120px",model:t.apiInfoData}},[e("el-form-item",{attrs:{label:"后端服务:"}},[t._v("\n "+t._s(0==t.apiInfoData.interfaceType?"http":"dubbo")+"\n ")]),t._v(" "),e("el-form-item",{attrs:{label:"环境:"}},[t._v("\n "+t._s(t.apiInfoData.protocol)+"\n ")]),t._v(" "),e("el-form-item",{attrs:{label:"API版本号:"}},[t._v("\n "+t._s(t.apiInfoData.version)+"\n ")]),t._v(" "),0==t.apiInfoData.interfaceType?e("el-form-item",{attrs:{label:"请求路径:"}},[t._v("\n "+t._s(t.apiInfoData.backendHttpPath)+"\n ")]):t._e(),t._v(" "),1==t.apiInfoData.interfaceType?e("el-form-item",{attrs:{label:"dubbo接口名称:"}},[t._v("\n "+t._s(t.apiInfoData.dubboInterface)+"\n ")]):t._e(),t._v(" "),1==t.apiInfoData.interfaceType?e("el-form-item",{attrs:{label:"dubbo请求方法:"}},[t._v("\n "+t._s(t.apiInfoData.dubboMethod)+"\n ")]):t._e(),t._v(" "),1==t.apiInfoData.interfaceType?e("el-form-item",{attrs:{label:"注册中心地址:"}},[t._v("\n "+t._s(t.apiInfoData.proxyCode)+"\n ")]):t._e(),t._v(" "),1==t.apiInfoData.interfaceType?e("el-form-item",{attrs:{label:"请求版本号:"}},[t._v("\n "+t._s(t.apiInfoData.dubboVersion)+"\n ")]):t._e(),t._v(" "),e("el-form-item",{attrs:{label:"超时时长:"}},[t._v("\n "+t._s(t.apiInfoData.timeout)+"\n ")]),t._v(" "),e("el-form-item",{attrs:{label:"参数映射:"}},[e("div",{staticClass:"table-wrap-body font-0"},[e("div",{staticClass:"el-table el-table--fit el-table--enable-row-hover el-table--enable-row-transition inline-block vertical-top",staticStyle:{width:"30%","table-layout":"fixed"}},[e("div",{staticClass:"el-table__header-wrapper"},[e("table",{staticClass:"el-table__header",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[e("thead",{staticClass:"has-gutter"},[e("tr",{},[e("th",{staticClass:"el-table_1_column_1 is-leaf",staticStyle:{width:"36px"},attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"})]),t._v(" "),e("th",{staticClass:"el-table_1_column_1 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"},[t._v("参数名")])]),t._v(" "),e("th",{staticClass:"el-table_1_column_2 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"},[t._v("参数位置")])]),t._v(" "),e("th",{staticClass:"el-table_1_column_3 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"},[t._v("参数类型")])])])])])]),t._v(" "),e("div",{staticClass:"el-table__body-wrapper is-scrolling-none"},[e("div",{staticClass:"table-content"},[e("back-table-tr",{attrs:{itemData:t.apiInfoData.endParams}})],1)])]),t._v(" "),e("div",{staticClass:"el-table el-table--fit el-table--enable-row-hover el-table--enable-row-transition inline-block vertical-top",staticStyle:{width:"70%","table-layout":"fixed"}},[e("div",{staticClass:"el-table__header-wrapper"},[e("table",{staticClass:"el-table__header",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[e("thead",{staticClass:"has-gutter"},[e("tr",{},[e("th",{staticClass:"el-table_1_column_1 is-leaf",staticStyle:{width:"36px"},attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"})]),t._v(" "),e("th",{staticClass:"el-table_1_column_1 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"},[t._v("参数名映射")])]),t._v(" "),e("th",{staticClass:"el-table_1_column_2 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"},[t._v("参数类型映射")])]),t._v(" "),1==t.apiInfoData.interfaceType?e("th",{staticClass:"el-table_1_column_3 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"},[t._v("包名")])]):t._e(),t._v(" "),e("th",{staticClass:"el-table_1_column_4 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"},[t._v("参数值")])])])])])]),t._v(" "),e("div",{staticClass:"el-table__body-wrapper is-scrolling-none"},[e("div",{staticClass:"table-content"},[e("back-table-right",{attrs:{interfaceType:t.apiInfoData.interfaceType,itemData:t.apiInfoData.endParams}})],1)])])])]),t._v(" "),e("el-form-item",{attrs:{label:"常量参数:"}},[e("back-const-table",{attrs:{itemData:t.apiInfoData.endParams,interfaceType:t.apiInfoData.interfaceType}})],1)],1)],1)},staticRenderFns:[]};var k=e("VU/8")(w,D,!1,function(t){e("coGM")},"data-v-6f5d2ff8",null).exports,I={name:"table-row",props:{itemData:{type:[Object,Array],default:function(){return{}}}},data:function(){return{trData:{protocol:"http",interfaceUrl:"/",requestType:"post",frontParams:{type:"object",properties:{name:{originType:"query",type:"object",isBackendField:0,defaultVal:"val",isRootKey:0,rootKey:"",objectClass:"",description:"描述",check:!0,required:[],properties:{nameId:{originType:"query",type:"object",isBackendField:0,defaultVal:"val",isRootKey:0,rootKey:"",objectClass:"",description:"描述",check:!0}}},id:{originType:"query",type:"string",isBackendField:0,defaultVal:"val",isRootKey:0,rootKey:"",objectClass:"",description:"描述",check:!0}},required:[]}}}},watch:{itemData:function(t,a){this.trData=t}},mounted:function(){this.trData=this.itemData}},S={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",[t._l(t.itemData.properties,function(a,s,i){return[e("table",{key:i+s+121,staticClass:"el-table__body",staticStyle:{width:"100%","table-layout":"fixed"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[e("tbody",[e("tr",{staticClass:"el-table__row"},[e("td",{staticClass:"el-table_1_column_1",staticStyle:{width:"36px"},attrs:{rowspan:"1",colspan:"1"}},["object"==a.type||"array"==a.type?e("div",{staticClass:"cell"},[e("i",{staticClass:"el-icon-minus"})]):t._e()]),t._v(" "),e("td",{staticClass:"el-table_1_column_1",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"cell"},[t._v(t._s(s))])]),t._v(" "),e("td",{staticClass:"el-table_1_column_2",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"cell"},[t._v(t._s(a.type))])]),t._v(" "),e("td",{staticClass:"el-table_1_column_3",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"cell"},[t._v(t._s(a.defaultVal))])])])])]),t._v(" "),"array"==a.type&&Object.keys(a.items.properties).length?e("table-row",{key:i+"122"+s,staticClass:"el-table__row",staticStyle:{"padding-left":"10px"},attrs:{itemData:a.items}}):t._e(),t._v(" "),"object"==a.type&&Object.keys(a.properties).length?e("table-row",{key:i+"122"+s,staticClass:"el-table__row",staticStyle:{"padding-left":"10px"},attrs:{itemData:a}}):t._e()]})],2)},staticRenderFns:[]};var x={name:"back-info-show",components:{backInfoTable:e("VU/8")(I,S,!1,function(t){e("zR8Z")},"data-v-72eb4927",null).exports},props:{apiData:{type:[Object,Array],default:function(){return{interfaceName:"1",interfaceType:"http",requestType:"GET",interfaceDescribe:"test",errCode:[{errorCode:"1",errorInfo:"添加成功"}]}}}},data:function(){return{apiInfoData:{interfaceName:"1",interfaceType:"http",requestType:"GET",interfaceDescribe:"test",errCode:[{errorCode:"1",errorInfo:"添加成功"}],resultParams:{type:"object",properties:{name:{originType:"query",type:"object",isBackendField:0,defaultVal:"val",isRootKey:0,rootKey:"",objectClass:"",description:"描述",check:!0,required:[],properties:{nameId:{originType:"query",type:"object",isBackendField:0,defaultVal:"val",isRootKey:0,rootKey:"",objectClass:"",description:"描述",check:!0,properties:{age:{originType:"query",type:"string",isBackendField:0,defaultVal:"val",isRootKey:0,rootKey:"",objectClass:"",description:"描述",check:!0},email:{originType:"query",type:"string",isBackendField:0,defaultVal:"val",isRootKey:0,rootKey:"",objectClass:"",description:"描述",check:!0}}}}},id:{originType:"query",type:"string",isBackendField:0,defaultVal:"val",isRootKey:0,rootKey:"",objectClass:"",description:"描述",check:!0}},required:[]}}}},watch:{apiData:function(t,a){this.apiInfoData=t}},mounted:function(){this.apiInfoData=this.apiData}},T={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"back-info-show border-box"},[e("el-form",{attrs:{"label-width":"120px",model:t.apiInfoData}},[e("el-form-item",{attrs:{label:"返回参数:"}},[e("div",{staticClass:"el-table el-table--fit el-table--enable-row-hover el-table--enable-row-transition",staticStyle:{width:"100%","table-layout":"fixed"}},[e("div",{staticClass:"el-table__header-wrapper"},[e("table",{staticClass:"el-table__header",staticStyle:{width:"100%"},attrs:{cellspacing:"0",cellpadding:"0",border:"0"}},[e("thead",{staticClass:"has-gutter"},[e("tr",{},[e("th",{staticClass:"el-table_1_column_1 is-leaf",staticStyle:{width:"36px"},attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"})]),t._v(" "),e("th",{staticClass:"el-table_1_column_1 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"},[t._v("参数名")])]),t._v(" "),e("th",{staticClass:"el-table_1_column_2 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"},[t._v("参数类型")])]),t._v(" "),e("th",{staticClass:"el-table_1_column_4 is-leaf",attrs:{colspan:"1",rowspan:"1"}},[e("div",{staticClass:"cell"},[t._v("示例")])])])])])]),t._v(" "),e("div",{staticClass:"el-table__body-wrapper is-scrolling-none"},[e("div",{staticClass:"table-content"},[e("back-info-table",{attrs:{itemData:t.apiInfoData.resultParams}})],1)])])]),t._v(" "),e("el-form-item",{attrs:{label:"错误码:"}},[e("el-table",{staticStyle:{width:"100%"},attrs:{data:t.apiInfoData.errCode}},[e("el-table-column",{attrs:{prop:"orig_error_code",label:"原始错误码"}}),t._v(" "),e("el-table-column",{attrs:{prop:"error_code",label:"映射错误码"}}),t._v(" "),e("el-table-column",{attrs:{prop:"error_info",label:"错误信息"}})],1)],1),t._v(" "),e("el-form-item",{attrs:{label:"成功返回示例:"}},[e("div",{staticClass:"common-back-pre"},[e("pre",[t._v(" "+t._s(t.apiInfoData.sucReturn)+"\n ")])])]),t._v(" "),e("el-form-item",{attrs:{label:"失败返回示例:"}},[e("div",{staticClass:"common-back-pre"},[e("pre",[t._v(" "+t._s(t.apiInfoData.errReturn)+"\n ")])])])],1)],1)},staticRenderFns:[]};var j=e("VU/8")(x,T,!1,function(t){e("5NPs")},"data-v-728369bc",null).exports,V=e("znuk"),P=e("P9l9"),R=e("LlAa"),$=e("TUB1"),q={name:"go-history",props:{historyShow:{type:Boolean,default:!1},apiData:{type:[Object,Array],default:function(){return{}}}},data:function(){return{customDialog:!1,selectVersion:"",tableData:[],pageSize:8,currentPage:1,totalCount:0}},methods:{handleClose:function(t){t(),this.hideDialog()},customCancel:function(){this.hideDialog()},hideDialog:function(){this.customDialog=!1,this.$emit("hideHistoryDialog")},customConfirm:function(){if(!this.selectVersion)return this.$message.error({duration:1e3,message:"请选择回退版本"}),!1;this.postEditData()},postEditData:function(){var t=this,a={interfaceVersionId:t.apiData.interfaceVersionId,target:t.selectVersion};Object(P.a)("/gateway-manage/reset-api",a).then(function(a){var e=a.data;if("0000"==e.code)return $.a.showmsg("回退成功","success"),void t.setData();R.a.errorMsg(e)}).catch(function(a){t.$message.error({duration:1e3,message:a.message})})},setData:function(t){this.$emit("hideHistoryDialog")},handleSizeChange:function(t){this.pageSize=t,this.getData()},handleCurrentChange:function(t){this.currentPage=t,this.getData()},handleShow:function(t,a){window.open("#/apiListManageShow?editFlag=0&interfaceId="+a.interfaceId+"&interfaceName="+a.interfaceName+"&interfaceVersionId="+a.interfaceVersionId+"&publishRecordId="+a.publishRecordId)},getData:function(){var t=this,a={pageNum:t.currentPage,pageSize:t.pageSize,sceneCode:t.apiData.sceneCode,interfaceId:t.$route.query.interfaceId};Object(P.a)("/gateway-manage/page-api-publish-record",a).then(function(a){var e=a.data;if("0000"==e.code)return t.tableData=e.result.result||[],void(t.totalCount=e.result.totalCount);R.a.errorMsg(e)}).catch(function(a){t.$message.error({duration:1e3,message:a.message})})}},watch:{$route:{handler:function(t,a){},deep:!0},historyShow:function(t,a){this.customDialog=t,this.getData()}},mounted:function(){this.customDialog=this.historyShow,this.getData()}},F={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{directives:[{name:"show",rawName:"v-show",value:t.customDialog,expression:"customDialog"}]},[e("el-dialog",{staticClass:"edit-dialog",attrs:{title:"选择回退版本",visible:t.customDialog,width:"600px","before-close":t.handleClose},on:{"update:visible":function(a){t.customDialog=a}}},[e("div",{staticClass:"table-wrap"},[e("el-table",{staticStyle:{width:"100%"},attrs:{data:t.tableData}},[e("el-table-column",{attrs:{label:"","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(a){return[e("el-radio",{attrs:{label:a.row.publishRecordId},model:{value:t.selectVersion,callback:function(a){t.selectVersion=a},expression:"selectVersion"}},[t._v(t._s(a.row.version))])]}}])}),t._v(" "),e("el-table-column",{attrs:{prop:"publishRecordId",label:"发布版本","show-overflow-tooltip":""}}),t._v(" "),e("el-table-column",{attrs:{label:"发布备注","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(a){return[t._v("\n "+t._s(a.row.remark)+"\n ")]}}])}),t._v(" "),e("el-table-column",{attrs:{label:"发布时间","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(a){return[e("div",{staticClass:"color-606266 line-18"},[t._v(t._s(t._f("timeStampToYmd")(a.row.createTime)))]),t._v(" "),e("div",{staticClass:"color-606266 line-18"},[t._v(t._s(t._f("timeStampToHms")(a.row.createTime)))])]}}])}),t._v(" "),e("el-table-column",{attrs:{label:"操作","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(a){return[e("el-button",{attrs:{type:"text"},on:{click:function(e){t.handleShow(a.$index,a.row)}}},[t._v("查看")])]}}])})],1),t._v(" "),t.totalCount?e("div",{staticClass:"pagination text-right m-t-14"},[e("el-pagination",{attrs:{small:"","page-size":t.pageSize,"current-page":t.currentPage,layout:"prev, pager, next",total:t.totalCount},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}})],1):t._e()],1),t._v(" "),e("div",{staticClass:"dialog-footer",staticStyle:{"padding-bottom":"10px"},attrs:{slot:"footer"},slot:"footer"},[e("el-button",{on:{click:t.customCancel}},[t._v("取 消")]),t._v(" "),e("el-button",{attrs:{type:"primary"},on:{click:function(a){t.customConfirm("syncForm")}}},[t._v("确 定")])],1)])],1)},staticRenderFns:[]};var O=e("VU/8")(q,F,!1,function(t){e("PbIN")},"data-v-1bcba7c8",null).exports,N={name:"api-version-show",components:{baseInfoShow:n,frontendInfoShow:f,backendInfoShow:k,backInfoShow:j,publishSet:V.a,goHistory:O},data:function(){return{apiData:{interfaceId:"",interfaceName:"",interfaceGroupId:"",interfaceUrl:"",interfaceDescribe:"",projectId:"",optType:"",sucReturn:"",errReturn:"",errCode:[],frontParams:{},endParams:{},target:"",requestType:"POST",protocol:"http",version:"",interfaceType:"HTTP",dubboMethod:"",dubboInterface:"",httpPath:"",proxyCode:"",resultParams:"",backendRequestType:"",timeout:43087112},activeInfo:0,editRow:{},publishShow:!1,historyShow:!1}},methods:{handlePublish:function(){this.publishShow=!0,this.editRow=JSON.parse(l()(this.apiData))},hidePublishDialog:function(t){this.publishShow=!1,this.editRow={},t&&(this.apiData.status=2)},handleGoHistory:function(){this.historyShow=!0},hideHistoryDialog:function(){this.historyShow=!1,this.getData()},handleDel:function(){var t=this;t.$confirm("确认删除此版本吗?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){t.postDelData()}).catch(function(){})},postDelData:function(){var t=this,a={interfaceVersionId:t.apiData.interfaceVersionId};Object(P.b)("/gateway-manage/delete-api-version",a).then(function(a){var e=a.data;if("0000"==e.code)return $.a.showmsg("删除成功","success"),void t.$router.push("/apiListManage?interfaceId="+t.$route.query.interfaceId+"&interfaceName="+t.$route.query.interfaceName);R.a.errorMsg(e)}).catch(function(a){t.$message.error({duration:1e3,message:a.message})})},handleGoBack:function(){var t=this;t.$confirm("确认回滚当前版本吗?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){t.postGoBack()}).catch(function(){})},postGoBack:function(){var t=this,a={interfaceVersionId:t.apiData.interfaceVersionId};Object(P.a)("/gateway-manage/rollback-api",a).then(function(a){var e=a.data;if("0000"==e.code)return $.a.showmsg("回滚成功","success"),void t.getData();R.a.errorMsg(e)}).catch(function(a){t.$message.error({duration:1e3,message:a.message})})},goAuthor:function(t,a){this.activeInfo=a,this.$el.querySelector(t).scrollIntoView()},getData:function(){var t=this,a={interfaceVersionId:t.$route.query.interfaceVersionId,interfaceId:t.$route.query.interfaceId,publishRecordId:t.$route.query.publishRecordId||""};Object(P.a)("/gateway-manage/get-api",a).then(function(a){var e=a.data;if("0000"==e.code)return e.result.frontParams=JSON.parse(e.result.frontParams),e.result.endParams=JSON.parse(e.result.endParams),e.result.errCode=JSON.parse(e.result.errCode),e.result.resultParams=JSON.parse(e.result.resultParams),void(t.apiData=e.result||{});R.a.errorMsg(e)}).catch(function(a){t.$message.error({duration:1e3,message:a.message})})},init:function(){document.getElementsByClassName("api-body-content")[0].addEventListener("scroll",this.scroll)},scroll:function(){var t=this,a=document.querySelectorAll(".api-body-content")[0].scrollTop;document.querySelectorAll(".info-wrap").forEach(function(e,s){a>=e.offsetTop&&(t.activeInfo=s)})}},mounted:function(){var t=this;t.getData(),t.$nextTick(function(){t.init()})},destroyed:function(){document.getElementsByClassName("api-body-content")[0].removeEventListener("scroll",this.scroll)}},K={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"api-version-content border-box"},[e("div",{staticClass:"api-version-body"},[1==t.$route.query.editFlag?e("div",{staticClass:"operate-btns"},[e("el-button",{attrs:{disabled:2==t.apiData.status&&1!=t.apiData.updateAfterPublish||4==t.apiData.status,type:"primary",plain:""},on:{click:t.handlePublish}},[t._v("发布")]),t._v(" "),e("el-button",{attrs:{disabled:4!=t.apiData.status,type:"primary",plain:""},on:{click:t.handleDel}},[t._v("删除")]),t._v(" "),e("el-button",{attrs:{disabled:4==t.apiData.status,type:"primary",plain:""},on:{click:t.handleGoHistory}},[t._v("回退")]),t._v(" "),e("el-button",{attrs:{disabled:2==t.apiData.status&&1!=t.apiData.updateAfterPublish||4==t.apiData.status,type:"primary",plain:""},on:{click:t.handleGoBack}},[t._v("回滚")])],1):t._e(),t._v(" "),e("div",{staticClass:"anchor-wrap"},[e("div",{staticClass:"el-tabs el-tabs--right"},[e("div",{staticClass:"el-tabs__header is-right"},[e("div",{staticClass:"el-tabs__nav-wrap is-right"},[e("div",{staticClass:"el-tabs__nav-scroll"},[e("div",{staticClass:"el-tabs__nav is-right",staticStyle:{transform:"translateY(0px)"},attrs:{role:"tablist"}},[e("div",{staticClass:"el-tabs__active-bar is-right",style:{transform:"translateY("+24*t.activeInfo+"px)",height:"24px"}}),t._v(" "),e("div",{class:["el-tabs__item h-24 is-right",0==t.activeInfo?"is-active":""],attrs:{id:"tab-0"},on:{click:function(a){t.goAuthor("#base",0)}}},[t._v("基础配置")]),t._v(" "),e("div",{class:["el-tabs__item h-24 is-right",1==t.activeInfo?"is-active":""],attrs:{id:"tab-1"},on:{click:function(a){t.goAuthor("#frontend",1)}}},[t._v("前端配置")]),t._v(" "),e("div",{class:["el-tabs__item h-24 is-right",2==t.activeInfo?"is-active":""],attrs:{id:"tab-2"},on:{click:function(a){t.goAuthor("#backend",2)}}},[t._v("后端配置")]),t._v(" "),e("div",{class:["el-tabs__item h-24 is-right",3==t.activeInfo?"is-active":""],attrs:{id:"tab-3"},on:{click:function(a){t.goAuthor("#result",3)}}},[t._v("返回结果")])])])])])])]),t._v(" "),e("div",{staticClass:"base-info-wrap info-wrap",attrs:{id:"base"}},[e("div",{staticClass:"commont-info-title font-14 color-303133"},[t._v("基础信息")]),t._v(" "),e("base-info-show",{attrs:{apiData:t.apiData}})],1),t._v(" "),e("div",{staticClass:"frontend-set-wrap info-wrap",attrs:{id:"frontend"}},[e("div",{staticClass:"commont-info-title font-14 color-303133 m-t-47"},[t._v("前端配置")]),t._v(" "),e("frontend-info-show",{attrs:{apiData:t.apiData}})],1),t._v(" "),e("div",{staticClass:"backend-set-wrap info-wrap",attrs:{id:"backend"}},[e("div",{staticClass:"commont-info-title font-14 color-303133 m-t-47"},[t._v("后端配置")]),t._v(" "),e("backend-info-show",{attrs:{apiData:t.apiData}})],1),t._v(" "),e("div",{staticClass:"back-result-wrap info-wrap",attrs:{id:"result"}},[e("div",{staticClass:"commont-info-title font-14 color-303133 m-t-47"},[t._v("返回结果")]),t._v(" "),e("back-info-show",{attrs:{apiData:t.apiData}})],1)]),t._v(" "),e("go-history",{attrs:{apiData:t.apiData,historyShow:t.historyShow},on:{hideHistoryDialog:t.hideHistoryDialog}}),t._v(" "),e("publish-set",{attrs:{editRow:t.editRow,publishShow:t.publishShow},on:{hidePublishDialog:t.hidePublishDialog}})],1)},staticRenderFns:[]};var B=e("VU/8")(N,K,!1,function(t){e("LbTK")},"data-v-11147640",null).exports,E={name:"apiListManageShow",components:{navBread:s.a,apiVersionShow:B},data:function(){return{navPath:[{name:"API管理",path:"/apiProgram"},{name:"API列表",path:"/apiList"},{name:"管理",path:"/apiListManage"},{name:"查看",path:""}]}},methods:{getData:function(){var t=this,a={project:t.repProjectName,router:t.pathName,requestProject:t.repProjectName};Object(P.a)("/haoban-manage-web/menu-detail",a).then(function(a){var e=a.data;if(1==e.errorCode)return e.result?void 0:void t.$message.error({duration:1e3,message:"暂无数据"});t.$message.error({duration:1e3,message:e.message})}).catch(function(a){t.$message.error({duration:1e3,message:a.message})})}},watch:{$route:{handler:function(t,a){},deep:!0}},mounted:function(){this.$emit("showTab",22)}},A={render:function(){var t=this.$createElement,a=this._self._c||t;return a("div",{staticClass:"api-body-content border-box"},[a("div",{staticClass:"common-nav"},[a("nav-bread",{attrs:{navPath:this.navPath}})],1),this._v(" "),a("div",{staticClass:"api-body-main common-body-main border-box"},[a("div",{staticClass:"api-main-content border-box"},[a("api-version-show")],1)])])},staticRenderFns:[]};var U=e("VU/8")(E,A,!1,function(t){e("hMto")},"data-v-3b02a3ef",null);a.default=U.exports},ripu:function(t,a){},yJzj:function(t,a){},zR8Z:function(t,a){},znuk:function(t,a,e){"use strict";var s=e("mvHQ"),i=e.n(s),l=e("Kkt8"),o=e("P9l9"),r=e("TUB1"),n=e("LlAa"),c={name:"publish-set",components:{limitTextarea:l.a},props:{publishShow:{type:Boolean,default:!1},editRow:{type:Object,default:function(){return{interfaceVersionId:"",version:"",status:"",description:"",proxyType:"",defaultFlag:!1,sceneCode:"",sceneName:"",remark:""}}}},data:function(){return{customDialog:!1,formData:{interfaceVersionId:"",version:"",status:"",description:"",proxyType:"",defaultFlag:!1,sceneCode:"",sceneName:"",remark:""},rules:{}}},methods:{handleClose:function(t){t(),this.hideDialog()},customCancel:function(){this.hideDialog()},hideDialog:function(){this.customDialog=!1,this.$emit("hidePublishDialog")},customConfirm:function(t){var a=this;a.$refs[t].validate(function(t){if(!t)return!1;a.postEditData()})},postEditData:function(){var t=this,a={interfaceVersionId:t.formData.interfaceVersionId,defaultFlag:t.formData.defaultFlag?"1":"0",remark:t.formData.remark};Object(o.a)("/gateway-manage/publish-api",a).then(function(a){var e=a.data;if("0000"==e.code)return r.a.showmsg("发布成功","success"),void t.setData();n.a.errorMsg(e)}).catch(function(a){t.$message.error({duration:1e3,message:a.message})})},setData:function(t){this.$emit("hidePublishDialog",!0)}},watch:{publishShow:function(t,a){this.customDialog=t},editRow:function(t,a){this.formData=JSON.parse(i()(t)),this.formData.defaultFlag=1==t.defaultFlag}},mounted:function(){this.customDialog=this.publishShow,this.formData=JSON.parse(i()(this.editRow)),this.formData.defaultFlag=1==this.editRow.defaultFlag}},d={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{directives:[{name:"show",rawName:"v-show",value:t.customDialog,expression:"customDialog"}]},[e("el-dialog",{staticClass:"edit-dialog",attrs:{title:"发布",visible:t.customDialog,width:"600px","before-close":t.handleClose},on:{"update:visible":function(a){t.customDialog=a}}},[e("div",{staticClass:"edit-dialog-body"},[e("el-form",{ref:"publishForm",attrs:{model:t.formData,"label-width":"160px",rules:t.rules}},[e("el-form-item",{attrs:{label:"API名称:"}},[t._v("\n "+t._s(t.$route.query.interfaceName)+"\n ")]),t._v(" "),e("el-form-item",{attrs:{label:"发布环境:"}},[t._v("\n "+t._s(t.formData.sceneName)+"\n ")]),t._v(" "),e("el-form-item",{attrs:{label:"设置为默认版本:"}},[e("el-switch",{attrs:{"active-text":"","inactive-text":""},model:{value:t.formData.defaultFlag,callback:function(a){t.$set(t.formData,"defaultFlag",a)},expression:"formData.defaultFlag"}})],1),t._v(" "),e("el-form-item",{attrs:{label:"备注:"}},[e("limit-textarea",{attrs:{inputWidth:370,inputValue:t.formData.remark,holder:"请输入备注内容",getByType:"word",maxLength:100},on:{"update:inputValue":function(a){t.$set(t.formData,"remark",a)}}})],1)],1)],1),t._v(" "),e("div",{staticClass:"dialog-footer",staticStyle:{"padding-bottom":"10px"},attrs:{slot:"footer"},slot:"footer"},[e("el-button",{on:{click:t.customCancel}},[t._v("取 消")]),t._v(" "),e("el-button",{attrs:{type:"primary"},on:{click:function(a){t.customConfirm("publishForm")}}},[t._v("发 布")])],1)])],1)},staticRenderFns:[]};var p=e("VU/8")(c,d,!1,function(t){e("ripu")},"data-v-68ac51f7",null);a.a=p.exports}});
\ No newline at end of file
webpackJsonp([4],{"0amw":function(e,t){},"8PC5":function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAB0NJREFUWAnFl9tvVUUUxteavfdpy6WUq0QuMRrEoIiXhEsiERMjKpjIg6+8kPDsA0/+A8Q/QOODrz4YeUCjhhgj0cSkSgyaFIOGu1y0lpZSaDn7MuNv7d1zaemx1SZl2rP3npk9M9+s9a1v1laZoRweDsskk1VFt2gtiI/rovUukRUioRDRrm4Rq0fUY6szh/0S6hl1m9LJGNX/Vo5o79lycPuwg1fDSjfhj4rzfVHkJWFV0cDdB3VOoziEiHrkrCrK3cdxUJsoqonE6gEZeEN62cve9rlne14my2uu/aXDIST1Mf9Omvu+UHjJvIaMLeeFC0URSRHsLtxVPPXcS/DeaVY4KbyTkIr4zElKPYi7zU6O86N17mUKoD8H5EjIwoYcq9d9HMpF2WooVDMaQ16UC+epuoyq+S8PEXcvBrQOwCyAlj5v/RJnDP+c+tBcIUGBquw/FQ5KLs+mMCPC7JAAyzBdLQ6ixhwDlkgccvX4DHDmOP4K9VxxLa5ytIWQMtxG8ay1OGKwP4lNn6FpU2O9TvcS0N7+8FIust9xiYwzmNzM4m2rrBs0YtuAM98lGqATLyXGlMAY9QDGiPaGsDpzONXCDFXgYuMbjZr8LJIN87CDWscS7/4ubMHch2ymOGJyoBgQUce+2S5EyTVoAiTwliEUMIfL8UgUJPU+REksuEhiXwQMxVtwyOeGHVzwDtMwtyQaX8a5o7zwSidEznk5BnEfs51BkZK0FrtZqpBT4QaTs0y9MBdE0MaJ99YXpMgdzk3Up6CxwWD0wWEXlgVXCvGN4J7JjfCZmVGSUfb9KVubkewWDmuYZ2eRyTbmZDIjZmUmm6gAVJZZOCl7BrS5CDdadBGNLOLV2rM8QPxIs9RrylIBsCYGRvYME2c8595hcM9+XV0l+gxQN6dbqhVlQR5nY3t8JhHgCHmshe+ILqwSMRGRZgABZiD4x00Ru3chLdsjgAciDWFCAkwyigKyIV/qkIgCgOUGoTj9uJ9t6Ddw41w7qGaUWSOWWgWoN6DLF4zIS+m16MIlXTXV53tlRTdyyPzEEz/jPs4ZuOeGN9VC71LVpOpj/5AJ3dTzhb81gVG0JBfhAd85BUISYy18VxM9HSSH7GG7YZgCyBpYoQawA3jqBGIzVvAG/JZ9K2XjoQ1ROah8r3mJ5deJcGVLj25sNjUfYvkt9Vc+HK//YFxwhJvH4haV8F8TqJcSsojHZex9y4a1XNacpHrAvK+mXtZDEwdvZHE0A/jJMb1OFk0b3qxyxiUeV5q74FLJqRzTFKgWrg5VYMAPlP0wFO0IqJzRyy4YuNXDJYuaRjES3zENaJS2PntvDA42C9TJiTaTSjtqjJemHRY5EF7LuT1cBLON+XdAvID7NjPwRSKOaapy6m+RY5caNfNyq5wmbj6+2KojQhYAIS2jBPoQpRYcpbWM2cgCVpI8q6a/n0OtuZpPgFozUpfljYZt5CGPLm3U7N7EKk/x1rrFbX2Khai6XDlyEEg7+zBLkdg27CBG+dGWaDJZmROg9ZbskIn8NE01ro5XC49k0jM4Lfu5Ptk3lMuSh8aTzUO17AqKcM90yciNfhhviFY0npDMc5zGOnMCtHMZk+D7/sEKwAzXdptM69beNSLbiAl3VbKzJFOcUoQyWkS8BY1LMW5yZ06ATHPmW4h1x7GD5KCwrJoR7rHntEO5cwhaK0/1OVpovmBsvAUXiRzCjGBS4bxVlJyg8Xaoo8LoKGVWC72MvV9bj8vmaaX+Uem+cJfTw5SavCXFXkmMdUzPYT2EL4N1VkA/IuoX7orsWSVyYJ3t4f5yif5HOrDoWl1ufjIYBq5nMszRpngJ/SkcVAJNrBFW4kZHpXSzAroNevs9DbF7SeKtjFsb4re2p6rrRKtvgiga4bR/eLLvRibp6btShkOMlTkJ+RDgC4HjDfepJDgtI7OcTO9nFcZqyanXX7DaiWtT2xq1MyMiX/7RqMEVHJGxtuVQ5h6yCYSw4PQnO7AThT5LhfNJdZ/VQq2pW0/bV4tsRRxnKs+tFNnc1+oxYpj2WCnzf+fBGCE9JC+Qu8BiJHhlRmzv/C9A+F+WdBhp5F/a1mcWMnYUuDmyD7YyPCCTHRVEl2XsNKLkVdi0DTV8ncu5OyKD99jINCfbYl//JdKHUs8E8sxtGTV3WH5EbCvpDBHP2QUQUs3yCyYhN7fM1MqcAQ3w2fdWf2fAx6937HuCQB/COzfsQwLZKUHFhH/MZ+8kjlKnbIZp++046bw6cNsLAHnSxNEwWW5ECkMuhATYj8PWDlwrCwKoXMnLFhK93QSYQ3qq/JoOngFFxLnovJIZLBygEpWs5djaB6fiMiciuixpS4MML+qSo/bKQgPCYdKDUd5EChbbUYbFUvLsdz/apLD0QQCyVYkzePQ6gFYD7oOvduhFa7ay8Baq1q2uQY6d3KXftzc9SEDvfbtH328HY8/ka3IaSeLoXLiCDPyOJd6eacV/AHIL53dgZjL3AAAAAElFTkSuQmCC"},F6GH:function(e,t){},"JN/y":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=a("bOdI"),n=a.n(r),o=a("BO1k"),s=a.n(o),i=a("319J"),l=a("P9l9"),c=a("PEkr"),d={props:{ruleId:{type:String,default:function(){return""}},sceneCode:{type:String,default:function(){return""}}},data:function(){return{dialogVisible:!0,projectList:[],groupList:[],apiList:[],form:{rangeType:0,rangeInfo:"",projectId:"",projectName:"",groupId:"",groupName:"",interfaceId:"",interfaceName:"",ruleContent:"",grade:1,count:"",strategy:0,distFlag:!1,enableFlag:!1},rule:{projectId:[{required:!0,message:"请选择项目",trigger:"change"}],groupId:[{required:!0,message:"请选择分组",trigger:"change"}],interfaceId:[{required:!0,message:"请选择接口",trigger:"change"}],count:[{required:!0,message:"请选择阈值",trigger:"blur"},{validator:function(e,t,a){/^(0|\+?[1-9][0-9]*)$/.test(t)?a():a(new Error("阈值必须输入正整数"))},trigger:"blur"}]}}},created:function(){this.dialogVisible=!0,this.getProjectList(),this.ruleId&&this.getInfo()},methods:{getInfo:function(){var e=this,t=this,a={ruleId:this.ruleId};Object(l.a)("/gateway-manage//rule/ratelimiter/detail",a).then(function(t){"0000"==t.data.code?(e.form.rangeType=t.data.result.rangeType,0===e.form.rangeType?e.getGroupList():1===e.form.rangeType?e.getGroupList():2===e.form.rangeType&&(e.getApiList(),e.getGroupList()),e.form.projectId=t.data.result.projectId,e.form.interfaceId=t.data.result.interfaceId,e.form.groupId=t.data.result.groupId,e.form.grade=t.data.result.grade,e.form.count=t.data.result.count,e.form.strategy=t.data.result.strategy,e.form.distFlag=1===t.data.result.distFlag,e.form.enableFlag=1===t.data.result.enableFlag):e.$message.error(t.data.message)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},getProjectList:function(){var e=this,t=this;Object(l.a)("/gateway-manage/plugin/interface/tree",{}).then(function(t){"0000"==t.data.code?t.data.result?e.projectList=t.data.result:e.projectList=[]:e.$message.error(t.data.message)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},getGroupList:function(){var e=this,t=this;this.form.groupId="",this.form.interfaceId="";var a={type:0,id:this.form.projectId};Object(l.a)("/gateway-manage/plugin/interface/tree",a).then(function(t){"0000"==t.data.code?t.data.result?e.groupList=t.data.result:e.groupList=[]:e.$message.error(t.data.message)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},getApiList:function(){var e=this,t=this;this.form.interfaceId="";var a={type:1,id:this.form.groupId};Object(l.a)("/gateway-manage/plugin/interface/tree",a).then(function(t){"0000"==t.data.code?t.data.result?e.apiList=t.data.result:e.apiList=[]:e.$message.error(t.data.message)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},submitForm:function(e){var t=this;this.$refs[e].validate(function(e){if(!e)return!1;0===t.form.rangeType?(t.form.projectName=t.projectList.find(function(e){return e.id===t.form.projectId}).name,t.form.ruleContent=t.form.projectName,t.form.rangeInfo=t.form.projectId):1===t.form.rangeType?(t.form.projectName=t.projectList.find(function(e){return e.id===t.form.projectId}).name,t.form.groupName=t.groupList.find(function(e){return e.id===t.form.groupId}).name,t.form.ruleContent=t.form.projectName+"-"+t.form.groupName,t.form.rangeInfo=t.form.groupId):2===t.form.rangeType&&(t.form.projectName=t.projectList.find(function(e){return e.id===t.form.projectId}).name,t.form.groupName=t.groupList.find(function(e){return e.id===t.form.groupId}).name,t.form.interfaceName=t.apiList.find(function(e){return e.id===t.form.interfaceId}).name,t.form.ruleContent=t.form.projectName+"-"+t.form.groupName+"-"+t.form.interfaceName,t.form.rangeInfo=t.form.interfaceId);var a={sceneCode:t.sceneCode,rangeType:t.form.rangeType,rangeInfo:t.form.rangeInfo,ruleContent:t.form.ruleContent,grade:t.form.grade,count:t.form.count,strategy:t.form.strategy,distFlag:t.form.distFlag?1:0,enableFlag:t.form.enableFlag?1:0};t.ruleId&&(a.rateLimiterId=t.ruleId),Object(l.a)("/gateway-manage//rule/ratelimiter/save",a).then(function(e){"0000"==e.data.code?(t.dialogVisible=!1,t.$emit("getList"),t.$emit("cancelAdd")):t.$message.error(e.data.message)})})},close:function(e){this.$refs[e].resetFields(),this.$emit("cancelAdd")}}},u={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("el-dialog",{attrs:{title:e.ruleId?"编辑流控规则":"新建流控规则",visible:e.dialogVisible,width:"400px"},on:{"update:visible":function(t){e.dialogVisible=t},close:function(t){e.close("form")}}},[a("div",{staticClass:"dialog-body"},[a("el-form",{ref:"form",staticClass:"demo-ruleForm",attrs:{model:e.form,rules:e.rule,"label-width":"100px","label-position":"right"}},[a("el-form-item",{attrs:{label:"流控范围",prop:"rangeType"}},[[a("el-radio",{attrs:{label:0},model:{value:e.form.rangeType,callback:function(t){e.$set(e.form,"rangeType",t)},expression:"form.rangeType"}},[e._v("项目")]),e._v(" "),a("el-radio",{attrs:{label:1},model:{value:e.form.rangeType,callback:function(t){e.$set(e.form,"rangeType",t)},expression:"form.rangeType"}},[e._v("分组")]),e._v(" "),a("el-radio",{attrs:{label:2},model:{value:e.form.rangeType,callback:function(t){e.$set(e.form,"rangeType",t)},expression:"form.rangeType"}},[e._v("接口")])]],2),e._v(" "),a("el-form-item",{attrs:{label:"流控内容",prop:"projectId"}},[a("el-select",{attrs:{placeholder:"请选择项目"},on:{change:e.getGroupList},model:{value:e.form.projectId,callback:function(t){e.$set(e.form,"projectId",t)},expression:"form.projectId"}},e._l(e.projectList,function(e){return a("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})}))],1),e._v(" "),0!==e.form.rangeType?a("el-form-item",{attrs:{prop:"groupId"}},[a("el-select",{attrs:{placeholder:"请选择分组",disabled:""===e.form.projectId},on:{change:e.getApiList},model:{value:e.form.groupId,callback:function(t){e.$set(e.form,"groupId",t)},expression:"form.groupId"}},e._l(e.groupList,function(e){return a("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})}))],1):e._e(),e._v(" "),2===e.form.rangeType?a("el-form-item",{attrs:{prop:"interfaceId"}},[a("el-select",{attrs:{placeholder:"请选择接口",disabled:""===e.form.groupId},model:{value:e.form.interfaceId,callback:function(t){e.$set(e.form,"interfaceId",t)},expression:"form.interfaceId"}},e._l(e.apiList,function(e){return a("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})}))],1):e._e(),e._v(" "),a("el-form-item",{attrs:{label:"阈值类型",prop:"grade"}},[[a("el-radio",{attrs:{label:1},model:{value:e.form.grade,callback:function(t){e.$set(e.form,"grade",t)},expression:"form.grade"}},[e._v("QPS")])]],2),e._v(" "),a("el-form-item",{attrs:{label:"阈值",prop:"count"}},[a("el-input",{staticClass:"w-220",attrs:{placeholder:"请输入阈值"},model:{value:e.form.count,callback:function(t){e.$set(e.form,"count",t)},expression:"form.count"}})],1),e._v(" "),a("el-form-item",{attrs:{label:"流控方式",prop:"rangeType"}},[[a("el-radio",{attrs:{label:0},model:{value:e.form.strategy,callback:function(t){e.$set(e.form,"strategy",t)},expression:"form.strategy"}},[e._v("快速失败")])]],2),e._v(" "),a("el-form-item",{attrs:{label:"分布式限流",prop:"count"}},[a("el-switch",{model:{value:e.form.distFlag,callback:function(t){e.$set(e.form,"distFlag",t)},expression:"form.distFlag"}})],1),e._v(" "),a("el-form-item",{attrs:{label:"是否开启",prop:"count"}},[a("el-switch",{model:{value:e.form.enableFlag,callback:function(t){e.$set(e.form,"enableFlag",t)},expression:"form.enableFlag"}})],1)],1)],1),e._v(" "),a("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:function(t){e.close("form")}}},[e._v("取消")]),e._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:function(t){e.submitForm("form")}}},[e._v("确定")])],1)])},staticRenderFns:[]};var g=a("VU/8")(d,u,!1,function(e){a("0amw")},"data-v-7928b793",null).exports,m={props:{ruleId:{type:String,default:function(){return""}},alarmType:{type:Number,default:function(){return 0}},sceneCode:{type:String,default:function(){return""}}},data:function(){return{dialogVisible:!0,tableData:[],total:0,currentPage:1,pageSize:5}},created:function(){this.dialogVisible=!0,this.getList()},methods:{handleCurrentChange:function(e){this.currentPage=e,this.getList()},getList:function(){var e=this,t={ruleId:this.ruleId,sceneCode:this.sceneCode,alarmType:this.alarmType,currentPage:this.currentPage,pageSize:this.pageSize},a=this;Object(l.a)("/gateway-manage/rule/alarm/log",t).then(function(t){"0000"==t.data.code?t.data.result.result.length?(e.tableData=t.data.result.result,e.total=t.data.result.totalCount):(e.tableData=[],e.total=0):e.$message.error(t.data.message)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})},close:function(){this.dialogVisible=!1,this.$emit("cancelLog")}}},f={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("el-dialog",{attrs:{title:1===e.alarmType?"流控日志":"熔断日志",visible:e.dialogVisible,width:"600px"},on:{"update:visible":function(t){e.dialogVisible=t},close:e.close}},[a("div",{staticClass:"dialog-body"},[a("el-table",{staticClass:"dialog-table",staticStyle:{width:"100%"},attrs:{data:e.tableData}},[a("el-table-column",{attrs:{prop:"rangeType",label:1===e.alarmType?"流控范围":"熔断范围"},scopedSlots:e._u([{key:"default",fn:function(t){return[0===t.row.rangeType?a("div",[e._v("项目")]):e._e(),e._v(" "),1===t.row.rangeType?a("div",[e._v("分组")]):e._e(),e._v(" "),2===t.row.rangeType?a("div",[e._v("接口")]):e._e()]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"ruleContent",label:1===e.alarmType?"流控内容":"熔断内容"}}),e._v(" "),a("el-table-column",{attrs:{prop:"updateTime",label:"发生时间"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToYmd")(t.row.updateTime)))]),e._v(" "),a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToHms")(t.row.updateTime)))])]}}])})],1),e._v(" "),e.total>0?a("div",{staticClass:"page-content"},[a("el-pagination",{attrs:{small:"","current-page":e.currentPage,"page-size":e.pageSize,layout:"prev, pager, next",total:e.total},on:{"current-change":e.handleCurrentChange,"update:currentPage":function(t){e.currentPage=t}}})],1):e._e()],1)])},staticRenderFns:[]};var p=a("VU/8")(m,f,!1,function(e){a("JQyN")},"data-v-118a596f",null).exports,h={props:{tableData:{type:Array,default:function(){return[]}},sceneCode:{type:String,default:function(){return""}}},components:{newRule:g,ahshLog:p},data:function(){return{showRuleDialog:!1,ruleId:"",showDialog:"",alarmType:1}},methods:{deleteList:function(e){var t=this,a=this,r={rateLimiterId:e.rateLimiterId};Object(l.a)("/gateway-manage/rule/ratelimiter/del",r).then(function(e){"0000"==e.data.code?t.getList():t.$message.error(e.data.message)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})},getList:function(){this.$emit("getList")},changeFlag:function(e){var t=this,a={enableFlag:e.enableFlag?1:0,rateLimiterId:e.rateLimiterId};Object(l.a)("/gateway-manage/rule/ratelimiter/enable",a).then(function(a){"0000"==a.data.code?t.$emit("getList"):(e.enableFlag=!e.enableFlag,t.$message.error(a.data.message))})},edit:function(e){this.ruleId=e.rateLimiterId,this.showRuleDialog=!0},cancelAdd:function(){this.showRuleDialog=!1},seeLog:function(e){this.ruleId=e.rateLimiterId,this.showDialog=!0},cancelLog:function(){this.showDialog=!1}}},v={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticStyle:{"margin-top":"20px"}},[a("div",{staticClass:"table-content"},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticStyle:{width:"100%"},attrs:{data:e.tableData,"tooltip-effect":"dark",height:e.tableHeight}},[a("el-table-column",{attrs:{label:"流控ID",prop:"ruleCode"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(t.row.ruleCode))]),e._v(" "),1===t.row.editeFlag?a("span",{staticClass:"sign-design"},[e._v("未发布")]):e._e()]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"rangeType",label:"流控范围"},scopedSlots:e._u([{key:"default",fn:function(t){return[0===t.row.rangeType?a("p",[e._v("项目")]):e._e(),e._v(" "),1===t.row.rangeType?a("p",[e._v("分组")]):e._e(),e._v(" "),2===t.row.rangeType?a("p",[e._v("接口")]):e._e()]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"ruleContent",label:"流控内容"}}),e._v(" "),a("el-table-column",{attrs:{prop:"grade",label:"阈值类型"},scopedSlots:e._u([{key:"default",fn:function(t){return[1===t.row.grade?a("p",[e._v("QPS")]):e._e()]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"count",label:"阈值"}}),e._v(" "),a("el-table-column",{attrs:{prop:"strategy",label:"流控方式"},scopedSlots:e._u([{key:"default",fn:function(t){return[0===t.row.strategy?a("p",[e._v("快速失败")]):e._e()]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"grade",label:"分布式限流"},scopedSlots:e._u([{key:"default",fn:function(t){return[1===t.row.distFlag?a("p",[e._v("是")]):e._e(),e._v(" "),0===t.row.distFlag?a("p",[e._v("否")]):e._e()]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"enableFlag",label:"开启状态"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-switch",{on:{change:function(a){e.changeFlag(t.row)}},model:{value:t.row.enableFlag,callback:function(a){e.$set(t.row,"enableFlag",a)},expression:"scope.row.enableFlag"}})]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"操作"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){e.edit(t.row)}}},[e._v("编辑")]),e._v(" "),a("dm-delete",{attrs:{tips:"确定要删除该数据吗?"},on:{confirm:function(a){e.deleteList(t.row)}}},[a("el-button",{attrs:{type:"text"}},[e._v("删除")])],1),e._v(" "),a("el-button",{attrs:{type:"text"},on:{click:function(a){e.seeLog(t.row)}}},[e._v("日志")])]}}])})],1)],1),e._v(" "),e.showRuleDialog?a("newRule",{attrs:{sceneCode:e.sceneCode,ruleId:e.ruleId},on:{cancelAdd:e.cancelAdd,getList:e.getList}}):e._e(),e._v(" "),e.showDialog?a("ahshLog",{attrs:{alarmType:e.alarmType,sceneCode:e.sceneCode,ruleId:e.ruleId},on:{cancelLog:e.cancelLog}}):e._e()],1)},staticRenderFns:[]};var b=a("VU/8")(h,v,!1,function(e){a("LmEw")},"data-v-fa7cb46e",null).exports,y={props:{degradeId:{type:String,default:function(){return""}},sceneCode:{type:String,default:function(){return""}}},data:function(){return{dialogVisible:!0,projectList:[],groupList:[],apiList:[],form:{rangeType:0,rangeInfo:"",ruleContent:"",projectId:"",projectName:"",groupId:"",groupName:"",interfaceId:"",interfaceName:"",grade:1,count:"",timeWindow:"",enableFlag:!1},rule:{projectId:[{required:!0,message:"请选择项目",trigger:"change"}],groupId:[{required:!0,message:"请选择分组",trigger:"change"}],interfaceId:[{required:!0,message:"请选择接口",trigger:"change"}],count:[{required:!0,message:"请输入异常比例",trigger:"blur"},{validator:function(e,t,a){/^[0-1]{1}([.]([0-9]){2})?$/.test(t)?a():a(new Error("请输入0-1且小数不超过两位的数字"))},trigger:"blur"}],timeWindow:[{required:!0,message:"请输入时间窗口",trigger:"blur"},{validator:function(e,t,a){/^(0|\+?[1-9][0-9]*)$/.test(t)?a():a(new Error("时间必须输入正整数"))},trigger:"blur"}]}}},created:function(){this.dialogVisible=!0,this.getProjectList(),this.degradeId&&this.getInfo()},methods:{getInfo:function(){var e=this,t=this,a={ruleId:this.degradeId};Object(l.a)("/gateway-manage/rule/degrade/detail",a).then(function(t){"0000"==t.data.code?(e.form.rangeType=t.data.result.rangeType,0===e.form.rangeType?e.getGroupList():1===e.form.rangeType?e.getGroupList():2===e.form.rangeType&&(e.getApiList(),e.getGroupList()),e.form.projectId=t.data.result.projectId,e.form.interfaceId=t.data.result.interfaceId,e.form.groupId=t.data.result.groupId,e.form.grade=t.data.result.grade,e.form.count=t.data.result.count,e.form.timeWindow=t.data.result.timeWindow,e.form.enableFlag=1===t.data.result.enableFlag):e.$message.error(t.data.message)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},getProjectList:function(){var e=this,t=this;Object(l.a)("/gateway-manage/plugin/interface/tree",{}).then(function(t){"0000"==t.data.code?t.data.result?e.projectList=t.data.result:e.projectList=[]:e.$message.error(t.data.message)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},getGroupList:function(){var e=this,t=this;this.form.groupId="",this.form.interfaceId="";var a={type:0,id:this.form.projectId};Object(l.a)("/gateway-manage/plugin/interface/tree",a).then(function(t){"0000"==t.data.code?t.data.result?e.groupList=t.data.result:e.groupList=[]:e.$message.error(t.data.message)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},getApiList:function(){var e=this,t=this;this.form.interfaceId="";var a={type:1,id:this.form.groupId};Object(l.a)("/gateway-manage/plugin/interface/tree",a).then(function(t){"0000"==t.data.code?t.data.result?e.apiList=t.data.result:e.apiList=[]:e.$message.error(t.data.message)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},submitForm:function(e){var t=this,a=this;this.$refs[e].validate(function(e){if(!e)return!1;0===t.form.rangeType?(t.form.projectName=t.projectList.find(function(e){return e.id===t.form.projectId}).name,t.form.ruleContent=t.form.projectName,t.form.rangeInfo=t.form.projectId):1===t.form.rangeType?(t.form.projectName=t.projectList.find(function(e){return e.id===t.form.projectId}).name,t.form.groupName=t.groupList.find(function(e){return e.id===t.form.groupId}).name,t.form.ruleContent=t.form.projectName+"-"+t.form.groupName,t.form.rangeInfo=t.form.groupId):2===t.form.rangeType&&(t.form.projectName=t.projectList.find(function(e){return e.id===t.form.projectId}).name,t.form.groupName=t.groupList.find(function(e){return e.id===t.form.groupId}).name,t.form.interfaceName=t.apiList.find(function(e){return e.id===t.form.interfaceId}).name,t.form.ruleContent=t.form.projectName+"-"+t.form.groupName+"-"+t.form.interfaceName,t.form.rangeInfo=t.form.interfaceId);var r={sceneCode:t.sceneCode,rangeType:t.form.rangeType,rangeInfo:t.form.rangeInfo,ruleContent:t.form.ruleContent,grade:t.form.grade,count:t.form.count,timeWindow:t.form.timeWindow,enableFlag:t.form.enableFlag?1:0};t.degradeId&&(r.degradeId=t.degradeId),Object(l.a)("/gateway-manage/rule/degrade/save",r).then(function(e){"0000"==e.data.code?(t.dialogVisible=!1,t.$emit("cancelAddFlus"),t.$emit("getList")):t.$message.error(e.data.message)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})})},close:function(e){this.$refs[e].resetFields(),this.$emit("cancelAddFlus")}}},I={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("el-dialog",{attrs:{title:e.degradeId?"编辑熔断规则":"新建熔断规则",visible:e.dialogVisible,width:"400px"},on:{"update:visible":function(t){e.dialogVisible=t},close:function(t){e.close("form")}}},[a("div",{staticClass:"dialog-body"},[a("el-form",{ref:"form",staticClass:"demo-ruleForm",attrs:{model:e.form,rules:e.rule,"label-width":"100px","label-position":"right"}},[a("el-form-item",{attrs:{label:"熔断范围",prop:"rangeType"}},[[a("el-radio",{attrs:{label:0},model:{value:e.form.rangeType,callback:function(t){e.$set(e.form,"rangeType",t)},expression:"form.rangeType"}},[e._v("项目")]),e._v(" "),a("el-radio",{attrs:{label:1},model:{value:e.form.rangeType,callback:function(t){e.$set(e.form,"rangeType",t)},expression:"form.rangeType"}},[e._v("分组")]),e._v(" "),a("el-radio",{attrs:{label:2},model:{value:e.form.rangeType,callback:function(t){e.$set(e.form,"rangeType",t)},expression:"form.rangeType"}},[e._v("接口")])]],2),e._v(" "),a("el-form-item",{attrs:{label:"熔断内容",prop:"projectId"}},[a("el-select",{attrs:{placeholder:"请选择项目"},on:{change:e.getGroupList},model:{value:e.form.projectId,callback:function(t){e.$set(e.form,"projectId",t)},expression:"form.projectId"}},e._l(e.projectList,function(e){return a("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})}))],1),e._v(" "),0!==e.form.rangeType?a("el-form-item",{attrs:{prop:"groupId"}},[a("el-select",{attrs:{placeholder:"请选择分组",disabled:""===e.form.projectId},on:{change:e.getApiList},model:{value:e.form.groupId,callback:function(t){e.$set(e.form,"groupId",t)},expression:"form.groupId"}},e._l(e.groupList,function(e){return a("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})}))],1):e._e(),e._v(" "),2===e.form.rangeType?a("el-form-item",{attrs:{prop:"interfaceId"}},[a("el-select",{attrs:{placeholder:"请选择接口",disabled:""===e.form.groupId},model:{value:e.form.interfaceId,callback:function(t){e.$set(e.form,"interfaceId",t)},expression:"form.interfaceId"}},e._l(e.apiList,function(e){return a("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})}))],1):e._e(),e._v(" "),a("el-form-item",{attrs:{label:"阈值类型",prop:"grade"}},[[a("el-radio",{attrs:{label:1},model:{value:e.form.grade,callback:function(t){e.$set(e.form,"grade",t)},expression:"form.grade"}},[e._v("异常比例")])]],2),e._v(" "),a("el-form-item",{attrs:{label:"异常比例",prop:"count"}},[a("el-input",{staticClass:"w-220",attrs:{placeholder:"请输入异常比例"},model:{value:e.form.count,callback:function(t){e.$set(e.form,"count",t)},expression:"form.count"}})],1),e._v(" "),a("el-form-item",{attrs:{label:"时间窗口",prop:"timeWindow"}},[a("el-input",{staticClass:"w-220",attrs:{placeholder:"请输入时间窗口"},model:{value:e.form.timeWindow,callback:function(t){e.$set(e.form,"timeWindow",t)},expression:"form.timeWindow"}},[a("template",{slot:"append"},[e._v("\n 秒\n ")])],2)],1),e._v(" "),a("el-form-item",{attrs:{label:"是否开启",prop:"enableFlag"}},[a("el-switch",{model:{value:e.form.enableFlag,callback:function(t){e.$set(e.form,"enableFlag",t)},expression:"form.enableFlag"}})],1)],1)],1),e._v(" "),a("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:function(t){e.close("form")}}},[e._v("取消")]),e._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:function(t){e.submitForm("form")}}},[e._v("确定")])],1)])},staticRenderFns:[]};var w=a("VU/8")(y,I,!1,function(e){a("F6GH")},"data-v-55b9c3d1",null).exports,L={props:{tableData:{type:Array,default:function(){return[]}},sceneCode:{type:String,default:function(){return""}}},data:function(){return{showFlusDialog:!1,showDialog:!1,alarmType:2}},methods:{deleteList:function(e){var t=this,a=this,r={degradeId:e.degradeId};Object(l.a)("/gateway-manage/rule/degrade/del",r).then(function(e){"0000"==e.data.code?t.getList():t.$message.error(e.data.message)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})},getList:function(){this.$emit("getList")},edit:function(e){this.degradeId=e.degradeId,this.showFlusDialog=!0},cancelAddFlus:function(){this.showFlusDialog=!1},changeFlag:function(e){var t=this,a=this,r={enableFlag:e.enableFlag?1:0,degradeId:e.degradeId};Object(l.a)("/gateway-manage/rule/degrade/enable",r).then(function(a){"0000"==a.data.code?t.$emit("getList"):(e.enableFlag=!e.enableFlag,t.$message.error(a.data.message))}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})},seeLog:function(e){this.ruleId=e.degradeId,this.showDialog=!0},cancelLog:function(){this.showDialog=!1}},components:{newSet:w,ahshLog:p}},C={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticStyle:{"margin-top":"20px"}},[a("div",{staticClass:"table-content"},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticStyle:{width:"100%"},attrs:{data:e.tableData,"tooltip-effect":"dark",height:e.tableHeight}},[a("el-table-column",{attrs:{label:"熔断ID",prop:"ruleCode"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(t.row.ruleCode))]),e._v(" "),1===t.row.editeFlag?a("span",{staticClass:"sign-design"},[e._v("未发布")]):e._e()]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"rangeType",label:"熔断范围"},scopedSlots:e._u([{key:"default",fn:function(t){return[0===t.row.rangeType?a("p",[e._v("项目")]):e._e(),e._v(" "),1===t.row.rangeType?a("p",[e._v("分组")]):e._e(),e._v(" "),2===t.row.rangeType?a("p",[e._v("接口")]):e._e(),e._v(" "),3===t.row.rangeType?a("p",[e._v("其他")]):e._e()]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"ruleContent",label:"熔断内容"}}),e._v(" "),a("el-table-column",{attrs:{prop:"grade",label:"阈值类型"},scopedSlots:e._u([{key:"default",fn:function(t){return[1===t.row.grade?a("p",[e._v("异常比例")]):e._e()]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"count",label:"阈值"}}),e._v(" "),a("el-table-column",{attrs:{prop:"timeWindow",label:"时间窗口"}}),e._v(" "),a("el-table-column",{attrs:{prop:"enableFlag",label:"开启状态"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-switch",{on:{change:function(a){e.changeFlag(t.row)}},model:{value:t.row.enableFlag,callback:function(a){e.$set(t.row,"enableFlag",a)},expression:"scope.row.enableFlag"}})]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"操作"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){e.edit(t.row)}}},[e._v("编辑")]),e._v(" "),a("dm-delete",{attrs:{tips:"确定要删除该数据吗?"},on:{confirm:function(a){e.deleteList(t.row)}}},[a("el-button",{attrs:{type:"text"}},[e._v("删除")])],1),e._v(" "),a("el-button",{attrs:{type:"text"},on:{click:function(a){e.seeLog(t.row)}}},[e._v("日志")])]}}])})],1)],1),e._v(" "),e.showFlusDialog?a("newSet",{attrs:{sceneCode:e.sceneCode,degradeId:e.degradeId},on:{cancelAddFlus:e.cancelAddFlus,getList:e.getList}}):e._e(),e._v(" "),e.showDialog?a("ahshLog",{attrs:{sceneCode:e.sceneCode,ruleId:e.ruleId,alarmType:e.alarmType},on:{cancelLog:e.cancelLog}}):e._e()],1)},staticRenderFns:[]};var _=a("VU/8")(L,C,!1,function(e){a("RV9G")},"data-v-5d6ec933",null).exports,F={props:{alarmType:{type:Number,default:function(){return 0}},sceneCode:{type:String,default:function(){return""}}},data:function(){return{dialogVisible:!0,tableData:[],total:0,currentPage:1,pageSize:5}},created:function(){this.dialogVisible=!0,this.getList()},methods:{handleCurrentChange:function(e){this.currentPage=e,this.getList()},getList:function(){var e=this,t={sceneCode:this.sceneCode,alarmType:this.alarmType,currentPage:this.currentPage,pageSize:this.pageSize},a=this;Object(l.a)("/gateway-manage/rule/alarm/log",t).then(function(t){"0000"==t.data.code?t.data.result.result.length?(e.tableData=t.data.result.result,e.total=t.data.result.totalCount):(e.tableData=[],e.total=0):e.$message.error(t.data.message)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})},close:function(){this.dialogVisible=!1,this.$emit("cancelLog")}}},j={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("el-dialog",{attrs:{title:"日志",visible:e.dialogVisible,width:"600px"},on:{"update:visible":function(t){e.dialogVisible=t},close:e.close}},[a("div",{staticClass:"dialog-body"},[a("el-table",{staticClass:"dialog-table",staticStyle:{width:"100%"},attrs:{data:e.tableData}},[a("el-table-column",{attrs:{prop:"enableFlag",label:"告警类型"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-switch",{on:{change:function(a){e.changeFlag(t.row)}},model:{value:t.row.enableFlag,callback:function(a){e.$set(t.row,"enableFlag",a)},expression:"scope.row.enableFlag"}})]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"enableFlag",label:"告警内容"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-switch",{on:{change:function(a){e.changeFlag(t.row)}},model:{value:t.row.enableFlag,callback:function(a){e.$set(t.row,"enableFlag",a)},expression:"scope.row.enableFlag"}})]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"updateTime",label:"发生时间"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToYmd")(t.row.updateTime)))]),e._v(" "),a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToHms")(t.row.updateTime)))])]}}])})],1),e._v(" "),e.total>0?a("div",{staticClass:"page-content"},[a("el-pagination",{attrs:{small:"","current-page":e.currentPage,"page-size":e.pageSize,layout:"prev, pager, next",total:e.total},on:{"current-change":e.handleCurrentChange,"update:currentPage":function(t){e.currentPage=t}}})],1):e._e()],1)])},staticRenderFns:[]};var A=a("VU/8")(F,j,!1,function(e){a("PbPA")},"data-v-238c15d7",null).exports,D={props:{tableData:{type:Array,default:function(){return[]}},sceneCode:{type:String,default:function(){return""}}},data:function(){return{showDialog:!1,refash:!1}},methods:{handleChange:function(e){this.$emit("changeFlag",e)},seeLog:function(e){this.ruleId=e.sceneCode,this.alarmType=e.alarmType,this.showDialog=!0},cancelLog:function(){this.showDialog=!1},editItemm:function(e){var t=this,a=this;if(this.refash=!this.refash,e.editStatus=!e.editStatus,!e.editStatus){var r={alarmType:e.alarmType,alarmInfo:e.alarmInfo,sceneCode:this.sceneCode};Object(l.a)("/gateway-manage/rule/alarm/edit",r).then(function(a){"0000"==a.data.code?(t.$emit("getList"),t.$message.success("保存成功")):(e.editStatus=!e.editStatus,t.$message.error(a.data.message))}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})}}},components:{alarmLog:A}},S={render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticStyle:{"margin-top":"20px"}},[r("div",{staticClass:"list-content"},e._l(e.tableData,function(t,n){return r("div",{key:n,staticClass:"list-item"},[r("div",{staticClass:"item-top"},[1===t.alarmType?r("img",{attrs:{src:a("vgET"),alt:""}}):e._e(),e._v(" "),2===t.alarmType?r("img",{attrs:{src:a("8PC5"),alt:""}}):e._e(),e._v(" "),r("div",{staticClass:"item-info"},[r("p",{staticClass:"info-type"},[e._v(e._s(1===t.alarmType?"流控告警":"熔断告警"))]),e._v(" "),r("p",{staticClass:"name"},[e._v("Webhook通知地址")]),e._v(" "),r("div",{staticClass:"address"},[t.editStatus?r("el-input",{staticStyle:{width:"368px"},attrs:{type:"textarea",placeholder:"请输入内容"},model:{value:t.alarmInfo,callback:function(a){e.$set(t,"alarmInfo",a)},expression:"item.alarmInfo"}}):r("p",[e._v(e._s(t.alarmInfo))])],1)])]),e._v(" "),r("div",{staticClass:"item-bottom"},[r("div",[r("p",{on:{click:function(a){e.editItemm(t)}}},[e._v(e._s(t.editStatus?"保存":"编辑")+"Webhook通知地址")]),e._v(" "),r("p",{on:{click:function(a){e.seeLog(t)}}},[e._v("日志")])]),e._v(" "),r("span",{staticStyle:{display:"none"}},[e._v(e._s(e.refash))]),e._v(" "),r("el-switch",{on:{change:function(a){e.handleChange(t)}},model:{value:t.enableFlag,callback:function(a){e.$set(t,"enableFlag",a)},expression:"item.enableFlag"}})],1)])})),e._v(" "),e.showDialog?r("alarmLog",{attrs:{alarmType:e.alarmType,sceneCode:e.sceneCode},on:{cancelLog:e.cancelLog}}):e._e()],1)},staticRenderFns:[]};var T=a("VU/8")(D,S,!1,function(e){a("K95x")},"data-v-0694950d",null).exports,k={name:"envManage",components:{navBread:i.a,selectEnv:c.a,fluidList:b,fusingList:_,warnSet:T,newRule:g,newSet:w},data:function(){return{navPath:[{name:"插件管理",path:"/pluginManage"},{name:"AHSH",path:"/pluginManage"}],activeName:"first",search:"",showdialog:!1,pluginId:"",sceneCode:"",pluginType:0,projectList:[],projectId:"",groupList:[],groupId:"",total:0,currentPage:1,pageSize:20,pageSizes:[20,40,60,80],tableData:[],loading:!1,showRuleDialog:!1,showFlusDialog:!1,publishNum:0}},created:function(){this.pluginId=this.$route.query.pluginId,this.sceneCode=this.$route.query.sceneCode,this.getProjectList(),this.getList(),this.getUpdateStatus()},methods:{handleClick:function(e,t){this.getList(),this.getUpdateStatus()},goEnvList:function(){this.showdialog=!0,this.pluginId=this.pluginId},closeDialog:function(){this.showdialog=!1},handleSizeChange:function(e){this.pageSize=e,this.getList()},handleCurrentChange:function(e){this.currentPage=e,this.getList()},getChange:function(){this.groupId="",this.currentPage=1,this.getGroupList(),this.getList()},getSearchList:function(){"first"!==this.activeName&&"second"!==this.activeName||(this.currentPage=1,this.getGroupList(),this.getList())},getList:function(){var e=this,t="",a={};"first"===this.activeName?(t="/gateway-manage/rule/ratelimiter/list",a={projectId:this.projectId?this.projectId:null,groupId:this.groupId?this.groupId:null,search:this.search?this.search:null,sceneCode:this.sceneCode,currentPage:this.currentPage,pageSize:this.pageSize}):"second"===this.activeName?(t="/gateway-manage/rule/degrade/list",a={projectId:this.projectId?this.projectId:null,groupId:this.groupId?this.groupId:null,search:this.search?this.search:null,sceneCode:this.sceneCode,currentPage:this.currentPage,pageSize:this.pageSize}):"third"===this.activeName&&(t="/gateway-manage/rule/alarm/list",a={sceneCode:this.sceneCode}),this.tableData=[],this.loading=!0;var r=this;Object(l.a)(t,a).then(function(t){if("0000"==t.data.code){if("first"===e.activeName){t.data.result.result?(e.tableData=t.data.result.result,e.total=t.data.result.totalCount):(e.total=0,e.tableData=[]);var a=!0,r=!1,n=void 0;try{for(var o,i=s()(e.tableData);!(a=(o=i.next()).done);a=!0){var l=o.value;l.enableFlag=1===l.enableFlag}}catch(e){r=!0,n=e}finally{try{!a&&i.return&&i.return()}finally{if(r)throw n}}}else if("second"===e.activeName){t.data.result.result?(e.tableData=t.data.result.result,e.total=t.data.result.totalCount):(e.total=0,e.tableData=[]);var c=!0,d=!1,u=void 0;try{for(var g,m=s()(e.tableData);!(c=(g=m.next()).done);c=!0){var f=g.value;f.enableFlag=1===f.enableFlag}}catch(e){d=!0,u=e}finally{try{!c&&m.return&&m.return()}finally{if(d)throw u}}}else if("third"===e.activeName){t.data.result?e.tableData=t.data.result:e.tableData=[];var p=!0,h=!1,v=void 0;try{for(var b,y=s()(e.tableData);!(p=(b=y.next()).done);p=!0){var I=b.value;I.enableFlag=1===I.enableFlag,I.editStatus=!1}}catch(e){h=!0,v=e}finally{try{!p&&y.return&&y.return()}finally{if(h)throw v}}}e.loading=!1}else e.$message.error(t.data.message)}).catch(function(e){r.$message.error({duration:1e3,message:e.message})})},changeFlag:function(e){var t=this,a=this,r={alarmType:e.alarmType,enableFlag:e.enableFlag?1:0,sceneCode:this.sceneCode};Object(l.a)("/gateway-manage/rule/alarm/enable",r).then(function(a){"0000"==a.data.code?t.getList():(e.enableFlag=!e.enableFlag,t.$message.error(a.data.message))}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})},getProjectList:function(){var e=this,t=this;Object(l.a)("/gateway-manage/plugin/interface/tree",{}).then(function(t){"0000"==t.data.code?t.data.result?e.projectList=t.data.result:e.projectList=[]:e.$message.error(t.data.message)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},getGroupList:function(){var e=this,t=this,a={type:0,id:this.projectId};Object(l.a)("/gateway-manage/plugin/interface/tree",a).then(function(t){"0000"==t.data.code?t.data.result?e.groupList=t.data.result:e.groupList=[]:e.$message.error(t.data.message)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},addFluid:function(){this.showRuleDialog=!0},cancelAdd:function(){this.showRuleDialog=!1},addFusing:function(){this.showFlusDialog=!0},cancelAddFlus:function(){this.showFlusDialog=!1},publish:function(){var e=this,t={sceneCode:this.sceneCode},a="";"first"===this.activeName?a="/gateway-manage/rule/ratelimiter/publish":"second"===this.activeName&&(a="/gateway-manage/rule/degrade/publish");var r=this;this.$confirm("确定要发布吗?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){Object(l.a)(a,t).then(function(t){"0000"==t.data.code?(e.getList(),e.getUpdateStatus()):e.$message.error(t.data.message)}).catch(function(e){r.$message.error({duration:1e3,message:e.message})})}).catch(function(){e.$message({type:"info",message:"已取消发布"})})},getUpdateStatus:function(e){var t=this,a={sceneCode:e||this.sceneCode},r="";r="first"===this.activeName?"/gateway-manage/rule/ratelimiter/has/edit":"/gateway-manage/rule/degrade/has/edit",Object(l.a)(r,a).then(function(e){"0000"==e.data.code?t.publishNum=e.data.result:t.$message.error(e.data.message)})}},watch:n()({$route:{handler:function(e,t){},deep:!0}},"$route",function(e,t){this.pluginId=this.$route.query.pluginId,this.sceneCode=this.$route.query.sceneCode,this.getList(),this.getUpdateStatus()})},N={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"api-body-content border-box"},[a("div",{staticClass:"common-nav"},[a("nav-bread",{attrs:{navPath:e.navPath}}),e._v(" "),a("div",{staticClass:"change-env",on:{click:e.goEnvList}},[a("span",[e._v("切换环境")]),a("i",{staticClass:"iconfont iconicon-qihuan",on:{click:function(t){e.goEnvList(e.item)}}})])],1),e._v(" "),a("div",{staticClass:"api-body-main common-body-main border-box"},[a("div",{staticClass:"api-main-content border-box"},[a("div",{staticClass:"env-tab-wrap"},[a("el-tabs",{on:{"tab-click":e.handleClick},model:{value:e.activeName,callback:function(t){e.activeName=t},expression:"activeName"}},["third"!==e.activeName?a("div",{staticClass:"search-box"},[a("div",{staticClass:"left"},[a("el-input",{staticClass:"w-320",attrs:{placeholder:"first"===e.activeName?"请输入接口名称/流控ID":"请输入接口名称/熔断ID","prefix-icon":"el-icon-search",clearable:""},on:{clear:function(t){e.getSearchList()}},nativeOn:{keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key,"Enter"))return null;e.getSearchList()}},model:{value:e.search,callback:function(t){e.search=t},expression:"search"}}),e._v(" "),a("el-select",{staticClass:"w-140 marginLeft10",staticStyle:{display:"inline-block"},attrs:{placeholder:"请选择项目",size:"small",clearable:""},on:{change:e.getChange},model:{value:e.projectId,callback:function(t){e.projectId=t},expression:"projectId"}},e._l(e.projectList,function(e){return a("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})),e._v(" "),a("el-select",{staticClass:"w-140 marginLeft10",staticStyle:{display:"inline-block"},attrs:{placeholder:"请选择分组",size:"small",clearable:"",disabled:""===e.projectId},on:{change:e.getSearchList},model:{value:e.groupId,callback:function(t){e.groupId=t},expression:"groupId"}},e._l(e.groupList,function(e){return a("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})}))],1),e._v(" "),a("div",["second"===e.activeName?a("el-button",{attrs:{type:"primary"},on:{click:e.addFusing}},[e._v("新建熔断规则")]):e._e(),e._v(" "),a("el-button",{attrs:{type:"primary",disabled:e.publishNum<=0},on:{click:e.publish}},[e._v(e._s(e.publishNum>0?"待发布("+e.publishNum+")":"发布"))])],1)]):e._e(),e._v(" "),a("el-tab-pane",{attrs:{label:"流控规则",name:"first"}},["first"===e.activeName?a("fluidList",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{tableData:e.tableData,sceneCode:e.sceneCode},on:{getList:e.getList}}):e._e()],1),e._v(" "),a("el-tab-pane",{attrs:{label:"熔断规则",name:"second"}},["second"===e.activeName?a("fusingList",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{tableData:e.tableData,sceneCode:e.sceneCode},on:{getList:e.getList}}):e._e()],1),e._v(" "),a("el-tab-pane",{attrs:{label:"告警配置",name:"third"}},["third"===e.activeName?a("warnSet",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{tableData:e.tableData,sceneCode:e.sceneCode},on:{getList:e.getList,changeFlag:e.changeFlag}}):e._e()],1)],1),e._v(" "),0===e.total||"first"!==e.activeName&&"second"!==e.activeName?e._e():a("div",{staticStyle:{"text-align":"right","margin-top":"20px"}},[a("el-pagination",{attrs:{background:"","current-page":e.currentPage,"page-sizes":e.pageSizes,"page-size":e.pageSize,layout:"total, sizes, prev, pager, next",total:e.total},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1)],1)])]),e._v(" "),e.showdialog?a("selectEnv",{attrs:{pluginId:e.pluginId,pluginType:e.pluginType},on:{closeDialog:e.closeDialog}}):e._e(),e._v(" "),e.showRuleDialog?a("newRule",{attrs:{sceneCode:e.sceneCode},on:{cancelAdd:e.cancelAdd,getList:e.getList}}):e._e(),e._v(" "),e.showFlusDialog?a("newSet",{attrs:{sceneCode:e.sceneCode},on:{cancelAddFlus:e.cancelAddFlus,getList:e.getList}}):e._e()],1)},staticRenderFns:[]};var x=a("VU/8")(k,N,!1,function(e){a("VYss")},"data-v-004f40b7",null);t.default=x.exports},JQyN:function(e,t){},K95x:function(e,t){},LmEw:function(e,t){},PbPA:function(e,t){},RV9G:function(e,t){},VYss:function(e,t){},vgET:function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAACMxJREFUWAmVmFuMVWcVx/97n3NmYG4Mc0EYYJqAQsslVE28pBqsl0hsm2hifDLGxtgaExMffPJF44OtD9XExNrUZ99I1FBNK5H6IGosKbRAOyAjZRhpuA04AzPAzDnb/2/t/Z2ZAUrKgr2/2/rW+q/Lt/Z3JtNd6PPPFqt6cg3NNZXVV6jVmFcGW62hYramrLPaU6t7vODxDemm57q83jTvwJCKbevVUbEp8ce4PatFhorx6UezsVCUNtJ+5afFoOU/U8yrX7mU18rVllSopayWqSg81XLfm7Os5q6B50higXembOMa9W0e0ReZgDG3rHYf3tjsefoMvd7oU0fFVk4+daho2NIfZk31I8BgQkWAMUuAsYCWHwRZUSHAGLR5QkmrUQqfvKDpI6f1+1ahW1hQBINb+vBWczYsKK0vAzT5in5gyRuDw+63sFCU4xn0AMY7wGNQRUjOS/nhAfcb5rVni9zhvDqj+ddOat98U5dCFsqR6TbcXA7bffS2AT3+bPENi/pwUuIwBOVWa3diVDGP18pQFfZWJsJJG40KQBtwgdCmA+dN2Y2bah06oVev3dC/kRKC/AqAMSgBMoYC0GPPFY8a9eN2f1ATS0rFuTlCIVpqTUfKI4MJAmhWuZyJCKXHFh4c9mj0Fiz3yLiOXJzRPyNklXLQJSDJY/mTLxTbWnP6Fm60lLDXSiMvbCI5Us4SClNlPUlainVo4h9r7hFSwkd+1ei7ZQ4jxyY18c55vRKgSuDhsgCTPNSba+9Inzbj/SabEcyADmRhkPkzQDgUcWoiGQ3SwrIwwDwBxsaEDMMPh2OGJ5Bp4dk7U5o+dkZ/sJxbCE2hS57KLXhNV6c+MTqgXeQFyQhjUGlpDOu5WgGGIBAK4yJpCkYodX2yh7LCdQkbjGGxFFgmCUV+OezFlVndfH08kv3yUu+gMxzPZL2mLQ8M6TONIlK13AwHrjdEuzwL0zPrstLgwnKvxQnDLbBbOd4zKNrCeZXldpX/ZzXPJ1vnSPb/6MD1GzqF/vC499cDIRZ60h4aemBQT5yb0R+9YSF0+IUwwMQxct2Ra81Atzo+t0MjO0c1vKpLXRZRXJ3V3NGzuvjXozo3NefibSOIfngRDXjRshw6jCjmbdibZ3TkQ+s1Ndyjj5lV2XefLy65HQw/u1MVPE3N6uXpOc0slAGMsOD2zrryb39BDxrM1kZddYTcTla08JfjOvGb/Rqbb9l4ow1gZkQPiUobdQ0PW/qGYfXt3KYncjwUD+6gT+PXQJf2DPVqgzfGUceJa1zaf/FN7d7zsLa/FxizibU9u7Qd3kHvAQyUjKaldDiR43OE7P+e18xTH9VCCcgTAYrWwMh4xt0d+uSGfu2sWWKn6++Pv6ZHRoc1ZLb3RaNDGvrJV/VIw3sdNtQjNjzTNCgTJ7c8jZHNXgsgFQDAxI5qjLs6c20d7dfu7+zRQ/cDJtT5tdGgCDEFNcA4BwkGKPBcFFP0VW70ISlB3NHCVD09nVqze7seQs77oXNT0nXuIxV9dru2+hB0+rOTF1VZwUFNg+CUgoz8hPIUnvCOJ9otYBj7tWPUd5d6VBv23JOuXpcOvi0dHl9kI6cMasRHrqz8pAWJYy+1wk2hKyAthszr4RHaKnS0AP7gyKLw23u3FkoAVwwEmrhYtuev+tI2X/Z579igYeu3C/wfEKg3wPhY4y4eU1mHyn7JBHIW2eA+w/5uyVcIXfifp8MOT1ZEeHgoWg6rJlxE+rqk6VnprbNykZJW90irusta5SKZhVcqMFZQIBM90HJAadbCgwPlFYDxd6WjZ9hyJ3WvMFh75O1JyQVVDz/ovsGc8h6e9YPS2gHnreuN8yZsctUuk9s6/SVQ0zcJJC8HxAwAvAS25I0r16SPb5E+sLpad5OI0+NKrf1vSMcnLNDhWGe+tf3SzFzJ1bvSxpzVnL+FhdMg4/PCxy5CBhi6JLcpJ08glMdD33OR7G7hOmnLUbzaocP9Sx/CyRqJz/6RAQu3QQBLfPTfmtQFwLDmK3LusBWEzwrKetmuQ1bIhw3Fy0ABsAL3xunlCerpOwggm9dJW+5yAJx/C38+rnfRjDd8wlIyZxhukJx6guLgAMYjvNIGxDg9ZvL1U/sPw35v+sim0iu3cx04phNXr/n+Y0Irnw3IOoqGvce1xk1Q+9PByPOLQBKgCuifDpUJGrvu43X2ki69eEBjpf32AKFBkYnwcXrJbtQw165DEbY064WlHqK/4Hrz65fuD9TZy7r8o7066JLQQgZJzJWE1jEqfLL40hMnQlmGLGD5RRsPaCtgbVDV+oxD9/PfSS/96945RUF8+XXpl/s0aEN8e7I2kpijjodIJJcAiw083Ld9kwyqAwsAfHXDCreBzHPJzcFZvfDUPgN69U1p1yYn8XrnjU8avHw2Tp2Tjk24HjljOH1DXfpSR0N/uzwnVyQTV2CDs3fiVzD5E6iqm1UdryCMbEcAsH1VKCkWq35qWPP8NdeYv/ub9Y+x2F7uZb8NggVZQebtq+tTK7t98q/rOB9TfvOZLX4wkM0hsvJQnP60F0XtXCJsHofXLDn1o2UtzS3tM+dx1DBksZ85Pz5N20Z79WnXJIIRN1DAEE/2OKTj/vnin38JzZLNSUi0fgVI1quFNL8MJOuASzxL2sTn4752Y68eW9mpOmD9s5t0KoxiqmtIzxgbnvMMr/Bb1XgihFcKQjZzfpL1oYR19rN2e8vckicZ5VO2cl2Pvty/Qt2+NXLqbrXq+tlvv55NAyPyKZyERHeqJloYlgq9o790PYFLLWCWrLdlucOfb0j2NV0a9t9fXtj3vew061AkNRsBE8DcjbFfll3OuUOyAug9ic2s06aNgPM4wpA2mifJ6u3Q3hefzg6mJVq+u3EikMXTHlsQsiGAEKo4OVV7V3AIYBMIqj7DZbwxEaH51XNPZs97eRnVbcFh86xKMhIK9gUlIFgLkx8UxDr9iq3N73GcGnghM0QZqVq+We6e7Nuk78f6ba//AxcahJX31IAzAAAAAElFTkSuQmCC"}});
\ No newline at end of file
webpackJsonp([5],{BvdG:function(e,t){},ERj7:function(e,t){},FnXo:function(e,t){},Hvnz:function(e,t){},QSpi:function(e,t){},dqHC:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=a("319J"),n=a("znuk"),i=a("mvHQ"),s=a.n(i),r=a("P9l9"),l=a("TUB1"),c=a("LlAa"),u={name:"sync-set",props:{syncShow:{type:Boolean,default:!1},editRow:{type:Object,default:function(){return{interfaceVersionId:"",version:"",status:"",description:"",proxyType:"",defaultFlag:!1,sceneCode:""}}}},data:function(){return{customDialog:!1,formData:{interfaceVersionId:"",version:"",status:"",description:"",proxyType:"",sceneCode:""},rules:{sceneCode:[{required:!0,message:"请选择环境",trigger:"change"}]},envOptions:[]}},methods:{handleClose:function(e){e(),this.hideDialog()},customCancel:function(){this.hideDialog()},hideDialog:function(){this.customDialog=!1,this.$emit("hideSyncDialog")},customConfirm:function(e){var t=this;if(t.editRow.sceneCode==t.formData.sceneCode)return l.a.showmsg("已经在当前环境","warning"),!1;t.$refs[e].validate(function(e){if(!e)return!1;t.postEditData()})},postEditData:function(){var e=this,t={interfaceVersionId:e.formData.interfaceVersionId,sceneCode:e.formData.sceneCode};Object(r.a)("/gateway-manage/async-api",t).then(function(t){var a=t.data;if("0000"==a.code)return l.a.showmsg("同步成功","success"),void e.setData();c.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})},setData:function(e){this.$emit("hideSyncDialog")},getEnvData:function(){var e=this;Object(r.a)("/gateway-manage/list-all-scene",{}).then(function(t){var a=t.data;"0000"!=a.code?c.a.errorMsg(a):e.envOptions=a.result||[]}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},watch:{syncShow:function(e,t){this.customDialog=e},editRow:function(e,t){this.formData=JSON.parse(s()(e))}},mounted:function(){this.getEnvData(),this.customDialog=this.syncShow,this.formData=JSON.parse(s()(this.editRow))}},d={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{directives:[{name:"show",rawName:"v-show",value:e.customDialog,expression:"customDialog"}]},[a("el-dialog",{staticClass:"edit-dialog",attrs:{title:"同步",visible:e.customDialog,width:"424px","before-close":e.handleClose},on:{"update:visible":function(t){e.customDialog=t}}},[a("div",{staticClass:"edit-dialog-body"},[a("el-form",{ref:"syncForm",attrs:{model:e.formData,"label-width":"110px",rules:e.rules}},[a("el-form-item",{attrs:{label:"API名称:"}},[e._v("\n "+e._s(e.$route.query.interfaceName)+"\n ")]),e._v(" "),a("el-form-item",{attrs:{label:"API版本:"}},[e._v("\n "+e._s(e.formData.version)+"\n ")]),e._v(" "),a("el-form-item",{attrs:{label:"同步至环境:",prop:"sceneCode"}},[a("el-select",{staticClass:"w-190",attrs:{placeholder:"请选择"},model:{value:e.formData.sceneCode,callback:function(t){e.$set(e.formData,"sceneCode",t)},expression:"formData.sceneCode"}},e._l(e.envOptions,function(e){return a("el-option",{key:e.sceneCode,attrs:{label:e.sceneName,value:e.sceneCode}})}))],1)],1)],1),e._v(" "),a("div",{staticClass:"dialog-footer",staticStyle:{"padding-bottom":"10px"},attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:e.customCancel}},[e._v("取 消")]),e._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:function(t){e.customConfirm("syncForm")}}},[e._v("同 步")])],1)])],1)},staticRenderFns:[]};var f=a("VU/8")(u,d,!1,function(e){a("Hvnz")},"data-v-2e7c53b8",null).exports,h=a("fZjL"),m=a.n(h),p={name:"record-list",props:{recordShow:{type:Boolean,default:!1},editRow:{type:Object,default:function(){return{interfaceVersionId:"",version:"",status:"",description:"",proxyType:"",defaultFlag:!1,sceneCode:"",sceneName:"",remark:""}}}},data:function(){return{customDialog:!1,formData:{interfaceVersionId:"",version:"",status:"",description:"",proxyType:"",defaultFlag:!1,sceneCode:"",sceneName:"",remark:""},rules:{},tableData:[],pageSize:5,currentPage:1,totalCount:0}},methods:{handleClose:function(e){e(),this.hideDialog()},customCancel:function(){this.hideDialog()},hideDialog:function(){this.customDialog=!1,this.$emit("hideRecordDialog")},handleSizeChange:function(e){this.pageSize=e,this.getData()},handleCurrentChange:function(e){this.currentPage=e,this.getData()},handleShow:function(e,t){this.$router.push("/apiListManageShow?editFlag=0&interfaceId="+t.interfaceId+"&interfaceName="+t.interfaceName+"&interfaceVersionId="+t.interfaceVersionId+"&publishRecordId="+t.publishRecordId)},getData:function(){var e=this,t={pageNum:e.currentPage,pageSize:e.pageSize,version:e.formData.version,sceneCode:e.formData.sceneCode,interfaceId:e.formData.interfaceId};Object(r.a)("/gateway-manage/page-api-publish-record",t).then(function(t){var a=t.data;if("0000"==a.code)return e.tableData=a.result.result||[],void(e.totalCount=a.result.totalCount);c.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},watch:{recordShow:function(e,t){this.customDialog=e},editRow:function(e,t){this.formData=JSON.parse(s()(e)),m()(e).length&&this.getData()}},mounted:function(){this.customDialog=this.publishShow,this.formData=JSON.parse(s()(this.editRow))}},g={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{directives:[{name:"show",rawName:"v-show",value:e.customDialog,expression:"customDialog"}]},[a("el-dialog",{staticClass:"edit-dialog",attrs:{title:"发布记录",visible:e.customDialog,width:"600px","before-close":e.handleClose},on:{"update:visible":function(t){e.customDialog=t}}},[a("div",{staticClass:"edit-dialog-body"},[a("el-table",{staticStyle:{width:"100%"},attrs:{data:e.tableData}},[a("el-table-column",{attrs:{prop:"publishRecordId",label:"发布版本","show-overflow-tooltip":""}}),e._v(" "),a("el-table-column",{attrs:{label:"发布备注","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.remark)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"发布时间","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToYmd")(t.row.publishTime)))]),e._v(" "),a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToHms")(t.row.publishTime)))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"操作","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleShow(t.$index,t.row)}}},[e._v("查看")])]}}])})],1),e._v(" "),e.totalCount?a("div",{staticClass:"pagination text-right m-t-14"},[a("el-pagination",{attrs:{small:"","page-size":e.pageSize,"current-page":e.currentPage,layout:"prev, pager, next",total:e.totalCount},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1):e._e()],1)])],1)},staticRenderFns:[]};var v=a("VU/8")(p,g,!1,function(e){a("FnXo")},"data-v-ff18cc42",null).exports,b=a("jvWE"),w={name:"env-set-list",components:{publishSet:n.a,syncSet:f,recordList:v},data:function(){return{searchValue:"",status:"",statusOptions:[{label:"所有发布状态",value:""},{label:"待发布",value:"1"},{label:"发布",value:"2"},{label:"下线",value:"4"},{label:"上线",value:"5"}],sceneCode:"",envOptions:[],tableData:[],pageSize:20,currentPage:1,totalCount:0,syncShow:!1,editRow:{},publishShow:!1,recordShow:!1}},methods:{searchData:Object(b.a)(function(e){this.currentPage,this.getData()},500),clearInput:function(){this.currentPage=1,this.getData()},changeStatus:function(){this.currentPage=1,this.getData()},changeType:function(e){this.currentPage=1,this.getData()},handleSizeChange:function(e){this.pageSize=e,this.getData()},handleCurrentChange:function(e){this.currentPage=e,this.getData()},changeVersion:function(e,t){this.postChangeVersion(e,t)},postChangeVersion:function(e,t){var a=this,o={defaultFlag:t?"1":"0",interfaceVersionId:e.interfaceVersionId};Object(r.a)("/gateway-manage/set-default-version-api",o).then(function(e){var t=e.data;if("0000"==t.code)return l.a.showmsg("设置成功","success"),a.currentPage=1,void a.getData();c.a.errorMsg(t)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})},handlePublish:function(e,t){this.publishShow=!0,this.editRow=t},hidePublishDialog:function(){this.getData(),this.publishShow=!1,this.editRow={}},handleSync:function(e,t){this.syncShow=!0,this.editRow=t},hideSyncDialog:function(){this.syncShow=!1,this.editRow={}},handleRecord:function(e,t){this.recordShow=!0,this.editRow=t},hideRecordDialog:function(){this.recordShow=!1,this.editRow={}},handleShow:function(e,t){this.$router.push("/apiListManageShow?editFlag=1&interfaceId="+this.$route.query.interfaceId+"&interfaceName="+this.$route.query.interfaceName+"&interfaceVersionId="+t.interfaceVersionId)},handleEdit:function(e,t){this.$router.push("/createApi?projectId="+t.projectId+"&interfaceGroupId="+t.interfaceGroupId+"&interfaceId="+this.$route.query.interfaceId+"&interfaceName="+this.$route.query.interfaceName+"&interfaceVersionId="+t.interfaceVersionId)},handleDown:function(e,t){var a=this;a.$confirm("确认将【"+t.version+"】版本的【"+a.$route.query.interfaceName+"】API下线吗?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){a.postDownData(e,t)}).catch(function(){})},postDownData:function(e,t){var a=this,o={interfaceVersionId:t.interfaceVersionId};Object(r.a)("/gateway-manage/offline-api",o).then(function(e){var t=e.data;if("0000"==t.code)return l.a.showmsg("下线成功","success"),void a.getData();c.a.errorMsg(t)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})},handleUp:function(e,t){var a=this;a.$confirm("确认将【"+t.version+"】版本的【"+a.$route.query.interfaceName+"】API上线吗?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){a.postUpData(e,t)}).catch(function(){})},postUpData:function(e,t){var a=this,o={interfaceVersionId:t.interfaceVersionId};Object(r.a)("/gateway-manage/online-api",o).then(function(e){var t=e.data;if("0000"==t.code)return l.a.showmsg("上线成功","success"),void a.getData();c.a.errorMsg(t)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})},getEnvData:function(){var e=this;Object(r.a)("/gateway-manage/list-all-scene",{}).then(function(t){var a=t.data;if("0000"==a.code)return e.envOptions=a.result||[],void(a.result.length&&(a.result.forEach(function(t){1==t.defaultFlag&&(e.sceneCode=t.sceneCode)}),e.$nextTick(function(){e.getData()})));c.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})},getData:function(){var e=this,t={search:e.searchValue,pageNum:e.currentPage,pageSize:e.pageSize,sceneCode:e.sceneCode,status:e.status,interfaceId:e.$route.query.interfaceId};Object(r.a)("/gateway-manage/page-api-version-record",t).then(function(t){var a=t.data;if("0000"==a.code)return e.tableData=a.result.result||[],a.result.result.length&&a.result.result.forEach(function(e){e.defaultFlag=1==e.defaultFlag}),void(e.totalCount=a.result.totalCount);c.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},mounted:function(){this.getEnvData()}},_={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("div",{staticClass:"search-wrap m-b-20 flex flex-space-between"},[a("div",{staticClass:"font-0"},[a("el-input",{staticClass:"w-320",attrs:{clearable:"",placeholder:"请输入版本号"},on:{clear:e.clearInput},nativeOn:{keyup:function(t){return a=t,e.searchData(a);var a}},model:{value:e.searchValue,callback:function(t){e.searchValue=t},expression:"searchValue"}},[a("i",{staticClass:"el-input__icon el-icon-search",attrs:{slot:"prefix"},slot:"prefix"})]),e._v(" "),a("el-select",{staticClass:"w-137 m-l-10",attrs:{placeholder:"请选择"},on:{change:e.changeStatus},model:{value:e.status,callback:function(t){e.status=t},expression:"status"}},e._l(e.statusOptions,function(e){return a("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})}))],1),e._v(" "),a("div",{staticClass:"search-wrap-right"},[a("el-radio-group",{on:{change:e.changeType},model:{value:e.sceneCode,callback:function(t){e.sceneCode=t},expression:"sceneCode"}},e._l(e.envOptions,function(t,o){return a("el-radio-button",{key:o,attrs:{label:t.sceneCode}},[e._v(e._s(t.sceneName))])}))],1)]),e._v(" "),a("div",{staticClass:"table-wrap"},[a("el-table",{staticStyle:{width:"100%"},attrs:{data:e.tableData}},[a("el-table-column",{attrs:{prop:"version",label:"版本号","show-overflow-tooltip":""}}),e._v(" "),a("el-table-column",{attrs:{prop:"status",label:"状态","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.stateName)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"创建时间","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToYmd")(t.row.createTime)))]),e._v(" "),a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToHms")(t.row.createTime)))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"发布时间","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[t.row.publishTime?a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToYmd")(t.row.publishTime)))]):e._e(),e._v(" "),t.row.publishTime?a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToHms")(t.row.publishTime)))]):e._e()]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"更新时间","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToYmd")(t.row.updateTime)))]),e._v(" "),a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToHms")(t.row.updateTime)))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"默认版本","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-switch",{attrs:{"active-text":"","inactive-text":""},on:{change:function(a){e.changeVersion(t.row,t.row.defaultFlag)}},model:{value:t.row.defaultFlag,callback:function(a){e.$set(t.row,"defaultFlag",a)},expression:"scope.row.defaultFlag"}})]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"操作",width:"340"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleEdit(t.$index,t.row)}}},[e._v("编辑")]),e._v(" "),a("el-button",{attrs:{disabled:2==t.row.status&&1!=t.row.updateAfterPublish||4==t.row.status,type:"text"},on:{click:function(a){e.handlePublish(t.$index,t.row)}}},[e._v("发布")]),e._v(" "),a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleSync(t.$index,t.row)}}},[e._v("同步")]),e._v(" "),a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleShow(t.$index,t.row)}}},[e._v("查看")]),e._v(" "),5==t.row.status||t.row.status<4?a("el-button",{attrs:{disabled:2!=t.row.status&&1!=t.row.updateAfterPublish,type:"text"},on:{click:function(a){e.handleDown(t.$index,t.row)}}},[e._v("下线")]):e._e(),e._v(" "),4==t.row.status?a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleUp(t.$index,t.row)}}},[e._v("上线")]):e._e(),e._v(" "),a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleRecord(t.$index,t.row)}}},[e._v("发布记录")])]}}])})],1),e._v(" "),e.totalCount?a("div",{staticClass:"pagination text-right m-t-14"},[a("el-pagination",{attrs:{small:"","page-size":e.pageSize,"current-page":e.currentPage,layout:"prev, pager, next",total:e.totalCount},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1):e._e()],1),e._v(" "),a("sync-set",{attrs:{editRow:e.editRow,syncShow:e.syncShow},on:{hideSyncDialog:e.hideSyncDialog}}),e._v(" "),a("publish-set",{attrs:{editRow:e.editRow,publishShow:e.publishShow},on:{hidePublishDialog:e.hidePublishDialog}}),e._v(" "),a("record-list",{attrs:{editRow:e.editRow,recordShow:e.recordShow},on:{hideRecordDialog:e.hideRecordDialog}})],1)},staticRenderFns:[]};var D=a("VU/8")(w,_,!1,function(e){a("QSpi")},"data-v-c6ce0622",null).exports,C={name:"publish-list",data:function(){return{navPath:[{name:"发布记录",path:""}],searchValue:"",tableData:[],pageSize:20,currentPage:1,totalCount:0}},methods:{searchData:Object(b.a)(function(e){this.currentPage,this.getData()},500),clearInput:function(){this.currentPage=1,this.getData()},handleSizeChange:function(e){this.pageSize=e,this.getData()},handleCurrentChange:function(e){this.currentPage=e,this.getData()},handleShow:function(e,t){this.$router.push("/apiListManageShow?editFlag=0&interfaceId="+this.$route.query.interfaceId+"&interfaceName="+this.$route.query.interfaceName+"&interfaceVersionId="+t.interfaceVersionId+"&publishRecordId="+t.publishRecordId)},getData:function(){var e=this,t={pageNum:e.currentPage,pageSize:e.pageSize,interfaceId:e.$route.query.interfaceId};Object(r.a)("/gateway-manage/page-api-publish-record",t).then(function(t){var a=t.data;if("0000"==a.code)return e.tableData=a.result.result||[],void(e.totalCount=a.result.totalCount);c.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},watch:{$route:{handler:function(e,t){},deep:!0}},mounted:function(){var e=this;e.$nextTick(function(){e.getData()}),e.$emit("showTab",4)}},y={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("div",{staticClass:"table-wrap"},[a("el-table",{staticStyle:{width:"100%"},attrs:{data:e.tableData}},[a("el-table-column",{attrs:{prop:"publishRecordId",label:"发布版本","show-overflow-tooltip":""}}),e._v(" "),a("el-table-column",{attrs:{label:"版本号","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.version)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"环境","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.sceneName)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"发布备注","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.remark)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"发布时间","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToYmd")(t.row.publishTime)))]),e._v(" "),a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToHms")(t.row.publishTime)))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"操作","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleShow(t.$index,t.row)}}},[e._v("查看")])]}}])})],1),e._v(" "),e.totalCount?a("div",{staticClass:"pagination text-right m-t-14"},[a("el-pagination",{attrs:{small:"","page-size":e.pageSize,"current-page":e.currentPage,layout:"prev, pager, next",total:e.totalCount},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1):e._e()],1)])},staticRenderFns:[]};var S=a("VU/8")(C,y,!1,function(e){a("ERj7")},"data-v-1c2b7d8c",null).exports,x={name:"apiListManage",components:{navBread:o.a,versionList:D,publishList:S},data:function(){return{navPath:[{name:"API管理",path:"/apiProgram"},{name:"API列表",path:"/apiList"},{name:"管理",path:""}],activeName:"first"}},methods:{handleClick:function(e,t){console.log(e,t);"first"==e.name?this.$refs.versionList.getData():this.$refs.publishList.getData()}},watch:{$route:{handler:function(e,t){},deep:!0}},mounted:function(){this.$emit("showTab",22)}},$={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"api-body-content border-box"},[a("div",{staticClass:"common-nav"},[a("nav-bread",{attrs:{navPath:e.navPath}})],1),e._v(" "),a("div",{staticClass:"api-body-main common-body-main border-box"},[a("div",{staticClass:"api-main-content border-box"},[a("div",{staticClass:"api-tab-wrap"},[a("el-tabs",{on:{"tab-click":e.handleClick},model:{value:e.activeName,callback:function(t){e.activeName=t},expression:"activeName"}},[a("el-tab-pane",{attrs:{label:"版本",name:"first"}},[a("version-list",{ref:"versionList"})],1),e._v(" "),a("el-tab-pane",{attrs:{label:"发布记录",name:"second"}},[a("publish-list",{ref:"publishList"})],1)],1)],1)])])])},staticRenderFns:[]};var I=a("VU/8")(x,$,!1,function(e){a("BvdG")},"data-v-32da2ee5",null);t.default=I.exports},ripu:function(e,t){},znuk:function(e,t,a){"use strict";var o=a("mvHQ"),n=a.n(o),i=a("Kkt8"),s=a("P9l9"),r=a("TUB1"),l=a("LlAa"),c={name:"publish-set",components:{limitTextarea:i.a},props:{publishShow:{type:Boolean,default:!1},editRow:{type:Object,default:function(){return{interfaceVersionId:"",version:"",status:"",description:"",proxyType:"",defaultFlag:!1,sceneCode:"",sceneName:"",remark:""}}}},data:function(){return{customDialog:!1,formData:{interfaceVersionId:"",version:"",status:"",description:"",proxyType:"",defaultFlag:!1,sceneCode:"",sceneName:"",remark:""},rules:{}}},methods:{handleClose:function(e){e(),this.hideDialog()},customCancel:function(){this.hideDialog()},hideDialog:function(){this.customDialog=!1,this.$emit("hidePublishDialog")},customConfirm:function(e){var t=this;t.$refs[e].validate(function(e){if(!e)return!1;t.postEditData()})},postEditData:function(){var e=this,t={interfaceVersionId:e.formData.interfaceVersionId,defaultFlag:e.formData.defaultFlag?"1":"0",remark:e.formData.remark};Object(s.a)("/gateway-manage/publish-api",t).then(function(t){var a=t.data;if("0000"==a.code)return r.a.showmsg("发布成功","success"),void e.setData();l.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})},setData:function(e){this.$emit("hidePublishDialog",!0)}},watch:{publishShow:function(e,t){this.customDialog=e},editRow:function(e,t){this.formData=JSON.parse(n()(e)),this.formData.defaultFlag=1==e.defaultFlag}},mounted:function(){this.customDialog=this.publishShow,this.formData=JSON.parse(n()(this.editRow)),this.formData.defaultFlag=1==this.editRow.defaultFlag}},u={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{directives:[{name:"show",rawName:"v-show",value:e.customDialog,expression:"customDialog"}]},[a("el-dialog",{staticClass:"edit-dialog",attrs:{title:"发布",visible:e.customDialog,width:"600px","before-close":e.handleClose},on:{"update:visible":function(t){e.customDialog=t}}},[a("div",{staticClass:"edit-dialog-body"},[a("el-form",{ref:"publishForm",attrs:{model:e.formData,"label-width":"160px",rules:e.rules}},[a("el-form-item",{attrs:{label:"API名称:"}},[e._v("\n "+e._s(e.$route.query.interfaceName)+"\n ")]),e._v(" "),a("el-form-item",{attrs:{label:"发布环境:"}},[e._v("\n "+e._s(e.formData.sceneName)+"\n ")]),e._v(" "),a("el-form-item",{attrs:{label:"设置为默认版本:"}},[a("el-switch",{attrs:{"active-text":"","inactive-text":""},model:{value:e.formData.defaultFlag,callback:function(t){e.$set(e.formData,"defaultFlag",t)},expression:"formData.defaultFlag"}})],1),e._v(" "),a("el-form-item",{attrs:{label:"备注:"}},[a("limit-textarea",{attrs:{inputWidth:370,inputValue:e.formData.remark,holder:"请输入备注内容",getByType:"word",maxLength:100},on:{"update:inputValue":function(t){e.$set(e.formData,"remark",t)}}})],1)],1)],1),e._v(" "),a("div",{staticClass:"dialog-footer",staticStyle:{"padding-bottom":"10px"},attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:e.customCancel}},[e._v("取 消")]),e._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:function(t){e.customConfirm("publishForm")}}},[e._v("发 布")])],1)])],1)},staticRenderFns:[]};var d=a("VU/8")(c,u,!1,function(e){a("ripu")},"data-v-68ac51f7",null);t.a=d.exports}});
\ No newline at end of file
webpackJsonp([6],{"ASE+":function(e,t){},dAfO:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=a("bOdI"),i=a.n(r),n=a("319J"),o=a("P9l9"),s=a("PEkr"),l={props:{tableData:{type:Array,default:function(){return[]}}},data:function(){return{}},methods:{cancelBind:function(e){var t=this,a=this,r={id:e.openPlatformInterfaceId};Object(o.a)("/gateway-manage/platform/white/unbind",r).then(function(e){"0000"==e.data.code?t.$emit("getList"):t.$message.error(e.data.message)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})}},components:{}},c={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticStyle:{"margin-top":"20px"}},[a("div",{staticClass:"table-content"},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticStyle:{width:"100%"},attrs:{data:e.tableData,"tooltip-effect":"dark",height:e.tableHeight}},[a("el-table-column",{attrs:{label:"项目名称",prop:"projectName"}}),e._v(" "),a("el-table-column",{attrs:{label:"分组",prop:"groupName"}}),e._v(" "),a("el-table-column",{attrs:{label:"接口名称",prop:"interfaceName"}}),e._v(" "),a("el-table-column",{attrs:{label:"绑定时间",prop:"bindTime"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToYmd")(t.row.bindTime)))]),e._v(" "),a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToHms")(t.row.bindTime)))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"操作"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("dm-delete",{attrs:{tips:"确定要解除绑定吗?"},on:{confirm:function(a){e.cancelBind(t.row)}}},[a("el-button",{attrs:{type:"text"}},[e._v("解除绑定")])],1)]}}])})],1)],1)])},staticRenderFns:[]};var d=a("VU/8")(l,c,!1,function(e){a("xU1Q")},"data-v-f1de626e",null).exports,u={props:{tableData:{type:Array,default:function(){return[]}}},data:function(){return{}},methods:{cancelBind:function(e){var t=this,a=this,r={id:e.openPlatformInterfaceId};Object(o.a)("/gateway-manage/platform/capacity/unbind",r).then(function(e){"0000"==e.data.code?t.$emit("getList"):t.$message.error(e.data.message)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})}},components:{}},g={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticStyle:{"margin-top":"20px"}},[a("div",{staticClass:"table-content"},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticStyle:{width:"100%"},attrs:{data:e.tableData,"tooltip-effect":"dark",height:e.tableHeight}},[a("el-table-column",{attrs:{label:"项目名称",prop:"projectName"}}),e._v(" "),a("el-table-column",{attrs:{label:"分组",prop:"groupName"}}),e._v(" "),a("el-table-column",{attrs:{label:"接口名称",prop:"interfaceName"}}),e._v(" "),a("el-table-column",{attrs:{label:"绑定时间",prop:"bindTime"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToYmd")(t.row.bindTime)))]),e._v(" "),a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToHms")(t.row.bindTime)))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"操作"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("dm-delete",{attrs:{tips:"确定要接触绑定吗?"},on:{confirm:function(a){e.cancelBind(t.row)}}},[a("el-button",{attrs:{type:"text"}},[e._v("接触绑定")])],1)]}}])})],1)],1)])},staticRenderFns:[]};var h=a("VU/8")(u,g,!1,function(e){a("ke3F")},"data-v-073dd107",null).exports,f={props:{errorSettingId:{type:String,default:function(){return""}},errorCode:{type:String,default:function(){return""}},errorInfo:{type:String,default:function(){return""}}},data:function(){return{dialogVisible:!0,errorForm:{errorCode:"",errorInfo:""},modalRules:{errorCode:[{required:!0,message:"请输入错误码",trigger:"blur"}],errorInfo:[{required:!0,message:"请输入错误信息",trigger:"blur"}]}}},created:function(){this.dialogVisible=!0,this.errorForm.errorCode=this.errorCode,this.errorForm.errorInfo=this.errorInfo},methods:{submitForm:function(e){var t=this,a=this;this.$refs[e].validate(function(e){if(!e)return!1;var r="",i={errorCode:t.errorForm.errorCode,errorInfo:t.errorForm.errorInfo,errorType:2};t.errorSettingId?(i.errorSettingId=t.errorSettingId,r="/gateway-manage/update-error-setting"):r="/gateway-manage/create-error-setting",Object(o.b)(r,i).then(function(e){"0000"==e.data.code?(t.$emit("getList"),t.dialogVisible=!1,t.$emit("cancelNewCoce")):t.$message.error(e.data.message)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})})},cancelForm:function(e){this.$refs[e].resetFields(),this.$emit("cancelNewCoce")}}},p={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("el-dialog",{attrs:{title:e.errorSettingId?"编辑错误码":"新建错误码",visible:e.dialogVisible,width:"500px"},on:{"update:visible":function(t){e.dialogVisible=t},close:function(t){e.cancelForm("errorForm")}}},[a("el-form",{ref:"errorForm",staticStyle:{width:"450px"},attrs:{model:e.errorForm,rules:e.modalRules}},[a("el-form-item",{attrs:{label:"错误码","label-width":"90px",prop:"errorCode"}},[a("dm-input",{attrs:{byteType:1,type:"text",maxlength:20},model:{value:e.errorForm.errorCode,callback:function(t){e.$set(e.errorForm,"errorCode",t)},expression:"errorForm.errorCode"}})],1),e._v(" "),a("el-form-item",{attrs:{label:"错误信息","label-width":"90px",prop:"errorInfo"}},[a("dm-input",{attrs:{byteType:1,type:"text",maxlength:20},model:{value:e.errorForm.errorInfo,callback:function(t){e.$set(e.errorForm,"errorInfo",t)},expression:"errorForm.errorInfo"}})],1)],1),e._v(" "),a("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:function(t){e.cancelForm("errorForm")}}},[e._v("取消")]),e._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:function(t){e.submitForm("errorForm")}}},[e._v(e._s(e.errorSettingId?"保存":"新建"))])],1)],1)},staticRenderFns:[]};var m=a("VU/8")(f,p,!1,function(e){a("ASE+")},"data-v-1f51806f",null).exports,v={props:{tableData:{type:Array,default:function(){return[]}}},data:function(){return{showNewCode:!1,errorSettingId:"",errorInfo:"",errorCode:""}},methods:{getList:function(){this.$emit("getList")},edit:function(e){this.showNewCode=!0,this.errorSettingId=e.errorSettingId,this.errorCode=e.errorCode,this.errorInfo=e.errorInfo},cancelNewCoce:function(){this.showNewCode=!1},deleteList:function(e){var t=this,a={errorSettingId:e.errorSettingId};Object(o.b)("/gateway-manage/delete-error-setting",a).then(function(e){"0000"==e.data.code?t.$emit("getList"):t.$message.error(e.data.message)})}},components:{newErrorCode:m}},b={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticStyle:{"margin-top":"20px"}},[a("div",{staticClass:"table-content"},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticStyle:{width:"100%"},attrs:{data:e.tableData,"tooltip-effect":"dark",height:e.tableHeight}},[a("el-table-column",{attrs:{label:"错误码",prop:"errorCode"}}),e._v(" "),a("el-table-column",{attrs:{label:"错误信息",prop:"errorInfo"}}),e._v(" "),a("el-table-column",{attrs:{label:"操作"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){e.edit(t.row)}}},[e._v("编辑")]),e._v(" "),a("dm-delete",{attrs:{tips:"确定要删除吗?"},on:{confirm:function(a){e.deleteList(t.row)}}},[a("el-button",{attrs:{type:"text"}},[e._v("删除")])],1)]}}])})],1)],1),e._v(" "),e.showNewCode?a("newErrorCode",{attrs:{errorSettingId:e.errorSettingId,errorCode:e.errorCode,errorInfo:e.errorInfo},on:{getList:e.getList,cancelNewCoce:e.cancelNewCoce}}):e._e()],1)},staticRenderFns:[]};var y=a("VU/8")(v,b,!1,function(e){a("oPMN")},"data-v-78e39e8a",null).exports,C=a("BO1k"),L=a.n(C),_={props:{type:{type:String,default:function(){return 1}},sceneCode:{type:String,default:function(){return""}}},data:function(){return{dialogVisible:!0,checkedAll:!1,isIndeterminate:!1,rightList:[],leftSelectList:[],rightSelectList:[],props:{label:"name",children:"zones",isLeaf:"leaf"},loading:!1,projectList:[],refash:!1,btnLoading:!1}},created:function(){this.dialogVisible=!0},methods:{changeAllTree:function(e){e?(this.$refs.tree.setCheckedNodes(this.projectList),this.leftSelectList=this.$refs.tree.getCheckedNodes()):(this.$refs.tree.setCheckedKeys([]),this.leftSelectList=this.$refs.tree.getCheckedNodes())},handleCheckChange:function(e,t,a){this.leftSelectList=this.$refs.tree.getCheckedNodes();var r=0,i=!0,n=!1,o=void 0;try{for(var s,l=L()(this.leftSelectList);!(i=(s=l.next()).done);i=!0){var c=s.value;this.leftSelectList.every(function(e){return 0!==e.type})?r=1:0===c.type&&(r+=1)}}catch(e){n=!0,o=e}finally{try{!i&&l.return&&l.return()}finally{if(n)throw o}}this.isIndeterminate=r>0&&r<this.projectList.length,this.checkedAll=r===this.projectList.length},transferRight:function(){var e=this;this.rightList=this.leftSelectList.concat(this.rightList),this.rightList=this.rightList.filter(function(e,t,a){return a.indexOf(e)===t});for(var t=function(t){e.rightList.find(function(a){return a.id===e.rightList[t].parentId})&&e.rightList[t].leaf&&(e.rightList.splice(t,1),t=0),a=t},a=0;a<this.rightList.length;a++)t(a);this.$refs.tree.setCheckedKeys([]),this.leftSelectList=[],this.checkedAll=!1},transferLeft:function(){for(var e=0;e<this.rightSelectList.length;e++)for(var t=0;t<this.rightList.length;t++)this.rightSelectList[e].id===this.rightList[t].id&&(this.rightList.splice(t,1),t=0);this.rightSelectList=[]},loadNode:function(e,t){var a=this,r=this;if(0===e.level)return this.loading=!0,Object(o.a)("/gateway-manage/plugin/interface/tree",{}).then(function(e){if("0000"==e.data.code){a.loading=!1,e.data.result?a.projectList=e.data.result:a.projectList=[];var r=!0,i=!1,n=void 0;try{for(var o,s=L()(a.projectList);!(r=(o=s.next()).done);r=!0){var l=o.value;0===l.leafFlag?l.leaf=!1:l.leaf=!0,l.parentId=""}}catch(e){i=!0,n=e}finally{try{!r&&s.return&&s.return()}finally{if(i)throw n}}return t(a.projectList)}a.$message.error(e.data.message)}).catch(function(e){r.$message.error({duration:1e3,message:e.message})}),t(this.projectList);if(e.level>2)return t([]);if(1===e.level||2===e.level){var i={type:e.level-1,id:e.data.id},n=[];Object(o.a)("/gateway-manage/plugin/interface/tree",i).then(function(t){if("0000"==t.data.code){n=t.data.result?t.data.result:[];var r=!0,i=!1,o=void 0;try{for(var s,l=L()(n);!(r=(s=l.next()).done);r=!0){var c=s.value;0===c.leafFlag?c.leaf=!1:c.leaf=!0,c.parentId=e.data.id}}catch(e){i=!0,o=e}finally{try{!r&&l.return&&l.return()}finally{if(i)throw o}}}else a.$message.error(t.data.message)}).catch(function(e){r.$message.error({duration:1e3,message:e.message})}),setTimeout(function(){t(n)},2e3)}},handleSelectionChange:function(e){this.rightSelectList=e},submitForm:function(){var e=this,t=this;if(0===this.rightSelectList.length)return this.$message.error("请选择要绑定的API"),!1;var a=[],r=[],i=[],n=!0,s=!1,l=void 0;try{for(var c,d=L()(this.rightSelectList);!(n=(c=d.next()).done);n=!0){var u=c.value;0===u.type?a.push(u.id):1===u.type?r.push(u.id):2===u.type&&i.push(u.id)}}catch(e){s=!0,l=e}finally{try{!n&&d.return&&d.return()}finally{if(s)throw l}}var g={sceneCode:this.sceneCode};a.length&&(g.projectIds=a.join(",")),r.length&&(g.groupIds=r.join(",")),i.length&&(g.interfaceIds=i.join(","));var h="";"1"===this.type?h="/gateway-manage/platform/white/bind":"2"===this.type&&(h="/gateway-manage/platform/capacity/bind"),this.btnLoading=!0,Object(o.a)(h,g).then(function(t){"0000"==t.data.code?(e.dialogVisible=!1,e.$emit("getList"),e.btnLoading=!1):e.$message.error(t.data.message)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},closeDialog:function(){this.$emit("cancelBind")}}},w={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("el-dialog",{attrs:{title:"1"===e.type?"新建绑定白名单接口":"新建绑定能力接口",visible:e.dialogVisible,width:"600px"},on:{"update:visible":function(t){e.dialogVisible=t},close:e.closeDialog}},[a("div",{staticClass:"dialog-body"},[a("div",{staticClass:"content"},[a("div",{staticClass:"left-content"},[a("div",{staticClass:"title"},[a("h3",[a("el-checkbox",{attrs:{indeterminate:e.isIndeterminate},on:{change:e.changeAllTree},model:{value:e.checkedAll,callback:function(t){e.checkedAll=t},expression:"checkedAll"}},[e._v("所有API")])],1)]),e._v(" "),a("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"tree-content"},[a("el-tree",{ref:"tree",attrs:{props:e.props,load:e.loadNode,"node-key":"id",lazy:"","show-checkbox":""},on:{"check-change":e.handleCheckChange}})],1)]),e._v(" "),a("div",{staticClass:"left-center"},[a("el-button",{attrs:{type:"primary",disabled:e.leftSelectList.length<=0},on:{click:e.transferRight}},[a("i",{staticClass:"el-icon-arrow-left el-icon--left"}),e._v("转入")]),e._v(" "),a("el-button",{attrs:{type:"primary",disabled:e.rightSelectList.length<=0},on:{click:e.transferLeft}},[e._v("移除"),a("i",{staticClass:"el-icon-arrow-right el-icon--right"})])],1),e._v(" "),a("div",{staticClass:"right-content"},[a("div",{staticClass:"list-content table-transfer"},[[a("el-table",{ref:"multipleTable",staticStyle:{width:"100%"},attrs:{data:e.rightList,"tooltip-effect":"dark",height:"305"},on:{"selection-change":e.handleSelectionChange}},[a("el-table-column",{attrs:{type:"selection",width:"50"}}),e._v(" "),a("el-table-column",{attrs:{label:"已选API",width:"150"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(e._s(t.row.name))]}}])})],1)]],2)])])]),e._v(" "),a("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:e.closeDialog}},[e._v("取消")]),e._v(" "),a("el-button",{attrs:{type:"primary",loading:e.btnLoading},on:{click:e.submitForm}},[e._v("确定")])],1)])},staticRenderFns:[]};var I=a("VU/8")(_,w,!1,function(e){a("pSW5"),a("xklI")},"data-v-05b4ea42",null).exports,S={name:"envManage",components:{navBread:n.a,selectEnv:s.a,whiteList:d,capacityList:h,errorCodeList:y,bindTranser:I,newErrorCode:m},data:function(){return{navPath:[{name:"插件管理",path:"/pluginManage"},{name:"开放平台",path:"/pluginManage"}],activeName:"first",search:"",showdialog:!1,pluginId:"",sceneCode:"",pluginType:1,projectList:[],projectId:"",groupList:[],groupId:"",tableData:[],total:0,currentPage:1,pageSize:20,pageSizes:[20,40,60,80],showNewCode:!1,errorSettingId:"",showBinddialog:!1,type:"",loading:!1}},methods:{handleClick:function(e,t){this.getList()},goEnvList:function(){this.showdialog=!0,this.pluginId=this.pluginId},closeDialog:function(){this.showdialog=!1},getChange:function(){this.groupId="",this.getGroupList(),this.getList()},getSearchList:function(){"first"!==this.activeName&&"second"!==this.activeName||(this.currentPage=1,this.getGroupList(),this.getList())},handleSizeChange:function(e){this.pageSize=e,this.getList()},handleCurrentChange:function(e){this.currentPage=e,this.getList()},getList:function(){var e=this,t=this,a="",r={};"first"===this.activeName?(a="/gateway-manage/platform/white/list",r={projectId:this.projectId?this.projectId:null,groupId:this.groupId?this.groupId:null,search:this.search?this.search:null,sceneCode:this.sceneCode,currentPage:this.currentPage,pageSize:this.pageSize}):"second"===this.activeName?(a="/gateway-manage/platform/capacity/list",r={projectId:this.projectId?this.projectId:null,groupId:this.groupId?this.groupId:null,search:this.search?this.search:null,sceneCode:this.sceneCode,currentPage:this.currentPage,pageSize:this.pageSize}):"third"===this.activeName&&(a="/gateway-manage/page-error-setting",r={errorType:2,pageNum:this.currentPage,pageSize:this.pageSize}),"first"===this.activeName||"second"===this.activeName?(this.loading=!0,Object(o.a)(a,r).then(function(t){"0000"==t.data.code?(t.data.result.result?(e.tableData=t.data.result.result,e.total=t.data.result.totalCount):(e.tableData=[],e.total=0),e.loading=!1):e.$message.error(t.data.message)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})):(this.loading=!0,Object(o.b)(a,r).then(function(t){"0000"==t.data.code?(t.data.result.result?(e.tableData=t.data.result.result,e.total=t.data.result.totalCount):(e.tableData=[],e.total=0),e.loading=!1):e.$message.error(t.data.message)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})}))},getProjectList:function(){var e=this,t=this;Object(o.a)("/gateway-manage//plugin/interface/tree",{}).then(function(t){"0000"==t.data.code?t.data.result?e.projectList=t.data.result:e.projectList=[]:e.$message.error(t.data.message)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},getGroupList:function(){var e=this,t=this,a={type:0,id:this.projectId};Object(o.a)("/gateway-manage/plugin/interface/tree",a).then(function(t){"0000"==t.data.code?t.data.result?e.groupList=t.data.result:e.groupList=[]:e.$message.error(t.data.message)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},addCode:function(){this.showNewCode=!0,this.errorSettingId=""},cancelNewCoce:function(){this.showNewCode=!1},addBind:function(e){this.showBinddialog=!0,this.type=e},cancelBind:function(){this.showBinddialog=!1}},watch:i()({$route:{handler:function(e,t){},deep:!0}},"$route",function(e,t){this.pluginId=this.$route.query.pluginId,this.sceneCode=this.$route.query.sceneCode,this.getProjectList(),this.getList()}),created:function(){this.pluginId=this.$route.query.pluginId,this.sceneCode=this.$route.query.sceneCode,this.getProjectList(),this.getList()}},k={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"api-body-content border-box"},[a("div",{staticClass:"common-nav"},[a("nav-bread",{attrs:{navPath:e.navPath}}),e._v(" "),a("div",{staticClass:"change-env",on:{click:e.goEnvList}},[a("span",[e._v("切换环境")]),a("i",{staticClass:"iconfont iconicon-qihuan",on:{click:function(t){e.goEnvList(e.item)}}})])],1),e._v(" "),a("div",{staticClass:"api-body-main common-body-main border-box"},[a("div",{staticClass:"api-main-content border-box"},[a("div",{staticClass:"env-tab-wrap"},[a("el-tabs",{on:{"tab-click":e.handleClick},model:{value:e.activeName,callback:function(t){e.activeName=t},expression:"activeName"}},[a("div",{staticClass:"search-box"},[a("div",{staticClass:"left"},["second"===e.activeName||"first"===e.activeName?a("div",[a("el-input",{staticClass:"w-320",attrs:{placeholder:"请输入接口名称","prefix-icon":"el-icon-search",clearable:""},on:{clear:function(t){e.getSearchList()}},nativeOn:{keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key,"Enter"))return null;e.getSearchList()}},model:{value:e.search,callback:function(t){e.search=t},expression:"search"}}),e._v(" "),a("el-select",{staticClass:"w-140 marginLeft10",staticStyle:{display:"inline-block"},attrs:{placeholder:"请选择项目",size:"small",clearable:""},on:{change:function(t){e.getChange()}},model:{value:e.projectId,callback:function(t){e.projectId=t},expression:"projectId"}},e._l(e.projectList,function(e){return a("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})),e._v(" "),a("el-select",{staticClass:"w-140 marginLeft10",staticStyle:{display:"inline-block"},attrs:{placeholder:"请选择分组",size:"small",clearable:"",disabled:""===e.projectId},on:{change:function(t){e.getSearchList()}},model:{value:e.groupId,callback:function(t){e.groupId=t},expression:"groupId"}},e._l(e.groupList,function(e){return a("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})}))],1):e._e()]),e._v(" "),a("div",["third"===e.activeName?a("el-button",{attrs:{type:"primary"},on:{click:e.addCode}},[e._v("新建错误码")]):e._e(),e._v(" "),"first"===e.activeName?a("el-button",{attrs:{type:"primary"},on:{click:function(t){e.addBind("1")}}},[e._v("新建绑定")]):e._e(),e._v(" "),"second"===e.activeName?a("el-button",{attrs:{type:"primary"},on:{click:function(t){e.addBind("2")}}},[e._v("新建绑定")]):e._e()],1)]),e._v(" "),a("el-tab-pane",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{label:"白名单接口",name:"first"}},["first"===e.activeName?a("whiteList",{attrs:{tableData:e.tableData},on:{getList:e.getList}}):e._e()],1),e._v(" "),a("el-tab-pane",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{label:"能力接口",name:"second"}},["second"===e.activeName?a("capacityList",{attrs:{tableData:e.tableData},on:{getList:e.getList}}):e._e()],1),e._v(" "),a("el-tab-pane",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{label:"错误码配置",name:"third"}},["third"===e.activeName?a("errorCodeList",{attrs:{tableData:e.tableData},on:{getList:e.getList}}):e._e()],1)],1),e._v(" "),0!==e.total?a("div",{staticStyle:{"text-align":"right","margin-top":"20px"}},[a("el-pagination",{attrs:{background:"","current-page":e.currentPage,"page-sizes":e.pageSizes,"page-size":e.pageSize,layout:"total, sizes, prev, pager, next",total:e.total},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1):e._e()],1)])]),e._v(" "),e.showdialog?a("selectEnv",{attrs:{pluginId:e.pluginId,pluginType:e.pluginType},on:{closeDialog:e.closeDialog}}):e._e(),e._v(" "),e.showBinddialog?a("bindTranser",{attrs:{type:e.type,sceneCode:e.sceneCode},on:{cancelBind:e.cancelBind,getList:e.getList}}):e._e(),e._v(" "),e.showNewCode?a("newErrorCode",{attrs:{errorSettingId:e.errorSettingId},on:{getList:e.getList,cancelNewCoce:e.cancelNewCoce}}):e._e()],1)},staticRenderFns:[]};var N=a("VU/8")(S,k,!1,function(e){a("qjMw")},"data-v-a34742a4",null);t.default=N.exports},ke3F:function(e,t){},oPMN:function(e,t){},pSW5:function(e,t){},qjMw:function(e,t){},xU1Q:function(e,t){},xklI:function(e,t){}});
\ No newline at end of file
webpackJsonp([7],{"+2KV":function(t,e){},H6Jm:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAbCAYAAABvCO8sAAAAAXNSR0IArs4c6QAAAu9JREFUSA3lVjtoFFEUPXd2ExRiI4iIKCSFGCKKjT8UlTR+QYR8bMTGaCGCjYTsCoNkY8BGMIVoIxaSzYKIaNAIiWIhwUobbSQkwR+CICpK2JnnuePO+nYyyWQCVr5lMvdz7jlv7rybXUHK1dlndvk+tmqZ42B8sEeepaFw0oCPXTQtvodWGDTopbbG0nCkEvQcNEXJ42JRjO2nEoSDL3ZxYMfFZoH+BlIJmhm8EGAyLFdbY6H/z+7tveawXosRyC6miAfm56LqWMSuLHy5rsm+yWKVL9itVY7B0/VlfHBdKS+UZV7BE65ZMpPBGt/BWuPzEqzm09V2RVAWg3fiYMrxMVXvYfqmK7/m2kCsYEe/2WTK2M7nXwk/XRd4kg0/nySL58VueRkVjj2lHOhL8DBBsffRgkRfawQTAUcMOFaQO9xvMriPDDawVfcImo6prQkpRrFaYwxryVEDqDjxgn+SWb63s77BY0+wVDK4zXZNzSJhTHOKUazWEFP7nq2iORMWZjntqyR6zVadM8AYd7lH8z7whIdgHXN36TZrLGktRDDgoFAz2/RQBMPFvBzUIIf/Adt3IEnEzs/XUhtXtSlcFbDtKiDBSC2YwJeY/k8FeTCGEnuTAJiLY1ZL23rNFp7GfRyBAjknE3jj0pNBLTkCrggiGIu2PrMiY7CRw1vmcN3h6cuVcjLQ1m8ui4drPPqdkbpYl081yP9Qp0vd8pViHyk83N5vjjoe6sj9qtQjn6WzYFo9Ewxug7JwkG8M5aXLZuwomOMc8gE++TKNl/Kk5iIp98Yl+MZWnSnm5FbgV/5wTq8TcLLifs8IjvAbBVcYCMQ0QcC2CqB6UyKnDptJPF4NhgZjmouKaTrC1aBa+g4bw1q9c+9Nth/axfPytmUHdvLResMYN1DQmOaqMcuI4WrMsiljxByycKOWXWO6e4Nv9gthkO85Xwqd+Lty2b99Rh3UBz0e4W5+8HpUD5yKr00fVS7lVG5Wj5g6dP0G1knsu3TLcRIAAAAASUVORK5CYII="},NC6I:function(module,exports,__webpack_require__){(function(process,global){var __WEBPACK_AMD_DEFINE_RESULT__;
/**
* [js-md5]{@link https://github.com/emn178/js-md5}
*
* @namespace md5
* @version 0.7.3
* @author Chen, Yi-Cyuan [emn178@gmail.com]
* @copyright Chen, Yi-Cyuan 2014-2017
* @license MIT
*/
/**
* [js-md5]{@link https://github.com/emn178/js-md5}
*
* @namespace md5
* @version 0.7.3
* @author Chen, Yi-Cyuan [emn178@gmail.com]
* @copyright Chen, Yi-Cyuan 2014-2017
* @license MIT
*/
!function(){"use strict";var ERROR="input is invalid type",WINDOW="object"==typeof window,root=WINDOW?window:{};root.JS_MD5_NO_WINDOW&&(WINDOW=!1);var WEB_WORKER=!WINDOW&&"object"==typeof self,NODE_JS=!root.JS_MD5_NO_NODE_JS&&"object"==typeof process&&process.versions&&process.versions.node;NODE_JS?root=global:WEB_WORKER&&(root=self);var COMMON_JS=!root.JS_MD5_NO_COMMON_JS&&"object"==typeof module&&module.exports,AMD=__webpack_require__("nErl"),ARRAY_BUFFER=!root.JS_MD5_NO_ARRAY_BUFFER&&"undefined"!=typeof ArrayBuffer,HEX_CHARS="0123456789abcdef".split(""),EXTRA=[128,32768,8388608,-2147483648],SHIFT=[0,8,16,24],OUTPUT_TYPES=["hex","array","digest","buffer","arrayBuffer","base64"],BASE64_ENCODE_CHAR="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),blocks=[],buffer8;if(ARRAY_BUFFER){var buffer=new ArrayBuffer(68);buffer8=new Uint8Array(buffer),blocks=new Uint32Array(buffer)}!root.JS_MD5_NO_NODE_JS&&Array.isArray||(Array.isArray=function(t){return"[object Array]"===Object.prototype.toString.call(t)}),!ARRAY_BUFFER||!root.JS_MD5_NO_ARRAY_BUFFER_IS_VIEW&&ArrayBuffer.isView||(ArrayBuffer.isView=function(t){return"object"==typeof t&&t.buffer&&t.buffer.constructor===ArrayBuffer});var createOutputMethod=function(t){return function(e){return new Md5(!0).update(e)[t]()}},createMethod=function(){var t=createOutputMethod("hex");NODE_JS&&(t=nodeWrap(t)),t.create=function(){return new Md5},t.update=function(e){return t.create().update(e)};for(var e=0;e<OUTPUT_TYPES.length;++e){var r=OUTPUT_TYPES[e];t[r]=createOutputMethod(r)}return t},nodeWrap=function(method){var crypto=eval("require('crypto')"),Buffer=eval("require('buffer').Buffer"),nodeMethod=function(t){if("string"==typeof t)return crypto.createHash("md5").update(t,"utf8").digest("hex");if(null===t||void 0===t)throw ERROR;return t.constructor===ArrayBuffer&&(t=new Uint8Array(t)),Array.isArray(t)||ArrayBuffer.isView(t)||t.constructor===Buffer?crypto.createHash("md5").update(new Buffer(t)).digest("hex"):method(t)};return nodeMethod};function Md5(t){if(t)blocks[0]=blocks[16]=blocks[1]=blocks[2]=blocks[3]=blocks[4]=blocks[5]=blocks[6]=blocks[7]=blocks[8]=blocks[9]=blocks[10]=blocks[11]=blocks[12]=blocks[13]=blocks[14]=blocks[15]=0,this.blocks=blocks,this.buffer8=buffer8;else if(ARRAY_BUFFER){var e=new ArrayBuffer(68);this.buffer8=new Uint8Array(e),this.blocks=new Uint32Array(e)}else this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];this.h0=this.h1=this.h2=this.h3=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0}Md5.prototype.update=function(t){if(!this.finalized){var e,r=typeof t;if("string"!==r){if("object"!==r)throw ERROR;if(null===t)throw ERROR;if(ARRAY_BUFFER&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!(Array.isArray(t)||ARRAY_BUFFER&&ArrayBuffer.isView(t)))throw ERROR;e=!0}for(var s,o,i=0,a=t.length,n=this.blocks,h=this.buffer8;i<a;){if(this.hashed&&(this.hashed=!1,n[0]=n[16],n[16]=n[1]=n[2]=n[3]=n[4]=n[5]=n[6]=n[7]=n[8]=n[9]=n[10]=n[11]=n[12]=n[13]=n[14]=n[15]=0),e)if(ARRAY_BUFFER)for(o=this.start;i<a&&o<64;++i)h[o++]=t[i];else for(o=this.start;i<a&&o<64;++i)n[o>>2]|=t[i]<<SHIFT[3&o++];else if(ARRAY_BUFFER)for(o=this.start;i<a&&o<64;++i)(s=t.charCodeAt(i))<128?h[o++]=s:s<2048?(h[o++]=192|s>>6,h[o++]=128|63&s):s<55296||s>=57344?(h[o++]=224|s>>12,h[o++]=128|s>>6&63,h[o++]=128|63&s):(s=65536+((1023&s)<<10|1023&t.charCodeAt(++i)),h[o++]=240|s>>18,h[o++]=128|s>>12&63,h[o++]=128|s>>6&63,h[o++]=128|63&s);else for(o=this.start;i<a&&o<64;++i)(s=t.charCodeAt(i))<128?n[o>>2]|=s<<SHIFT[3&o++]:s<2048?(n[o>>2]|=(192|s>>6)<<SHIFT[3&o++],n[o>>2]|=(128|63&s)<<SHIFT[3&o++]):s<55296||s>=57344?(n[o>>2]|=(224|s>>12)<<SHIFT[3&o++],n[o>>2]|=(128|s>>6&63)<<SHIFT[3&o++],n[o>>2]|=(128|63&s)<<SHIFT[3&o++]):(s=65536+((1023&s)<<10|1023&t.charCodeAt(++i)),n[o>>2]|=(240|s>>18)<<SHIFT[3&o++],n[o>>2]|=(128|s>>12&63)<<SHIFT[3&o++],n[o>>2]|=(128|s>>6&63)<<SHIFT[3&o++],n[o>>2]|=(128|63&s)<<SHIFT[3&o++]);this.lastByteIndex=o,this.bytes+=o-this.start,o>=64?(this.start=o-64,this.hash(),this.hashed=!0):this.start=o}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},Md5.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,e=this.lastByteIndex;t[e>>2]|=EXTRA[3&e],e>=56&&(this.hashed||this.hash(),t[0]=t[16],t[16]=t[1]=t[2]=t[3]=t[4]=t[5]=t[6]=t[7]=t[8]=t[9]=t[10]=t[11]=t[12]=t[13]=t[14]=t[15]=0),t[14]=this.bytes<<3,t[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},Md5.prototype.hash=function(){var t,e,r,s,o,i,a=this.blocks;this.first?e=((e=((t=((t=a[0]-680876937)<<7|t>>>25)-271733879<<0)^(r=((r=(-271733879^(s=((s=(-1732584194^2004318071&t)+a[1]-117830708)<<12|s>>>20)+t<<0)&(-271733879^t))+a[2]-1126478375)<<17|r>>>15)+s<<0)&(s^t))+a[3]-1316259209)<<22|e>>>10)+r<<0:(t=this.h0,e=this.h1,r=this.h2,e=((e+=((t=((t+=((s=this.h3)^e&(r^s))+a[0]-680876936)<<7|t>>>25)+e<<0)^(r=((r+=(e^(s=((s+=(r^t&(e^r))+a[1]-389564586)<<12|s>>>20)+t<<0)&(t^e))+a[2]+606105819)<<17|r>>>15)+s<<0)&(s^t))+a[3]-1044525330)<<22|e>>>10)+r<<0),e=((e+=((t=((t+=(s^e&(r^s))+a[4]-176418897)<<7|t>>>25)+e<<0)^(r=((r+=(e^(s=((s+=(r^t&(e^r))+a[5]+1200080426)<<12|s>>>20)+t<<0)&(t^e))+a[6]-1473231341)<<17|r>>>15)+s<<0)&(s^t))+a[7]-45705983)<<22|e>>>10)+r<<0,e=((e+=((t=((t+=(s^e&(r^s))+a[8]+1770035416)<<7|t>>>25)+e<<0)^(r=((r+=(e^(s=((s+=(r^t&(e^r))+a[9]-1958414417)<<12|s>>>20)+t<<0)&(t^e))+a[10]-42063)<<17|r>>>15)+s<<0)&(s^t))+a[11]-1990404162)<<22|e>>>10)+r<<0,e=((e+=((t=((t+=(s^e&(r^s))+a[12]+1804603682)<<7|t>>>25)+e<<0)^(r=((r+=(e^(s=((s+=(r^t&(e^r))+a[13]-40341101)<<12|s>>>20)+t<<0)&(t^e))+a[14]-1502002290)<<17|r>>>15)+s<<0)&(s^t))+a[15]+1236535329)<<22|e>>>10)+r<<0,e=((e+=((s=((s+=(e^r&((t=((t+=(r^s&(e^r))+a[1]-165796510)<<5|t>>>27)+e<<0)^e))+a[6]-1069501632)<<9|s>>>23)+t<<0)^t&((r=((r+=(t^e&(s^t))+a[11]+643717713)<<14|r>>>18)+s<<0)^s))+a[0]-373897302)<<20|e>>>12)+r<<0,e=((e+=((s=((s+=(e^r&((t=((t+=(r^s&(e^r))+a[5]-701558691)<<5|t>>>27)+e<<0)^e))+a[10]+38016083)<<9|s>>>23)+t<<0)^t&((r=((r+=(t^e&(s^t))+a[15]-660478335)<<14|r>>>18)+s<<0)^s))+a[4]-405537848)<<20|e>>>12)+r<<0,e=((e+=((s=((s+=(e^r&((t=((t+=(r^s&(e^r))+a[9]+568446438)<<5|t>>>27)+e<<0)^e))+a[14]-1019803690)<<9|s>>>23)+t<<0)^t&((r=((r+=(t^e&(s^t))+a[3]-187363961)<<14|r>>>18)+s<<0)^s))+a[8]+1163531501)<<20|e>>>12)+r<<0,e=((e+=((s=((s+=(e^r&((t=((t+=(r^s&(e^r))+a[13]-1444681467)<<5|t>>>27)+e<<0)^e))+a[2]-51403784)<<9|s>>>23)+t<<0)^t&((r=((r+=(t^e&(s^t))+a[7]+1735328473)<<14|r>>>18)+s<<0)^s))+a[12]-1926607734)<<20|e>>>12)+r<<0,e=((e+=((i=(s=((s+=((o=e^r)^(t=((t+=(o^s)+a[5]-378558)<<4|t>>>28)+e<<0))+a[8]-2022574463)<<11|s>>>21)+t<<0)^t)^(r=((r+=(i^e)+a[11]+1839030562)<<16|r>>>16)+s<<0))+a[14]-35309556)<<23|e>>>9)+r<<0,e=((e+=((i=(s=((s+=((o=e^r)^(t=((t+=(o^s)+a[1]-1530992060)<<4|t>>>28)+e<<0))+a[4]+1272893353)<<11|s>>>21)+t<<0)^t)^(r=((r+=(i^e)+a[7]-155497632)<<16|r>>>16)+s<<0))+a[10]-1094730640)<<23|e>>>9)+r<<0,e=((e+=((i=(s=((s+=((o=e^r)^(t=((t+=(o^s)+a[13]+681279174)<<4|t>>>28)+e<<0))+a[0]-358537222)<<11|s>>>21)+t<<0)^t)^(r=((r+=(i^e)+a[3]-722521979)<<16|r>>>16)+s<<0))+a[6]+76029189)<<23|e>>>9)+r<<0,e=((e+=((i=(s=((s+=((o=e^r)^(t=((t+=(o^s)+a[9]-640364487)<<4|t>>>28)+e<<0))+a[12]-421815835)<<11|s>>>21)+t<<0)^t)^(r=((r+=(i^e)+a[15]+530742520)<<16|r>>>16)+s<<0))+a[2]-995338651)<<23|e>>>9)+r<<0,e=((e+=((s=((s+=(e^((t=((t+=(r^(e|~s))+a[0]-198630844)<<6|t>>>26)+e<<0)|~r))+a[7]+1126891415)<<10|s>>>22)+t<<0)^((r=((r+=(t^(s|~e))+a[14]-1416354905)<<15|r>>>17)+s<<0)|~t))+a[5]-57434055)<<21|e>>>11)+r<<0,e=((e+=((s=((s+=(e^((t=((t+=(r^(e|~s))+a[12]+1700485571)<<6|t>>>26)+e<<0)|~r))+a[3]-1894986606)<<10|s>>>22)+t<<0)^((r=((r+=(t^(s|~e))+a[10]-1051523)<<15|r>>>17)+s<<0)|~t))+a[1]-2054922799)<<21|e>>>11)+r<<0,e=((e+=((s=((s+=(e^((t=((t+=(r^(e|~s))+a[8]+1873313359)<<6|t>>>26)+e<<0)|~r))+a[15]-30611744)<<10|s>>>22)+t<<0)^((r=((r+=(t^(s|~e))+a[6]-1560198380)<<15|r>>>17)+s<<0)|~t))+a[13]+1309151649)<<21|e>>>11)+r<<0,e=((e+=((s=((s+=(e^((t=((t+=(r^(e|~s))+a[4]-145523070)<<6|t>>>26)+e<<0)|~r))+a[11]-1120210379)<<10|s>>>22)+t<<0)^((r=((r+=(t^(s|~e))+a[2]+718787259)<<15|r>>>17)+s<<0)|~t))+a[9]-343485551)<<21|e>>>11)+r<<0,this.first?(this.h0=t+1732584193<<0,this.h1=e-271733879<<0,this.h2=r-1732584194<<0,this.h3=s+271733878<<0,this.first=!1):(this.h0=this.h0+t<<0,this.h1=this.h1+e<<0,this.h2=this.h2+r<<0,this.h3=this.h3+s<<0)},Md5.prototype.hex=function(){this.finalize();var t=this.h0,e=this.h1,r=this.h2,s=this.h3;return HEX_CHARS[t>>4&15]+HEX_CHARS[15&t]+HEX_CHARS[t>>12&15]+HEX_CHARS[t>>8&15]+HEX_CHARS[t>>20&15]+HEX_CHARS[t>>16&15]+HEX_CHARS[t>>28&15]+HEX_CHARS[t>>24&15]+HEX_CHARS[e>>4&15]+HEX_CHARS[15&e]+HEX_CHARS[e>>12&15]+HEX_CHARS[e>>8&15]+HEX_CHARS[e>>20&15]+HEX_CHARS[e>>16&15]+HEX_CHARS[e>>28&15]+HEX_CHARS[e>>24&15]+HEX_CHARS[r>>4&15]+HEX_CHARS[15&r]+HEX_CHARS[r>>12&15]+HEX_CHARS[r>>8&15]+HEX_CHARS[r>>20&15]+HEX_CHARS[r>>16&15]+HEX_CHARS[r>>28&15]+HEX_CHARS[r>>24&15]+HEX_CHARS[s>>4&15]+HEX_CHARS[15&s]+HEX_CHARS[s>>12&15]+HEX_CHARS[s>>8&15]+HEX_CHARS[s>>20&15]+HEX_CHARS[s>>16&15]+HEX_CHARS[s>>28&15]+HEX_CHARS[s>>24&15]},Md5.prototype.toString=Md5.prototype.hex,Md5.prototype.digest=function(){this.finalize();var t=this.h0,e=this.h1,r=this.h2,s=this.h3;return[255&t,t>>8&255,t>>16&255,t>>24&255,255&e,e>>8&255,e>>16&255,e>>24&255,255&r,r>>8&255,r>>16&255,r>>24&255,255&s,s>>8&255,s>>16&255,s>>24&255]},Md5.prototype.array=Md5.prototype.digest,Md5.prototype.arrayBuffer=function(){this.finalize();var t=new ArrayBuffer(16),e=new Uint32Array(t);return e[0]=this.h0,e[1]=this.h1,e[2]=this.h2,e[3]=this.h3,t},Md5.prototype.buffer=Md5.prototype.arrayBuffer,Md5.prototype.base64=function(){for(var t,e,r,s="",o=this.array(),i=0;i<15;)t=o[i++],e=o[i++],r=o[i++],s+=BASE64_ENCODE_CHAR[t>>>2]+BASE64_ENCODE_CHAR[63&(t<<4|e>>>4)]+BASE64_ENCODE_CHAR[63&(e<<2|r>>>6)]+BASE64_ENCODE_CHAR[63&r];return t=o[i],s+=BASE64_ENCODE_CHAR[t>>>2]+BASE64_ENCODE_CHAR[t<<4&63]+"=="};var exports=createMethod();COMMON_JS?module.exports=exports:(root.md5=exports,AMD&&(__WEBPACK_AMD_DEFINE_RESULT__=function(){return exports}.call(exports,__webpack_require__,exports,module),void 0===__WEBPACK_AMD_DEFINE_RESULT__||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)))}()}).call(exports,__webpack_require__("W2nU"),__webpack_require__("DuR2"))},"T+/8":function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var s=r("jvWE"),o=r("LlAa"),i=r("TUB1"),a=r("P9l9"),n=r("NC6I"),h=r.n(n),f={name:"login",data:function(){return{windowH:window.screen.availHeight-104+"px",loginForm:{userName:"",password:"",checked:!1},rules:{userName:[{required:!0,message:"请输入账号",trigger:"blur"}],password:[{required:!0,message:"请输入密码",trigger:"blur"}]}}},computed:{},methods:{toRouterView:function(t){this.$router.push({path:t.path})},submitForm:Object(s.a)(function(t){var e=this;e.$refs[t].validate(function(t){if(!t)return!1;e.postPassLogin()})},500),postPassLogin:function(){var t=this,e={userName:t.loginForm.userName,password:h()(t.loginForm.password)};Object(a.b)("/gateway-manage/login",e).then(function(e){var r=e.data;if("0000"==r.code)return i.a.showmsg("登录成功","success"),t.$router.push("/overview"),!1;o.a.errorMsg(r)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},getUserInfo:function(){var t=this;Object(a.b)("/gateway-manage/get-login-userInfo",{}).then(function(e){if("0000"==e.data.code)return i.a.showmsg("用户已登录","success"),void t.$router.push("/overview")}).catch(function(t){})}},mounted:function(){this.getUserInfo()},components:{}},c={render:function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"login-wrap",staticStyle:{height:"100vh"}},[t._m(0),t._v(" "),r("section",[r("div",{staticClass:"login-wrap-body"},[r("div",{staticClass:"login-wrap-form"},[r("div",{staticClass:"form-title font-24 color-303133 text-center"},[t._v("登录")]),t._v(" "),r("el-form",{ref:"loginForm",staticClass:"loginForm",attrs:{model:t.loginForm,rules:t.rules}},[r("el-form-item",{attrs:{label:"",prop:"userName"}},[r("el-input",{staticClass:"w-318",attrs:{"prefix-icon":"iconfont iconzhanghao",placeholder:"请输入账号"},model:{value:t.loginForm.userName,callback:function(e){t.$set(t.loginForm,"userName",e)},expression:"loginForm.userName"}})],1),t._v(" "),r("el-form-item",{attrs:{label:"",prop:"password"}},[r("el-input",{staticClass:"w-318",attrs:{"prefix-icon":"iconfont iconmima",type:"password",placeholder:"请输入密码"},model:{value:t.loginForm.password,callback:function(e){t.$set(t.loginForm,"password",e)},expression:"loginForm.password"}})],1),t._v(" "),r("el-form-item",[r("el-button",{attrs:{type:"primary"},on:{click:function(e){t.submitForm("loginForm")}}},[t._v("登录")])],1)],1)],1)])]),t._v(" "),r("div",{staticClass:"login-footer font-12 color-909399"},[t._v("Copyright "+t._s((new Date).getFullYear())+" Demogic.com All Rights Reserved 浙ICP备15033117号-1")])])},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("header",[e("div",{staticClass:"login-wrap-header"},[e("img",{staticClass:"login-wrap-inline",attrs:{src:r("H6Jm"),alt:"logo"}}),this._v(" "),e("span",{staticClass:"login-wrap-inline"},[this._v("API网关管理后台")])])])}]};var u=r("VU/8")(f,c,!1,function(t){r("+2KV")},"data-v-99ea8192",null);e.default=u.exports},nErl:function(t,e){(function(e){t.exports=e}).call(e,{})}});
\ No newline at end of file
webpackJsonp([8],{"7Otq":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAohJREFUSA3llr9vjlEUx/u0fkVaWiQGtPEGVYnBJMwmE5PJwtbBYqhB/AESQUSnpiFCaMTAJKIq1GBQNWgTQyPKIKlfg2q1fX2+b+6t+97nXs9zG1tP8nnvueeec773+f1mDYlWrVb3UHIQqjCcZdl4SossJRmxbeSfAFsn0T5EP5bt01g20eR1MVoxheR3yilrqYI/A42nA7FoKFVwhE5fnW5f8F8780LXPT2FyUrgOq5hOAILcJ/r94uxtK0onWkSJYDoFNO5VDG1SBZETDVrYV4+onNqVNYKTylNV9JMj0OHYSuj3ajEPsB7wyQb+I0ftaAgIluo0CMgEfllb655cvVMagNjiH9irLNYo29kzcAmiOXUNTKTJlOjG+l7KCHW7AHJ++AqDIHEi0wig9AL++Ee5CwmuJHMy/AK2uASPINZ8E2xp6CczTAKF0B1OYsJ2sSdONrpQ/gB2sQL0M2im2MYJGSPbgC/AmnGTTMKvi0QuAUd0ALNUIEBCNnL0qpUvwl1MDE9+EfhGMyYWGgICtrnyd+MPjsxW83CLtC4KpYUixddw1jdkuPLV/Daks/Z38Jgj9wp5XbbTc0ZOA93IdVuU3ARztJrh19cu0tZaGfhAOgd2g/XefH2MOqDe5zhCqzX/B+mfwLd1ElQdXqvDjKeZNwA+oc3qYXDoGfLmt6HdcZCOzyxCYw9cM6ZP8LXV2XRmGfw3MmZxj8kwbdOUK7EmxcrjUOsEU6bdSuoJqcg95kj1gaz4NqIdqF3ZIsnUOHwJ7xYbUr+XpztoMuhb95YbcH7IU9/H8e98JSO8A64piPO7dgrLJzSowneuY3xb0iwFST6GR6DvhD/xejVBUOg3jdh3R/Z4PK7K+X7nwAAAABJRU5ErkJggg=="},JXTs:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a("mvHQ"),i=a.n(n),r=a("P9l9"),o=a("LlAa"),s=a("TUB1"),c={name:"vue-api-header",data:function(){return{baseInfo:{}}},methods:{toLoginOut:function(){var t=this;t.$confirm("确认退出吗?","提示",{type:"warning"}).then(function(){t.postLoginOut()}).catch(function(t){})},postLoginOut:function(){var t=this;Object(r.a)("/gateway-manage/invalidate",{}).then(function(e){var a=e.data;if("0000"==a.code)return s.a.showmsg("退出成功","success"),t.$store.dispatch("clearUserInfo"),t.$router.push("/login"),!1;o.a.errorMsg(a)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},getUserInfo:function(){var t=this;Object(r.a)("/gateway-manage/get-login-userInfo",{}).then(function(e){var a=e.data;if("0000"==a.code)return t.baseInfo=a.result,localStorage.removeItem("userInfo"),void localStorage.setItem("userInfo",i()(a.result));o.a.errorMsg(a)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})}},watch:{$route:{handler:function(t,e){},deep:!0}},mounted:function(){this.pathName=this.$route.path,this.getUserInfo()}},l={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"api-header"},[a("div",{staticClass:"api-header-wrap border-box flex flex-space-between"},[t._m(0),t._v(" "),a("div",{staticClass:"api-header-right"},[a("div",{staticClass:"api-header-right_info"},[a("span",{staticClass:"api-header-message"},[t._v("消息")]),t._v(" "),a("el-popover",{staticStyle:{"min-width":"95px","margin-left":"10px"},attrs:{placement:"bottom",title:"",width:"95",trigger:"hover","popper-class":"user-header-pop"}},[a("ul",{staticClass:"navsuerwrap"},[a("li",{staticClass:"user-item loginout",staticStyle:{"text-align":"center"},on:{click:function(e){return e.stopPropagation(),t.toLoginOut(e)}}},[a("a",{staticClass:"usertext "},[t._v("退出登录")])])]),t._v(" "),a("div",{staticClass:"nav-user-name",staticStyle:{display:"inline-block"},attrs:{slot:"reference"},slot:"reference"},[a("a",{staticClass:"user-left-img flex flex-align-center"},[a("img",{staticStyle:{width:"30px",height:"30px","border-radius":"15px","padding-right":"2px"},attrs:{src:t.baseInfo.avatar,alt:""}}),a("span",{staticClass:"color-fff font-14 p-r-14"},[t._v(t._s(t.baseInfo.userName))]),a("i",{staticClass:"el-icon-arrow-down font-14 color-fff"})])])])],1)])])])},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"api-header-left"},[e("img",{attrs:{src:a("7Otq"),alt:""}}),e("span",{staticClass:"color-fff "},[this._v("API网关管理后台")])])}]};var d=a("VU/8")(c,l,!1,function(t){a("WKN7")},"data-v-2884065b",null).exports,b={name:"vue-api-aside",props:{activeSelTab:{type:String,default:function(){return"1"}}},data:function(){return{activeTab:this.activeSelTab,leftMenuData:[{tabId:1,tabCode:1,tabName:"概览",tabIcon:"icongailan-",collapsFlag:!1,tabUrl:"/overview",children:[]},{tabId:2,tabCode:2,tabName:"API管理",tabIcon:"iconapi",collapsFlag:!0,tabUrl:"/apiProgram",children:[{tabId:21,tabCode:21,tabName:"项目列表",tabIcon:"",tabUrl:"/apiProgram"},{tabId:22,tabCode:22,tabName:"API列表",tabIcon:"",tabUrl:"/apiList"}]},{tabId:3,tabCode:3,tabName:"环境管理",tabIcon:"iconhuanjingguanli",collapsFlag:!1,tabUrl:"/envManage",children:[]},{tabId:4,tabCode:4,tabName:"发布记录",tabIcon:"iconfabu",collapsFlag:!1,tabUrl:"/releaseRecords",children:[]},{tabId:5,tabCode:5,tabName:"插件管理",tabIcon:"iconchajianguanli",collapsFlag:!1,tabUrl:"/pluginManage",children:[]},{tabId:6,tabCode:6,tabName:"错误码",tabIcon:"iconcuowu",collapsFlag:!1,tabUrl:"/errorCode",children:[]},{tabId:7,tabCode:7,tabName:"预警系统",tabIcon:"iconRectangleCopy",collapsFlag:!1,tabUrl:"/",children:[]},{tabId:8,tabCode:8,tabName:"日志管理",tabIcon:"iconrizhiguanli",collapsFlag:!1,tabUrl:"/",children:[]},{tabId:9,tabCode:9,tabName:"权限管理",tabIcon:"iconquanxian",collapsFlag:!1,tabUrl:"/",children:[]}]}},methods:{selectTab:function(t,e,a){if(e?this.leftMenuData[a].onlyIconActive=!0:(this.leftMenuData.forEach(function(t){t.onlyIconActive=!1}),this.$forceUpdate()),t.hasOwnProperty("children")&&t.children.length>0)return this.leftMenuData[a].onlyIconActive=!0,t.children[0].hasOwnProperty("children")&&t.children[0].hasOwnProperty("children").length>0?(this.activeTab=t.children[0].children[0].tabCode,this.$emit("setSelectTab",t),!1):(this.activeTab=t.children[0].tabCode,this.$emit("setSelectTab",t),!1);this.activeTab=t.tabCode,this.$emit("setSelectTab",t)},getLeftMenu:function(){var t=this,e={project:t.repProjectName,router:t.pathName,requestProject:t.repProjectName};Object(r.a)("/haoban-manage-web/menu-detail",e).then(function(e){var a=e.data;if(1==a.errorCode)return a.result?void 0:void t.$message.error({duration:1e3,message:"暂无数据"});t.$message.error({duration:1e3,message:a.message})}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})}},watch:{$route:{handler:function(t,e){},deep:!0},activeSelTab:function(t,e){this.activeTab=t}},mounted:function(){this.activeTab=this.activeSelTab}},u={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"api-body-left border-box"},[a("ul",{staticClass:"tab-left-list border-box"},[t._l(t.leftMenuData,function(e,n){return[a("li",{key:n,class:["tab-left-list-cell color-606266 font-14 border-box my-first-level",e.tabCode==t.activeTab?"active-tab":""],on:{click:function(a){t.selectTab(e,!1,n)}}},[a("i",{class:["iconfont tab-icon",e.tabIcon,e.onlyIconActive?"iconActive":""]}),t._v(t._s(e.tabName)+"\n ")]),t._v(" "),e.collapsFlag?a("ul",{key:"childitem"+n,staticClass:"child-tab-left-list"},[t._l(e.children,function(e,i){return[a("li",{key:i,class:["tab-left-list-cell color-606266 font-14 border-box",e.tabCode==t.activeTab?"active-tab":""],on:{click:function(a){t.selectTab(e,"child",n)}}},[t._v(t._s(e.tabName))])]})],2):t._e()]})],2)])},staticRenderFns:[]};var h={name:"index",data:function(){return{projectName:"haoban-manage-web",windowH:window.screen.height-56-40-72+"px",collapseFlag:!1,activeSelTab:""}},methods:{changeRoute:function(t){this.$router.push(t)},toRouterView:function(t){this.$router.push({path:t.path})},showTab:function(t){this.activeSelTab=t},setSelectTab:function(t){var e=t.tabCode;t.hasOwnProperty("children")&&t.children.length&&(e=t.children[0].tabCode,t.children[0].hasOwnProperty("children")&&t.children[0].hasOwnProperty("children").length&&(e=t.children[0].children[0].tabCode)),this.$router.push({path:t.tabUrl,query:{tabCode:e}})},getDataOverview:function(){}},mounted:function(){this.contentHeight=(document.documentElement.clientHeight||document.body.clientHeight)-204+"px"},components:{vueApiHeader:d,vueApiAside:a("VU/8")(b,u,!1,function(t){a("z3AI")},"data-v-121f517a",null).exports}},f={render:function(){var t=this.$createElement,e=this._self._c||t;return e("div",{attrs:{id:"index"}},[e("vue-api-header"),this._v(" "),e("div",{staticClass:"api-body border-box"},[e("div",{staticClass:"api-body-wrap flex border-box"},[e("vue-api-aside",{attrs:{activeSelTab:this.activeSelTab},on:{setSelectTab:this.setSelectTab}}),this._v(" "),e("div",{staticClass:"api-body-right border-box",staticStyle:{height:"calc(100vh - 56px)"}},[e("transition",{attrs:{name:"fade",mode:"out-in"}},[e("router-view",{on:{showTab:this.showTab}})],1)],1)],1)])],1)},staticRenderFns:[]};var g=a("VU/8")(h,f,!1,function(t){a("SgwK")},null,null);e.default=g.exports},SgwK:function(t,e){},WKN7:function(t,e){},z3AI:function(t,e){}});
\ No newline at end of file
webpackJsonp([9],{KLiK:function(e,t){},ZT99:function(e,t){},iGM1:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=a("319J"),n=a("mvHQ"),i=a.n(n),s=a("l46T"),r=a("P9l9"),l=a("TUB1"),c=a("LlAa"),u={name:"new-env",props:{showDialog:{type:Boolean,default:!1},editRow:{type:Object,default:function(){return{sceneName:"",sceneCode:"",domainUrl:"",defaultFlag:!1}}}},components:{limitInput:s.a},data:function(){return{customDialog:!1,formData:{sceneName:"",sceneCode:"",domainUrl:"",defaultFlag:!1},rules:{sceneName:[{required:!0,message:"请输入环境名称",trigger:"blur"}],sceneCode:[{required:!0,message:"请输入环境code",trigger:"blur"}],domainUrl:[{required:!0,message:"请输入环境域名",trigger:"blur"}]}}},methods:{handleClose:function(e){this.$refs.envForm.resetFields(),e(),this.hideDialog()},customCancel:function(){this.$refs.envForm.resetFields(),this.hideDialog()},hideDialog:function(){this.customDialog=!1,this.formData.sceneName="",this.formData.sceneCode="",this.formData.domainUrl="",this.$emit("hideDialog","")},customConfirm:function(e){var t=this;t.formData.sceneName=t.formData.sceneName?String(t.formData.sceneName).replace(/\s+/g,""):"",t.formData.sceneCode=t.formData.sceneCode?String(t.formData.sceneCode).replace(/\s+/g,""):"",t.formData.domainUrl=t.formData.domainUrl?String(t.formData.domainUrl).replace(/\s+/g,""):"",t.$refs[e].validate(function(e){if(!e)return!1;t.postEditData()})},postEditData:function(){var e=this,t={sceneName:e.formData.sceneName,sceneCode:e.formData.sceneCode,domainUrl:e.formData.domainUrl,defaultFlag:e.formData.defaultFlag?"1":"0"};Object(r.a)(e.editRow.sceneCode?"/gateway-manage/update-scene":"/gateway-manage/create-scene",t).then(function(t){var a=t.data;if("0000"==a.code)return l.a.showmsg("保存成功","success"),void e.setData();c.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})},setData:function(e){this.$emit("hideDialog",this.formData)}},watch:{showDialog:function(e,t){this.customDialog=e},editRow:function(e,t){this.formData=JSON.parse(i()(e))}},mounted:function(){this.customDialog=this.showDialog,this.formData=JSON.parse(i()(this.editRow))}},d={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{directives:[{name:"show",rawName:"v-show",value:e.customDialog,expression:"customDialog"}]},[a("el-dialog",{staticClass:"edit-dialog",attrs:{title:e.editRow.sceneCode?"编辑环境":"新建环境",visible:e.customDialog,width:"600px","before-close":e.handleClose},on:{"update:visible":function(t){e.customDialog=t}}},[a("div",{staticClass:"edit-dialog-body"},[a("el-form",{ref:"envForm",attrs:{model:e.formData,"label-width":"94px",rules:e.rules}},[a("el-form-item",{attrs:{label:"环境名称:",prop:"sceneName"}},[a("limitInput",{attrs:{inputWidth:400,inputValue:e.formData.sceneName,holder:"请输入环境名称",getByType:"word",maxLength:20},on:{"update:inputValue":function(t){e.$set(e.formData,"sceneName",t)}}})],1),e._v(" "),a("el-form-item",{attrs:{label:"环境code:",prop:"sceneCode"}},[a("limitInput",{attrs:{inputWidth:400,disflag:!!e.editRow.sceneCode,inputValue:e.formData.sceneCode,holder:"请输入环境code",getByType:"word",maxLength:20},on:{"update:inputValue":function(t){e.$set(e.formData,"sceneCode",t)}}})],1),e._v(" "),a("el-form-item",{attrs:{label:"环境域名:",prop:"domainUrl"}},[a("limitInput",{attrs:{inputWidth:400,inputValue:e.formData.domainUrl,holder:"请输入环境域名",getByType:"word",maxLength:50},on:{"update:inputValue":function(t){e.$set(e.formData,"domainUrl",t)}}})],1),e._v(" "),a("el-form-item",{attrs:{label:"默认环境:"}},[a("el-checkbox",{model:{value:e.formData.defaultFlag,callback:function(t){e.$set(e.formData,"defaultFlag",t)},expression:"formData.defaultFlag"}},[e._v("设置为默认环境")])],1)],1)],1),e._v(" "),a("div",{staticClass:"dialog-footer",staticStyle:{"padding-bottom":"10px"},attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:e.customCancel}},[e._v("取 消")]),e._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:function(t){e.customConfirm("envForm")}}},[e._v(e._s(e.editRow.sceneCode?"保 存":"新 建"))])],1)])],1)},staticRenderFns:[]};var f=a("VU/8")(u,d,!1,function(e){a("KLiK")},"data-v-7ef9b82e",null).exports,h=a("jvWE"),m={name:"env-list",data:function(){return{searchValue:"",tableData:[{sceneName:"测试",sceneCode:"234",domainUrl:"http://123.com",defaultFlag:!1,createTime:1564455643252}],showDialog:!1,editIndex:"",editRow:{}}},components:{newEnv:f},methods:{editEnv:function(){this.showDialog=!0},hideDialog:function(e){if(!e)return this.editIndex="",this.editRow={},this.showDialog=!1,!1;this.editRow.sceneCode?(this.tableData[this.editIndex].sceneName=e.sceneName,this.tableData[this.editIndex].domainUrl=e.domainUrl,this.tableData[this.editIndex].defaultFlag=e.defaultFlag):(this.currentPage=1,this.getData()),this.editIndex="",this.editRow={},this.showDialog=!1,this.$forceUpdate()},searchData:Object(h.a)(function(e){this.currentPage,this.getData()},500),clearInput:function(){this.currentPage=1,this.getData()},handleSizeChange:function(e){this.pageSize=e,this.getData()},handleCurrentChange:function(e){this.currentPage=e,this.getData()},handleEdit:function(e,t){this.editIndex=e,this.editRow=t,this.showDialog=!0},handleDel:function(e,t){var a=this;a.$confirm("确定删除该环境?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){a.postDelData(e,t)}).catch(function(){})},postDelData:function(e,t){var a=this,o={sceneCode:t.sceneCode};Object(r.a)("/gateway-manage/delete-scene",o).then(function(t){var o=t.data;if("0000"==o.code)return l.a.showmsg("删除成功","success"),void a.tableData.splice(e,1);c.a.errorMsg(o)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})},changeEnv:function(e,t){this.postChangeEnv(e,t)},postChangeEnv:function(e,t){var a=this,o={defaultFlag:t?"1":"0",sceneCode:e.sceneCode};Object(r.a)("/gateway-manage/set-default-scene",o).then(function(e){var t=e.data;if("0000"==t.code)return l.a.showmsg("设置成功","success"),void a.getData();c.a.errorMsg(t)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})},getData:function(){var e=this;Object(r.a)("/gateway-manage/list-all-scene",{}).then(function(t){var a=t.data;if("0000"==a.code)return a.result&&a.result.length&&a.result.forEach(function(e){e.defaultFlag=1==e.defaultFlag}),void(e.tableData=a.result||[]);c.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},mounted:function(){this.getData()}},p={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("div",{staticClass:"search-wrap m-b-20 flex flex-space-between"},[a("el-input",{staticClass:"w-320 serach",attrs:{clearable:"",placeholder:"请输入发布版本"},on:{clear:e.clearInput},nativeOn:{keyup:function(t){return a=t,e.searchData(a);var a}},model:{value:e.searchValue,callback:function(t){e.searchValue=t},expression:"searchValue"}},[a("i",{staticClass:"el-input__icon el-icon-search",attrs:{slot:"prefix"},slot:"prefix"})]),e._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:e.editEnv}},[e._v("新建环境")])],1),e._v(" "),a("div",{staticClass:"table-wrap"},[a("el-table",{staticStyle:{width:"100%"},attrs:{data:e.tableData}},[a("el-table-column",{attrs:{prop:"sceneName",label:"环境名称","show-overflow-tooltip":""}}),e._v(" "),a("el-table-column",{attrs:{label:"环境code","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.sceneCode)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"环境域名","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.domainUrl)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"默认环境","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-switch",{attrs:{"active-text":"","inactive-text":""},on:{change:function(a){e.changeEnv(t.row,t.row.defaultFlag)}},model:{value:t.row.defaultFlag,callback:function(a){e.$set(t.row,"defaultFlag",a)},expression:"scope.row.defaultFlag"}})]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"创建时间","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToYmd")(t.row.createTime)))]),e._v(" "),a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToHms")(t.row.createTime)))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"操作","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleEdit(t.$index,t.row)}}},[e._v("编辑")]),e._v(" "),a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleDel(t.$index,t.row)}}},[e._v("删除")])]}}])})],1)],1),e._v(" "),a("new-env",{attrs:{editRow:e.editRow,showDialog:e.showDialog},on:{hideDialog:e.hideDialog}})],1)},staticRenderFns:[]};var g=a("VU/8")(m,p,!1,function(e){a("oSTL")},"data-v-0c33a274",null).exports,v={name:"env-set-list",data:function(){return{proxyType:"0",searchValue:"",tableData:[],pageSize:20,currentPage:1,totalCount:0}},methods:{toCreatSet:function(){this.$router.push("/createEnvSet?proxyType="+this.proxyType)},searchData:Object(h.a)(function(e){this.currentPage,this.getData()},500),clearInput:function(){this.currentPage=1,this.getData()},changeType:function(e){this.currentPage=1,this.getData()},handleSizeChange:function(e){this.pageSize=e,this.getData()},handleCurrentChange:function(e){this.currentPage=e,this.getData()},handleShow:function(e,t){this.$router.push("/createEnvSet?envSetFlag=show&proxyType="+t.proxyType+"&backendProxyId="+t.backendProxyId)},handleEdit:function(e,t){this.$router.push("/createEnvSet?envSetFlag=edit&proxyType="+t.proxyType+"&backendProxyId="+t.backendProxyId)},handleDel:function(e,t){var a=this;a.$confirm("确定删除该环境?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){a.postDelData(e,t)}).catch(function(){})},postDelData:function(e,t){var a=this,o={backendProxyId:t.backendProxyId,requestProject:a.repProjectName};Object(r.a)("/gateway-manage/delete-proxy",o).then(function(t){var o=t.data;if("0000"==o.code)return l.a.showmsg("删除成功","success"),void a.tableData.splice(e,1);c.a.errorMsg(o)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})},getData:function(){var e=this,t={search:e.searchValue,pageNum:e.currentPage,pageSize:e.pageSize,proxyType:e.proxyType};Object(r.a)("/gateway-manage/page-proxy",t).then(function(t){var a=t.data;if("0000"==a.code)return e.tableData=a.result.result||[],void(e.totalCount=a.result.totalCount);c.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},mounted:function(){this.getData()}},b={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("div",{staticClass:"search-wrap m-b-20 flex flex-space-between"},[a("el-input",{staticClass:"w-320",attrs:{clearable:"",placeholder:"请输入配置名称/code"},on:{clear:e.clearInput},nativeOn:{keyup:function(t){return a=t,e.searchData(a);var a}},model:{value:e.searchValue,callback:function(t){e.searchValue=t},expression:"searchValue"}},[a("i",{staticClass:"el-input__icon el-icon-search",attrs:{slot:"prefix"},slot:"prefix"})]),e._v(" "),a("div",{staticClass:"search-wrap-right"},[a("el-button",{attrs:{type:"primary"},on:{click:e.toCreatSet}},[e._v("新建配置")]),e._v(" "),a("el-radio-group",{on:{change:e.changeType},model:{value:e.proxyType,callback:function(t){e.proxyType=t},expression:"proxyType"}},[a("el-radio-button",{attrs:{label:"0"}},[e._v("http")]),e._v(" "),a("el-radio-button",{attrs:{label:"1"}},[e._v("dubbo")])],1)],1)],1),e._v(" "),a("div",{staticClass:"table-wrap"},[a("el-table",{staticStyle:{width:"100%"},attrs:{data:e.tableData}},[a("el-table-column",{attrs:{prop:"proxyName",label:"配置名称","show-overflow-tooltip":""}}),e._v(" "),a("el-table-column",{attrs:{prop:"proxyCode",label:"配置code","show-overflow-tooltip":""}}),e._v(" "),a("el-table-column",{attrs:{label:"描述","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.description)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"创建时间","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToYmd")(t.row.createTime)))]),e._v(" "),a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToHms")(t.row.createTime)))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"操作","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleShow(t.$index,t.row)}}},[e._v("查看")]),e._v(" "),a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleEdit(t.$index,t.row)}}},[e._v("编辑")]),e._v(" "),a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleDel(t.$index,t.row)}}},[e._v("删除")])]}}])})],1),e._v(" "),e.totalCount?a("div",{staticClass:"pagination text-right m-t-14"},[a("el-pagination",{attrs:{small:"","page-size":e.pageSize,"current-page":e.currentPage,layout:"prev, pager, next",total:e.totalCount},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1):e._e()],1)])},staticRenderFns:[]};var w=a("VU/8")(v,b,!1,function(e){a("pddE")},"data-v-77f8a360",null).exports,D={name:"envManage",components:{navBread:o.a,envList:g,envSetList:w},data:function(){return{navPath:[{name:"环境管理",path:""}],activeName:"first"}},methods:{handleClick:function(e,t){console.log(e,t)},getData:function(){var e=this,t={project:e.repProjectName,router:e.pathName,requestProject:e.repProjectName};Object(r.a)("/haoban-manage-web/menu-detail",t).then(function(t){var a=t.data;1!=a.errorCode&&e.$message.error({duration:1e3,message:a.message})}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},watch:{$route:{handler:function(e,t){},deep:!0}},mounted:function(){this.$emit("showTab",3),this.$route.query.tabChildid&&(this.activeName=this.$route.query.tabChildid)}},y={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"api-body-content border-box"},[a("div",{staticClass:"common-nav"},[a("nav-bread",{attrs:{navPath:e.navPath}})],1),e._v(" "),a("div",{staticClass:"api-body-main common-body-main border-box"},[a("div",{staticClass:"api-main-content border-box"},[a("div",{staticClass:"env-tab-wrap"},[a("el-tabs",{on:{"tab-click":e.handleClick},model:{value:e.activeName,callback:function(t){e.activeName=t},expression:"activeName"}},[a("el-tab-pane",{attrs:{label:"环境列表",name:"first"}},[a("env-list")],1),e._v(" "),a("el-tab-pane",{attrs:{label:"配置列表",name:"second"}},[a("env-set-list")],1)],1)],1)])])])},staticRenderFns:[]};var _=a("VU/8")(D,y,!1,function(e){a("ZT99")},"data-v-7f14fefd",null);t.default=_.exports},oSTL:function(e,t){},pddE:function(e,t){}});
\ No newline at end of file
webpackJsonp([22],{"/NA0":function(e,n){},0:function(e,n,t){t("j1ja"),e.exports=t("NHnr")},"4qCZ":function(e,n){},"5tgt":function(e,n,t){e.exports=function(e,n){return function(o){t("Opzk")("./"+e+"/"+n+".vue").then(function(e){o(e)})}}},NHnr:function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var o=t("fZjL"),a=t.n(o),r=(t("j1ja"),t("hKoQ")),i=t.n(r),u={render:function(){var e=this.$createElement,n=this._self._c||e;return n("div",{attrs:{id:"app"}},[n("transition",{attrs:{name:"fade",mode:"out-in"}},[n("router-view")],1)],1)},staticRenderFns:[]};var c=t("VU/8")({name:"App",data:function(){return{}}},u,!1,function(e){t("/NA0")},null,null).exports,s=t("lRwf"),p=t.n(s),m=t("pRNm"),f=t.n(m),g=t("5tgt"),l=t.n(g);p.a.use(f.a);var d,v=function(e){t.e(1).then(t.bind(null,"ODjX")).then(function(n){e(n)})},h=[{path:"/",name:"/",redirect:"login"},{path:"/login",name:"登录",component:l()("login","index")},{path:"/index",name:"概览",redirect:"overview",component:l()("index","index"),children:[{path:"/overview",name:"概览",component:l()("index","overview")},{path:"/apiProgram",name:"项目列表",component:l()("index","apiProgram")},{path:"/apiProgramGroup",name:"分组列表",component:l()("index","apiProgramGroup")},{path:"/apiList",name:"API列表",component:l()("index","apiList")},{path:"/createApi",name:"创建API",component:l()("index","createApi")},{path:"/apiListManage",name:"API列表管理",component:l()("index","apiListManage")},{path:"/apiListManageShow",name:"API列表管理查看",component:l()("index","apiListManageShow")},{path:"/envManage",name:"环境管理",component:l()("index","envManage")},{path:"/createEnvSet",name:"新建配置",component:l()("index","createEnvSet")},{path:"/releaseRecords",name:"发布记录",component:l()("index","releaseRecords")},{path:"/pluginManage",name:"插件管理",component:l()("index","pluginManage")},{path:"/plugAhsh",name:"插件管理",component:l()("index","plugAhsh")},{path:"/plugPlatform",name:"插件管理",component:l()("index","plugPlatform")},{path:"/errorCode",name:"错误码",component:l()("index","errorCode")}]},{path:"/403",name:"无权访问",component:v},{path:"/404",name:"error404",component:v},{path:"/500",name:"error500",component:v},{path:"*",redirect:"/404",hidden:!0}],x=new f.a({routes:h,scrollBehavior:function(){return{y:0}}}),I=t("zL8q"),S=t.n(I),M=t("Rf8U"),k=t.n(M),w=t("mtWM"),D=t.n(w),A=t("bOdI"),P=t.n(A),R=t("mvHQ"),B=t.n(R),T=t("SJI6"),b=t.n(T);p.a.use(b.a);var H=new b.a.Store({state:{userInfo:{},token:null,title:"",show:!1,bgHeight:window.screen.availHeight-440-24+"px",baseInfo:{},frontInfo:{},backInfo:{},resultInfo:{},tempBackData:[]},mutations:(d={},P()(d,"login",function(e,n){sessionStorage.token=n,e.token=n}),P()(d,"logout",function(e){sessionStorage.removeItem("token"),e.token=null}),P()(d,"title",function(e,n){e.title=n}),P()(d,"show",function(e,n){e.show=n}),P()(d,"saveUser",function(e,n){localStorage.removeItem("userInfo"),localStorage.setItem("userInfo",B()(n)),e.userInfo=JSON.parse(localStorage.getItem("userInfo"))}),P()(d,"clearUser",function(e){e.userInfo={},localStorage.getItem("userInfo")&&localStorage.removeItem("userInfo")}),P()(d,"saveBase",function(e,n){e.baseInfo=n}),P()(d,"saveFront",function(e,n){e.frontInfo=n}),P()(d,"saveBack",function(e,n){e.backInfo=n}),P()(d,"saveResult",function(e,n){e.resultInfo=n}),P()(d,"saveTempBack",function(e,n){e.tempBackData=n}),P()(d,"clearTempBack",function(e){e.tempBackData=[]}),P()(d,"clearData",function(e){e.baseInfo={},e.frontInfo={},e.backInfo={},e.resultInfo={}}),d),actions:{saveUserInfo:function(e,n){e.commit("saveUser",n)},clearUserInfo:function(e,n){e.commit("clearUser",n)},saveBaseInfo:function(e,n){e.commit("saveBase",n)},saveFrontInfo:function(e,n){e.commit("saveFront",n)},saveBackInfo:function(e,n){e.commit("saveBack",n)},saveResultInfo:function(e,n){e.commit("saveResult",n)},saveTempBackData:function(e,n){e.commit("saveTempBack",n)},clearTempBackData:function(e,n){e.commit("clearTempBack")},clearApiData:function(e,n){e.commit("clearData")}}}),E=(t("4qCZ"),t("uKUT"),t("Xcu2"),{dateFormat:function(e,n){if(e){e=10===e.toString().length?1e3*e:e;var t=new Date(e),o={"M+":t.getMonth()+1,"D+":t.getDate(),W:"日一二三四五六".charAt(t.getDay()),"h+":t.getHours(),"m+":t.getMinutes(),"s+":t.getSeconds(),"q+":Math.floor((t.getMonth()+3)/3),S:t.getMilliseconds()};for(var a in/(Y+)/.test(n)&&(n=n.replace(RegExp.$1,(t.getFullYear()+"").substr(4-RegExp.$1.length))),o)new RegExp("("+a+")").test(n)&&(n=n.replace(RegExp.$1,1===RegExp.$1.length?o[a]:("00"+o[a]).substr((""+o[a]).length)));return n}},formatTimeStamp:function(e){if(e){var n=new Date(e),t=n.getMonth()+1,o=n.getDate()<10?"0"+n.getDate():n.getDate(),a=t<10?"0"+t:t,r=n.getHours()<10?"0"+n.getHours():n.getHours(),i=n.getMinutes()<10?"0"+n.getMinutes():n.getMinutes(),u=n.getSeconds()<10?"0"+n.getSeconds():n.getSeconds();return n.getFullYear()+"-"+a+"-"+o+" "+r+":"+i+":"+u}},timeStampToYmd:function(e){if(e){var n=new Date(e),t=n.getMonth()+1,o=n.getDate()<10?"0"+n.getDate():n.getDate(),a=t<10?"0"+t:t;return n.getFullYear()+"-"+a+"-"+o}},timeStampToHms:function(e){if(e){var n=new Date(e);return(n.getHours()<10?"0"+n.getHours():n.getHours())+":"+(n.getMinutes()<10?"0"+n.getMinutes():n.getMinutes())+":"+(n.getSeconds()<10?"0"+n.getSeconds():n.getSeconds())}}});i.a.polyfill(),Vue.config.productionTip=!1,Vue.use(S.a,{size:"large"}),Vue.use(k.a,D.a),Vue.axios.defaults.withCredentials=!0,a()(E).forEach(function(e){Vue.filter(e,E[e])}),new Vue({el:"#app",router:x,store:H,components:{App:c},template:"<App/>"})},Opzk:function(e,n,t){var o={"./errorPage/403.vue":["6XGN",15],"./errorPage/404.vue":["AejC",16],"./errorPage/500.vue":["FskK",12],"./errorPage/index.vue":["ODjX",1],"./index/apiList.vue":["tiLT",0,10],"./index/apiListManage.vue":["dqHC",0,5],"./index/apiListManageShow.vue":["r4m9",0,3],"./index/apiProgram.vue":["kAqA",0,13],"./index/apiProgramGroup.vue":["G8l+",0,11],"./index/createApi.vue":["Yns/",0,2],"./index/createEnvSet.vue":["vm6Q",0,17],"./index/envManage.vue":["iGM1",0,9],"./index/errorCode.vue":["SGyq",0,14],"./index/index.vue":["JXTs",0,8],"./index/overview.vue":["EBdF",0,18],"./index/plugAhsh.vue":["JN/y",0,4],"./index/plugPlatform.vue":["dAfO",0,6],"./index/pluginManage.vue":["K0rJ",0,20],"./index/releaseRecords.vue":["OEJD",0,19],"./login/index.vue":["T+/8",0,7]};function a(e){var n=o[e];return n?Promise.all(n.slice(1).map(t.e)).then(function(){return t(n[0])}):Promise.reject(new Error("Cannot find module '"+e+"'."))}a.keys=function(){return Object.keys(o)},a.id="Opzk",e.exports=a},SJI6:function(e,n){e.exports=Vuex},Xcu2:function(e,n){},lRwf:function(e,n){e.exports=Vue},pRNm:function(e,n){e.exports=VueRouter},uKUT:function(e,n){}},[0]);
\ No newline at end of file
export const baseList = [
{
type: 'one',
name: '图片广告',
template: '1',
isSpace: 'Y',
imgList: [
{
imgUrl: '',
imglink: '',
crowd: ''
}
],
linkUrl: ''
},
{
type: 'two',
name: '魔方',
template: '1',
isSpace: 'Y',
imgList: [
{
imgUrl: '',
imglink: '',
crowd: ''
}
],
crowd: {
type: 'Y',
condition: ''
},
linkUrl: ''
},
{
type: 'three',
name: '文本',
content: '',
textcolor: '#333',
bgcolor: '#fff',
showPosition: '',
isSpace: 'Y',
crowd: {
type: 'Y',
condition: ''
}
},
{
type: 'four',
name: '横栏',
template: 'one',
tip: 'true',
textcolor: '#333',
bgcolor: '#fff',
imgList: [
{
label: '',
imgUrl: '',
linkUrl: '',
crowd: {
type: 'Y',
condition: ''
}
}
]
},
{
type: 'five',
name: '辅助线',
color: '#333',
margin: '10px',
style: 'solid'
},
{
type: 'six',
name: '辅助空白',
height: '10'
}
];
export const mainList = [
{
name:"进入积分", id: 1
},
{
name:"数据icon", id: 2
},
{
name:"卡券兑换", id: 3
},
{
name:"礼品兑换", id: 4
},
{
name:"订单分组", id: 5
}
];
export const mallList = [
{
name:"商品", id: 1
},
{
name:"商品分组", id: 2
},
{
name:"商品搜索", id: 3
}
];
export const saleList = [
{
name:"优惠券", id: 1
},
{
name:"拼团", id: 2
},
{
name:"周期购", id: 3
},
{
name:"限时折扣", id: 4
},
{
name:"秒杀", id: 5
},
{
name:"预售", id: 6
}
];
import { Message } from 'element-ui'
export function checkFalse(message) {
if(message) {
Message.warning(message);
return false
}else{
Message.warning('操作失败');
}
return false;
}
export function checkSuccess(message) {
if(message) {
Message.success(message);
}else{
Message.success('操作成功');
}
}
export function checkStatus(err) {
if(err == 'cancel') {
Message.info(err || 'cancel');
return false;
}else if(err.hasOwnProperty('response')){
if(err.response.status == 401) {
Message.error('登录过期');
return false;
}else if(err.response.status == 500){
Message.error('服务器错误500');
return false;
}
}else {
Message.error(err);
return false;
}
}
/*设置cookie*/
export function setCookie(c_name,value,expire) {
var date=new Date();
date.setSeconds(date.getSeconds()+expire);
document.cookie = c_name + "="+ encodeURI(value)+"; expires="+date.toGMTString();
}
/*获取cookie*/
export function getCookie(c_name){
if(document.cookie.length>0){
var name = encodeURI(c_name);
var allcookies = document.cookie;
name += "=";
var pos = allcookies.indexOf(name);
if(pos != -1){
var start = pos + name.length;
var end = allcookies.indexOf(";",start);
if(end == -1){
end = allcookies.length;
}
var value = allcookies.substring(start,end);
return decodeURI(value);
} else{
return "";
}
}
}
/*删除cookie*/
export function delCookie(c_name){
setCookie(c_name, "", -1);
}
(function () {
function CanvasAnimate(Dom,options){
options = options || {};
this.Element = Dom;
this.cvs = Dom.getContext("2d");
this.off_cvs = document.createElement("canvas");
this.off_cvs.width = Dom.width;
this.off_cvs.height = Dom.height;
this.Dom = this.off_cvs.getContext("2d");
this.width = Dom.width;
this.height = Dom.height;
this.length = options.length || 100;
this.RoundColor = options.RoundColor || "#999";
this.RoundDiameter = options.RoundDiameter || 2;
this.LineColor = options.LineColor || "#ccc";
this.LineWeight = options.LineWeight || 1;
this.clicked = options.clicked || false;
this.moveon = options.moveon || false;
this.list = [];
this.paused = true
}
CanvasAnimate.prototype.Run = function(){
if( this.clicked ){
this.Element.addEventListener( "click",this.Clicked.bind(this) )
}
if( this.moveon ){
this.Element.addEventListener( "mousemove",this.moveXY.bind(this) );
this.Element.addEventListener( "mouseout",this.moveoutXY.bind(this) )
}
this.Draw( this.getLength() )
};
CanvasAnimate.prototype.getLength=function(){
let arr = [];
for(let i=0;i< this.length ;i++){
let obj = {};
obj.x = parseInt( Math.random() * this.width );
obj.y = parseInt( Math.random() * this.height );
obj.r = parseInt( Math.random()*2 );
obj.controlX = parseInt( Math.random()*10 ) > 5 ? "left":"right";
obj.controlY = parseInt( Math.random()*10 ) > 5 ? "bottom":"top";
arr.push(obj)
}
return arr
};
CanvasAnimate.prototype.Draw = function(list){
let new_arr = [];
let line_arr = [];
list.map((item,index)=>{
let xy = this.ControlXY(item);
let obj = this.ControlRound(xy);
new_arr.push( obj )
});
new_arr.map((item1,index1)=>{
new_arr.map((item2,index2)=>{
if(item1 !== item2){
let x = item1.x - item2.x;
let y = item1.y - item2.y;
if( Math.abs(x)< 100 && Math.abs(y)<100 ){
let obj = {
x1:item1.x,
y1:item1.y,
x2:item2.x,
y2:item2.y,
};
line_arr.push(obj)
}
}
})
});
this.drawLine(line_arr);
new_arr.map((item)=>{
this.drawRound(item)
});
this.list = new_arr;
this.cvs.drawImage(this.off_cvs,0,0,this.width,this.height);
setTimeout(()=>{
if(this.paused){
this.next()
}
},60)
};
CanvasAnimate.prototype.next = function(){
this.cvs.clearRect( 0,0,this.width,this.height );
this.Dom.clearRect( 0,0,this.width,this.height );
this.Draw( this.list )
};
CanvasAnimate.prototype.drawRound = function(obj){
let {x,y,r} = obj;
this.Dom.beginPath();
this.Dom.arc( x,y,r, 0, 2*Math.PI );
this.Dom.fillStyle = this.RoundColor;
this.Dom.fill();
this.Dom.closePath()
};
CanvasAnimate.prototype.drawLine = function(list){
list.map( (item)=>{
this.Dom.beginPath();
this.Dom.moveTo( item.x1,item.y1 );
this.Dom.lineTo( item.x2,item.y2 );
this.Dom.lineWidth = this.LineWeight;
this.Dom.strokeStyle = this.LineColor;
this.Dom.stroke();
this.Dom.closePath();
})
};
CanvasAnimate.prototype.ControlXY = function(obj){
if(obj.x >= (this.width - obj.r) ){
obj.controlX = 'left'
}else if( obj.x <= parseInt(obj.r/2) ){
obj.controlX = "right"
}
if( obj.y >= (this.height - obj.r) ){
obj.controlY = "bottom"
}else if( obj.y <= parseInt(obj.r/2) ){
obj.controlY = "top"
}
return obj
}
CanvasAnimate.prototype.ControlRound = function(obj){
switch(obj.controlX){
case "right":
obj.x++;
break;
case "left":
obj.x--;
break;
}
switch(obj.controlY){
case "top":
obj.y++;
break;
case "bottom":
obj.y--;
break;
}
return obj
};
CanvasAnimate.prototype.Clicked = function(event){
let obj = {};
obj.x = event.clientX;
obj.y = event.clientY;
obj.r = parseInt( Math.random()*10 );
obj.controlX = parseInt( Math.random()*10 ) > 5 ? 'left' :'right';
obj.controlY = parseInt( Math.random()*10 ) > 5 ? 'bottom' :'top';
this.list.push(obj)
};
CanvasAnimate.prototype.moveXY = function(event){
let obj = {};
obj.x = event.clientX;
obj.y = event.clientY;
obj.r = 0;
obj.move = true;
if( this.list[0]["move"] ){
this.list[0]["x"] = obj.x;
this.list[0]["y"] = obj.y;
this.list[0]["r"] = 1
}else{
this.list.unshift(obj)
}
};
CanvasAnimate.prototype.moveoutXY = function(event){
this.list.shift()
};
CanvasAnimate.prototype.pause = function(){
this.paused = !this.paused;
if( this.paused){
this.Draw(this.list)
}
};
window.LoginAnimate = CanvasAnimate;
})();
!function(e){var n=window.webpackJsonp;window.webpackJsonp=function(r,a,o){for(var f,d,i,u=0,b=[];u<r.length;u++)d=r[u],c[d]&&b.push(c[d][0]),c[d]=0;for(f in a)Object.prototype.hasOwnProperty.call(a,f)&&(e[f]=a[f]);for(n&&n(r,a,o);b.length;)b.shift()();if(o)for(u=0;u<o.length;u++)i=t(t.s=o[u]);return i};var r={},c={23:0};function t(n){if(r[n])return r[n].exports;var c=r[n]={i:n,l:!1,exports:{}};return e[n].call(c.exports,c,c.exports,t),c.l=!0,c.exports}t.e=function(e){var n=c[e];if(0===n)return new Promise(function(e){e()});if(n)return n[2];var r=new Promise(function(r,t){n=c[e]=[r,t]});n[2]=r;var a=document.getElementsByTagName("head")[0],o=document.createElement("script");o.type="text/javascript",o.charset="utf-8",o.async=!0,o.timeout=12e4,t.nc&&o.setAttribute("nonce",t.nc),o.src=t.p+"static/js/"+e+"."+{0:"ec5db7aec77791a6ab55",1:"0ebe3ead93207dc78a78",2:"2c3e3f3c3389e6ef348e",3:"a8d420228e979157d71a",4:"02722b421f913396608e",5:"61455822347fda4022ec",6:"128c3eed6c43b7c6d22e",7:"b2a85a42ddd430235a63",8:"b1fe52c7503ef36e9712",9:"34caa02d4178645c93d8",10:"8cc637a890bdec9a8542",11:"98daf1f49b7cddcfd37d",12:"1485471e961ae619c2aa",13:"9ffa50d365a4d17a3ec1",14:"b3cedeb0d395cf0c9642",15:"da72f8f6b589ca55f475",16:"67a2914524ec26eb9128",17:"d9cbca5f2fdb5b14e1b4",18:"37321ffca9347a60b988",19:"03cbfddf207d95b51065",20:"0f4e26c8c5cbbfaffbaa"}[e]+".js";var f=setTimeout(d,12e4);function d(){o.onerror=o.onload=null,clearTimeout(f);var n=c[e];0!==n&&(n&&n[1](new Error("Loading chunk "+e+" failed.")),c[e]=void 0)}return o.onerror=o.onload=d,a.appendChild(o),r},t.m=e,t.c=r,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},t.p="./",t.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
.word-wrap{word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.mce-content-body .mce-reset{margin:0;padding:0;border:0;outline:0;vertical-align:top;background:transparent;text-decoration:none;color:black;font-family:Arial;font-size:11px;text-shadow:none;float:none;position:static;width:auto;height:auto;white-space:nowrap;cursor:inherit;line-height:normal;font-weight:normal;text-align:left;-webkit-tap-highlight-color:transparent;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;direction:ltr;max-width:none}.mce-object{border:1px dotted #3A3A3A;background:#D5D5D5 url(img/object.gif) no-repeat center}.mce-preview-object{display:inline-block;position:relative;margin:0 2px 0 2px;line-height:0;border:1px solid gray}.mce-preview-object[data-mce-selected="2"] .mce-shim{display:none}.mce-preview-object .mce-shim{position:absolute;top:0;left:0;width:100%;height:100%;background:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}figure.align-left{float:left}figure.align-right{float:right}figure.image.align-center{display:table;margin-left:auto;margin-right:auto}figure.image{display:inline-block;border:1px solid gray;margin:0 2px 0 1px;background:#f5f2f0}figure.image img{margin:8px 8px 0 8px}figure.image figcaption{margin:6px 8px 6px 8px;text-align:center}.mce-toc{border:1px solid gray}.mce-toc h2{margin:4px}.mce-toc li{list-style-type:none}.mce-pagebreak{cursor:default;display:block;border:0;width:100%;height:5px;border:1px dashed #666;margin-top:15px;page-break-before:always}@media print{.mce-pagebreak{border:0}}.mce-item-anchor{cursor:default;display:inline-block;-webkit-user-select:all;-webkit-user-modify:read-only;-moz-user-select:all;-moz-user-modify:read-only;user-select:all;user-modify:read-only;width:9px !important;height:9px !important;border:1px dotted #3A3A3A;background:#D5D5D5 url(img/anchor.gif) no-repeat center}.mce-nbsp,.mce-shy{background:#AAA}.mce-shy::after{content:'-'}.mce-match-marker{background:#AAA;color:#fff}.mce-match-marker-selected{background:#3399ff;color:#fff}.mce-spellchecker-word{border-bottom:2px solid rgba(208,2,27,0.5);cursor:default}.mce-spellchecker-grammar{border-bottom:2px solid #008000;cursor:default}.mce-item-table,.mce-item-table td,.mce-item-table th,.mce-item-table caption{border:1px dashed #BBB}td[data-mce-selected],th[data-mce-selected]{background-color:#2276d2 !important}.mce-edit-focus{outline:1px dotted #333}.mce-content-body *[contentEditable=false] *[contentEditable=true]:focus{outline:2px solid #2276d2}.mce-content-body *[contentEditable=false] *[contentEditable=true]:hover{outline:2px solid #2276d2}.mce-content-body *[contentEditable=false][data-mce-selected]{outline:2px solid #2276d2}.mce-content-body.mce-content-readonly *[contentEditable=true]:focus,.mce-content-body.mce-content-readonly *[contentEditable=true]:hover{outline:none}.mce-content-body *[data-mce-selected="inline-boundary"]{background:#bfe6ff}.mce-content-body .mce-item-anchor[data-mce-selected]{background:#D5D5D5 url(img/anchor.gif) no-repeat center}.mce-content-body hr{cursor:default}.mce-content-body table{-webkit-nbsp-mode:normal}.ephox-snooker-resizer-bar{background-color:#2276d2;opacity:0}.ephox-snooker-resizer-cols{cursor:col-resize}.ephox-snooker-resizer-rows{cursor:row-resize}.ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging{opacity:.2}.mce-content-body{line-height:1.3}
\ No newline at end of file
body{background-color:#FFFFFF;color:#000000;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:14px;line-height:1.3;scrollbar-3dlight-color:#F0F0EE;scrollbar-arrow-color:#676662;scrollbar-base-color:#F0F0EE;scrollbar-darkshadow-color:#DDDDDD;scrollbar-face-color:#E0E0DD;scrollbar-highlight-color:#F0F0EE;scrollbar-shadow-color:#F0F0EE;scrollbar-track-color:#F5F5F5}td,th{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:14px}.word-wrap{word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.mce-content-body .mce-reset{margin:0;padding:0;border:0;outline:0;vertical-align:top;background:transparent;text-decoration:none;color:black;font-family:Arial;font-size:11px;text-shadow:none;float:none;position:static;width:auto;height:auto;white-space:nowrap;cursor:inherit;line-height:normal;font-weight:normal;text-align:left;-webkit-tap-highlight-color:transparent;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;direction:ltr;max-width:none}.mce-object{border:1px dotted #3A3A3A;background:#D5D5D5 url(img/object.gif) no-repeat center}.mce-preview-object{display:inline-block;position:relative;margin:0 2px 0 2px;line-height:0;border:1px solid gray}.mce-preview-object[data-mce-selected="2"] .mce-shim{display:none}.mce-preview-object .mce-shim{position:absolute;top:0;left:0;width:100%;height:100%;background:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}figure.align-left{float:left}figure.align-right{float:right}figure.image.align-center{display:table;margin-left:auto;margin-right:auto}figure.image{display:inline-block;border:1px solid gray;margin:0 2px 0 1px;background:#f5f2f0}figure.image img{margin:8px 8px 0 8px}figure.image figcaption{margin:6px 8px 6px 8px;text-align:center}.mce-toc{border:1px solid gray}.mce-toc h2{margin:4px}.mce-toc li{list-style-type:none}.mce-pagebreak{cursor:default;display:block;border:0;width:100%;height:5px;border:1px dashed #666;margin-top:15px;page-break-before:always}@media print{.mce-pagebreak{border:0}}.mce-item-anchor{cursor:default;display:inline-block;-webkit-user-select:all;-webkit-user-modify:read-only;-moz-user-select:all;-moz-user-modify:read-only;user-select:all;user-modify:read-only;width:9px !important;height:9px !important;border:1px dotted #3A3A3A;background:#D5D5D5 url(img/anchor.gif) no-repeat center}.mce-nbsp,.mce-shy{background:#AAA}.mce-shy::after{content:'-'}.mce-match-marker{background:#AAA;color:#fff}.mce-match-marker-selected{background:#3399ff;color:#fff}.mce-spellchecker-word{border-bottom:2px solid rgba(208,2,27,0.5);cursor:default}.mce-spellchecker-grammar{border-bottom:2px solid #008000;cursor:default}.mce-item-table,.mce-item-table td,.mce-item-table th,.mce-item-table caption{border:1px dashed #BBB}td[data-mce-selected],th[data-mce-selected]{background-color:#2276d2 !important}.mce-edit-focus{outline:1px dotted #333}.mce-content-body *[contentEditable=false] *[contentEditable=true]:focus{outline:2px solid #2276d2}.mce-content-body *[contentEditable=false] *[contentEditable=true]:hover{outline:2px solid #2276d2}.mce-content-body *[contentEditable=false][data-mce-selected]{outline:2px solid #2276d2}.mce-content-body.mce-content-readonly *[contentEditable=true]:focus,.mce-content-body.mce-content-readonly *[contentEditable=true]:hover{outline:none}.mce-content-body *[data-mce-selected="inline-boundary"]{background:#bfe6ff}.mce-content-body .mce-item-anchor[data-mce-selected]{background:#D5D5D5 url(img/anchor.gif) no-repeat center}.mce-content-body hr{cursor:default}.mce-content-body table{-webkit-nbsp-mode:normal}.ephox-snooker-resizer-bar{background-color:#2276d2;opacity:0}.ephox-snooker-resizer-cols{cursor:col-resize}.ephox-snooker-resizer-rows{cursor:row-resize}.ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging{opacity:.2}
\ No newline at end of file
.tinymce-mobile-unfocused-selections .tinymce-mobile-unfocused-selection{position:absolute;display:inline-block;background-color:green;opacity:.5}body{-webkit-text-size-adjust:none}body img{max-width:96vw}body table img{max-width:95%}
\ No newline at end of file
<?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" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by IcoMoon</metadata>
<defs>
<font id="tinymce-small" horiz-adv-x="1024">
<font-face units-per-em="1024" ascent="960" descent="-64" />
<missing-glyph horiz-adv-x="1024" />
<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
<glyph unicode="&#xe000;" glyph-name="save" d="M960 80v591.938l-223.938 224.062h-592.062c-44.182 0-80-35.816-80-80v-736c0-44.184 35.818-80 80-80h736c44.184 0 80 35.816 80 80zM576 768h64v-192h-64v192zM704 128h-384v255.882c0.034 0.042 0.076 0.082 0.116 0.118h383.77c0.040-0.036 0.082-0.076 0.116-0.118l-0.002-255.882zM832 128h-64v256c0 35.2-28.8 64-64 64h-384c-35.2 0-64-28.8-64-64v-256h-64v640h64v-192c0-35.2 28.8-64 64-64h320c35.2 0 64 28.8 64 64v171.010l128-128.072v-490.938z" />
<glyph unicode="&#xe001;" glyph-name="newdocument" d="M850.746 717.254l-133.492 133.49c-24.888 24.892-74.054 45.256-109.254 45.256h-416c-35.2 0-64-28.8-64-64v-768c0-35.2 28.8-64 64-64h640c35.2 0 64 28.8 64 64v544c0 35.2-20.366 84.364-45.254 109.254zM805.49 672.002c6.792-6.796 13.792-19.162 18.894-32.002h-184.384v184.386c12.84-5.1 25.204-12.1 32-18.896l133.49-133.488zM831.884 64h-639.77c-0.040 0.034-0.082 0.076-0.114 0.116v767.77c0.034 0.040 0.076 0.082 0.114 0.114h383.886v-256h256v-511.884c-0.034-0.040-0.076-0.082-0.116-0.116z" />
<glyph unicode="&#xe002;" glyph-name="fullpage" d="M1024 367.542v160.916l-159.144 15.914c-8.186 30.042-20.088 58.548-35.21 84.98l104.596 127.838-113.052 113.050-127.836-104.596c-26.434 15.124-54.942 27.026-84.982 35.208l-15.914 159.148h-160.916l-15.914-159.146c-30.042-8.186-58.548-20.086-84.98-35.208l-127.838 104.594-113.050-113.050 104.596-127.836c-15.124-26.432-27.026-54.94-35.21-84.98l-159.146-15.916v-160.916l159.146-15.914c8.186-30.042 20.086-58.548 35.21-84.982l-104.596-127.836 113.048-113.048 127.838 104.596c26.432-15.124 54.94-27.028 84.98-35.21l15.916-159.148h160.916l15.914 159.144c30.042 8.186 58.548 20.088 84.982 35.21l127.836-104.596 113.048 113.048-104.596 127.836c15.124 26.434 27.028 54.942 35.21 84.98l159.148 15.92zM704 384l-128-128h-128l-128 128v128l128 128h128l128-128v-128z" />
<glyph unicode="&#xe003;" glyph-name="alignleft" d="M64 768h896v-128h-896zM64 384h896v-128h-896zM64 576h576v-128h-576zM64 192h576v-128h-576z" />
<glyph unicode="&#xe004;" glyph-name="aligncenter" d="M64 768h896v-128h-896zM64 384h896v-128h-896zM256 576h512v-128h-512zM256 192h512v-128h-512z" />
<glyph unicode="&#xe005;" glyph-name="alignright" d="M64 768h896v-128h-896zM64 384h896v-128h-896zM384 576h576v-128h-576zM384 192h576v-128h-576z" />
<glyph unicode="&#xe006;" glyph-name="alignjustify" d="M64 768h896v-128h-896zM64 384h896v-128h-896zM64 576h896v-128h-896zM64 192h896v-128h-896z" />
<glyph unicode="&#xe007;" glyph-name="cut" d="M864.408 289.868c-46.47 46.47-106.938 68.004-161.082 62.806l-63.326 63.326 192 192c0 0 128 128 0 256l-320-320-320 320c-128-128 0-256 0-256l192-192-63.326-63.326c-54.144 5.198-114.61-16.338-161.080-62.806-74.98-74.98-85.112-186.418-22.626-248.9 62.482-62.482 173.92-52.354 248.9 22.626 46.47 46.468 68.002 106.938 62.806 161.080l63.326 63.326 63.328-63.328c-5.196-54.144 16.336-114.61 62.806-161.078 74.978-74.98 186.418-85.112 248.898-22.626 62.488 62.482 52.356 173.918-22.624 248.9zM353.124 201.422c-2.212-24.332-15.020-49.826-35.14-69.946-22.212-22.214-51.080-35.476-77.218-35.476-10.524 0-25.298 2.228-35.916 12.848-21.406 21.404-17.376 73.132 22.626 113.136 22.212 22.214 51.080 35.476 77.218 35.476 10.524 0 25.298-2.228 35.916-12.848 13.112-13.11 13.47-32.688 12.514-43.19zM512 352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zM819.152 108.848c-10.62-10.62-25.392-12.848-35.916-12.848-26.138 0-55.006 13.262-77.218 35.476-20.122 20.12-32.928 45.614-35.138 69.946-0.958 10.502-0.6 30.080 12.514 43.192 10.618 10.622 25.39 12.848 35.916 12.848 26.136 0 55.006-13.262 77.216-35.474 40.004-40.008 44.032-91.736 22.626-113.14z" />
<glyph unicode="&#xe008;" glyph-name="paste" d="M704 576v160c0 17.6-14.4 32-32 32h-160v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-160c-17.602 0-32-14.4-32-32v-512c0-17.6 14.398-32 32-32h224v-192h384l192 192v384h-192zM320 831.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886h-128v63.886zM192 640v64h384v-64h-384zM704 90.51v101.49h101.49l-101.49-101.49zM832 256h-192v-192h-256v448h448v-256z" />
<glyph unicode="&#xe009;" glyph-name="searchreplace" d="M888 576h-56v256h64v64h-320v-64h64v-256h-256v256h64v64h-320v-64h64v-256h-56c-39.6 0-72-32.4-72-72v-432c0-39.6 32.4-72 72-72h240c39.6 0 72 32.4 72 72v312h128v-312c0-39.6 32.4-72 72-72h240c39.6 0 72 32.4 72 72v432c0 39.6-32.4 72-72 72zM348 64h-184c-19.8 0-36 14.4-36 32s16.2 32 36 32h184c19.8 0 36-14.4 36-32s-16.2-32-36-32zM544 448h-64c-17.6 0-32 14.4-32 32s14.4 32 32 32h64c17.6 0 32-14.4 32-32s-14.4-32-32-32zM860 64h-184c-19.8 0-36 14.4-36 32s16.2 32 36 32h184c19.8 0 36-14.4 36-32s-16.2-32-36-32z" />
<glyph unicode="&#xe00a;" glyph-name="bullist" d="M384 832h576v-128h-576zM384 512h576v-128h-576zM384 192h576v-128h-576zM128 768c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM128 448c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM128 128c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64z" />
<glyph unicode="&#xe00b;" glyph-name="numlist" d="M384 832h576v-128h-576zM384 512h576v-128h-576zM384 192h576v-128h-576zM320 430v146h-64v320h-128v-64h64v-256h-64v-64h128v-50l-128-60v-146h128v-64h-128v-64h128v-64h-128v-64h192v320h-128v50z" />
<glyph unicode="&#xe00c;" glyph-name="indent" d="M64 768h896v-128h-896zM384 384h576v-128h-576zM384 576h576v-128h-576zM64 192h896v-128h-896zM64 576l224-160-224-160z" />
<glyph unicode="&#xe00d;" glyph-name="outdent" d="M64 768h896v-128h-896zM64 384h576v-128h-576zM64 576h576v-128h-576zM64 192h896v-128h-896zM960 576l-224-160 224-160z" />
<glyph unicode="&#xe00e;" glyph-name="blockquote" d="M256.428 535.274c105.8 0 191.572-91.17 191.572-203.638 0-112.464-85.772-203.636-191.572-203.636-105.802 0-191.572 91.17-191.572 203.636l-0.856 29.092c0 224.93 171.54 407.272 383.144 407.272v-116.364c-73.1 0-141.826-30.26-193.516-85.204-9.954-10.578-19.034-21.834-27.224-33.656 9.784 1.64 19.806 2.498 30.024 2.498zM768.428 535.274c105.8 0 191.572-91.17 191.572-203.638 0-112.464-85.772-203.636-191.572-203.636-105.802 0-191.572 91.17-191.572 203.636l-0.856 29.092c0 224.93 171.54 407.272 383.144 407.272v-116.364c-73.1 0-141.826-30.26-193.516-85.204-9.956-10.578-19.036-21.834-27.224-33.656 9.784 1.64 19.806 2.498 30.024 2.498z" />
<glyph unicode="&#xe00f;" glyph-name="undo" d="M704 0c59 199 134.906 455.266-256 446.096v-222.096l-336.002 336 336.002 336v-217.326c468.092 12.2 544-358.674 256-678.674z" />
<glyph unicode="&#xe010;" glyph-name="redo" d="M576 678.674v217.326l336.002-336-336.002-336v222.096c-390.906 9.17-315-247.096-256-446.096-288 320-212.092 690.874 256 678.674z" />
<glyph unicode="&#xe011;" glyph-name="unlink" d="M927.274 729.784l-133.49 133.488c-21.104 21.104-49.232 32.728-79.198 32.728s-58.094-11.624-79.196-32.726l-165.492-165.49c-43.668-43.668-43.668-114.724 0-158.392l2.746-2.746 67.882 67.882-2.746 2.746c-6.132 6.132-6.132 16.494 0 22.626l165.492 165.492c4.010 4.008 8.808 4.608 11.312 4.608s7.302-0.598 11.312-4.61l133.49-133.488c6.132-6.134 6.132-16.498 0.002-22.628l-165.494-165.494c-4.008-4.008-8.806-4.608-11.31-4.608s-7.302 0.6-11.312 4.612l-2.746 2.746-67.88-67.884 2.742-2.742c21.106-21.108 49.23-32.728 79.2-32.728s58.094 11.624 79.196 32.726l165.494 165.492c43.662 43.666 43.662 114.72-0.004 158.39zM551.356 359.356l-67.882-67.882 2.746-2.746c4.008-4.008 4.61-8.806 4.61-11.31 0-2.506-0.598-7.302-4.606-11.314l-165.494-165.49c-4.010-4.010-8.81-4.61-11.314-4.61s-7.304 0.6-11.314 4.61l-133.492 133.486c-4.010 4.010-4.61 8.81-4.61 11.314s0.598 7.3 4.61 11.312l165.49 165.488c4.010 4.012 8.81 4.612 11.314 4.612s7.304-0.6 11.314-4.612l2.746-2.742 67.882 67.88-2.746 2.746c-21.104 21.104-49.23 32.726-79.196 32.726s-58.092-11.624-79.196-32.726l-165.488-165.486c-21.106-21.104-32.73-49.234-32.73-79.198s11.624-58.094 32.726-79.198l133.49-133.49c21.106-21.102 49.232-32.726 79.198-32.726s58.092 11.624 79.196 32.726l165.494 165.492c21.104 21.104 32.722 49.23 32.722 79.196s-11.624 58.094-32.726 79.196l-2.744 2.746zM352 250c-9.724 0-19.45 3.71-26.87 11.128-14.84 14.84-14.84 38.898 0 53.738l320 320c14.84 14.84 38.896 14.84 53.736 0 14.844-14.84 14.844-38.9 0-53.74l-320-320c-7.416-7.416-17.142-11.126-26.866-11.126z" />
<glyph unicode="&#xe012;" glyph-name="link" d="M927.274 729.784l-133.49 133.488c-21.104 21.104-49.232 32.728-79.198 32.728s-58.094-11.624-79.196-32.726l-165.492-165.49c-43.668-43.668-43.668-114.724 0-158.392l2.746-2.746 67.882 67.882-2.746 2.746c-6.132 6.132-6.132 16.494 0 22.626l165.492 165.492c4.010 4.008 8.808 4.608 11.312 4.608s7.302-0.598 11.312-4.61l133.49-133.488c6.132-6.134 6.132-16.498 0.002-22.628l-165.494-165.494c-4.008-4.008-8.806-4.608-11.31-4.608s-7.302 0.6-11.312 4.612l-2.746 2.746-67.88-67.884 2.742-2.742c21.106-21.108 49.23-32.728 79.2-32.728s58.094 11.624 79.196 32.726l165.494 165.492c43.662 43.666 43.662 114.72-0.004 158.39zM551.356 359.356l-67.882-67.882 2.746-2.746c4.008-4.008 4.61-8.806 4.61-11.31 0-2.506-0.598-7.302-4.606-11.314l-165.494-165.49c-4.010-4.010-8.81-4.61-11.314-4.61s-7.304 0.6-11.314 4.61l-133.492 133.486c-4.010 4.010-4.61 8.81-4.61 11.314s0.598 7.3 4.61 11.312l165.49 165.488c4.010 4.012 8.81 4.612 11.314 4.612s7.304-0.6 11.314-4.612l2.746-2.742 67.882 67.88-2.746 2.746c-21.104 21.104-49.23 32.726-79.196 32.726s-58.092-11.624-79.196-32.726l-165.488-165.486c-21.106-21.104-32.73-49.234-32.73-79.198s11.624-58.094 32.726-79.198l133.49-133.49c21.106-21.102 49.232-32.726 79.198-32.726s58.092 11.624 79.196 32.726l165.494 165.492c21.104 21.104 32.722 49.23 32.722 79.196s-11.624 58.094-32.726 79.196l-2.744 2.746zM800 122c-9.724 0-19.45 3.708-26.87 11.13l-128 127.998c-14.844 14.84-14.844 38.898 0 53.738 14.84 14.844 38.896 14.844 53.736 0l128-128c14.844-14.84 14.844-38.896 0-53.736-7.416-7.422-17.142-11.13-26.866-11.13zM608 0c-17.674 0-32 14.326-32 32v128c0 17.674 14.326 32 32 32s32-14.326 32-32v-128c0-17.674-14.326-32-32-32zM928 320h-128c-17.674 0-32 14.326-32 32s14.326 32 32 32h128c17.674 0 32-14.326 32-32s-14.326-32-32-32zM224 774c9.724 0 19.45-3.708 26.87-11.13l128-128c14.842-14.84 14.842-38.898 0-53.738-14.84-14.844-38.898-14.844-53.738 0l-128 128c-14.842 14.84-14.842 38.898 0 53.738 7.418 7.422 17.144 11.13 26.868 11.13zM416 896c17.674 0 32-14.326 32-32v-128c0-17.674-14.326-32-32-32s-32 14.326-32 32v128c0 17.674 14.326 32 32 32zM96 576h128c17.674 0 32-14.326 32-32s-14.326-32-32-32h-128c-17.674 0-32 14.326-32 32s14.326 32 32 32z" />
<glyph unicode="&#xe013;" glyph-name="bookmark" d="M256 896v-896l256 256 256-256v896h-512zM704 170.51l-192 192-192-192v661.49h384v-661.49z" />
<glyph unicode="&#xe014;" glyph-name="image" d="M896 832h-768c-35.2 0-64-28.8-64-64v-640c0-35.2 28.8-64 64-64h768c35.2 0 64 28.8 64 64v640c0 35.2-28.8 64-64 64zM896 128.116c-0.012-0.014-0.030-0.028-0.042-0.042l-191.958 319.926-160-128-224 288-191.968-479.916c-0.010 0.010-0.022 0.022-0.032 0.032v639.77c0.034 0.040 0.076 0.082 0.114 0.114h767.77c0.040-0.034 0.082-0.076 0.116-0.116v-639.768zM640 608c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96z" />
<glyph unicode="&#xe015;" glyph-name="media" d="M896 832h-768c-35.2 0-64-28.8-64-64v-640c0-35.2 28.8-64 64-64h768c35.2 0 64 28.8 64 64v640c0 35.2-28.8 64-64 64zM256 128h-128v128h128v-128zM256 384h-128v128h128v-128zM256 640h-128v128h128v-128zM704 128h-384v640h384v-640zM896 128h-128v128h128v-128zM896 384h-128v128h128v-128zM896 640h-128v128h128v-128zM384 640v-384l288 192z" />
<glyph unicode="&#xe016;" glyph-name="help" d="M448 256h128v-128h-128v128zM704 704c35.346 0 64-28.654 64-64v-166l-228-154h-92v64l192 128v64h-320v128h384zM512 896c-119.666 0-232.166-46.6-316.784-131.216-84.614-84.618-131.216-197.118-131.216-316.784 0-119.664 46.602-232.168 131.216-316.784 84.618-84.616 197.118-131.216 316.784-131.216 119.664 0 232.168 46.6 316.784 131.216s131.216 197.12 131.216 316.784c0 119.666-46.6 232.166-131.216 316.784-84.616 84.616-197.12 131.216-316.784 131.216z" />
<glyph unicode="&#xe017;" glyph-name="code" d="M416 256l-192 192 192 192-64 64-256-256 256-256zM672 704l-64-64 192-192-192-192 64-64 256 256z" />
<glyph unicode="&#xe018;" glyph-name="insertdatetime" d="M77.798 655.376l81.414-50.882c50.802 81.114 128.788 143.454 221.208 174.246l-30.366 91.094c-113.748-37.898-209.728-114.626-272.256-214.458zM673.946 869.834l-30.366-91.094c92.422-30.792 170.404-93.132 221.208-174.248l81.412 50.882c-62.526 99.834-158.506 176.562-272.254 214.46zM607.974 255.992c-4.808 0-9.692 1.090-14.286 3.386l-145.688 72.844v211.778c0 17.672 14.328 32 32 32s32-14.328 32-32v-172.222l110.31-55.156c15.806-7.902 22.214-27.124 14.31-42.932-5.604-11.214-16.908-17.696-28.646-17.698zM512 768c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.078 0 384 171.922 384 384s-171.922 384-384 384zM512 96c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.058 0 288-128.942 288-288s-128.942-288-288-288z" />
<glyph unicode="&#xe019;" glyph-name="preview" d="M64 504.254c45.318 49.92 97.162 92.36 153.272 125.124 90.332 52.744 192.246 80.622 294.728 80.622 102.48 0 204.396-27.878 294.726-80.624 56.112-32.764 107.956-75.204 153.274-125.124v117.432c-33.010 28.118-68.124 53.14-104.868 74.594-105.006 61.314-223.658 93.722-343.132 93.722s-238.128-32.408-343.134-93.72c-36.742-21.454-71.856-46.478-104.866-74.596v-117.43zM512 640c-183.196 0-345.838-100.556-448-256 102.162-155.448 264.804-256 448-256s345.838 100.552 448 256c-102.162 155.444-264.804 256-448 256zM512 448c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.348 28.654 64 64 64s64-28.652 64-64zM728.066 263.338c-67.434-39.374-140.128-59.338-216.066-59.338s-148.632 19.964-216.066 59.338c-51.554 30.104-98.616 71.31-138.114 120.662 39.498 49.35 86.56 90.558 138.116 120.66 13.276 7.752 26.758 14.74 40.426 20.982-10.512-23.742-16.362-50.008-16.362-77.642 0-106.040 85.962-192 192-192 106.040 0 192 85.96 192 192 0 27.634-5.85 53.9-16.36 77.642 13.668-6.244 27.15-13.23 40.426-20.982 51.554-30.102 98.616-71.31 138.116-120.66-39.498-49.352-86.56-90.558-138.116-120.662z" />
<glyph unicode="&#xe01a;" glyph-name="forecolor" d="M651.168 676.166c-24.612 81.962-28.876 91.834-107.168 91.834h-64c-79.618 0-82.664-10.152-108.418-96 0-0.002 0-0.002-0.002-0.004l-143.998-479.996h113.636l57.6 192h226.366l57.6-192h113.63l-145.246 484.166zM437.218 512l38.4 136c10.086 33.618 36.38 30 36.38 30s26.294 3.618 36.38-30h0.004l38.4-136h-149.564z" />
<glyph unicode="&#xe01b;" glyph-name="table" d="M64 768v-704h896v704h-896zM384 320v128h256v-128h-256zM640 256v-128h-256v128h256zM640 640v-128h-256v128h256zM320 640v-128h-192v128h192zM128 448h192v-128h-192v128zM704 448h192v-128h-192v128zM704 512v128h192v-128h-192zM128 256h192v-128h-192v128zM704 128v128h192v-128h-192z" />
<glyph unicode="&#xe01c;" glyph-name="hr" d="M64 512h896v-128h-896z" />
<glyph unicode="&#xe01d;" glyph-name="removeformat" d="M64 192h512v-128h-512v128zM768 768h-220.558l-183.766-512h-132.288l183.762 512h-223.15v128h576v-128zM929.774 64l-129.774 129.774-129.774-129.774-62.226 62.226 129.774 129.774-129.774 129.774 62.226 62.226 129.774-129.774 129.774 129.774 62.226-62.226-129.774-129.774 129.774-129.774-62.226-62.226z" />
<glyph unicode="&#xe01e;" glyph-name="subscript" d="M768 50v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
<glyph unicode="&#xe01f;" glyph-name="superscript" d="M768 754v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
<glyph unicode="&#xe020;" glyph-name="charmap" d="M704 128v37.004c151.348 61.628 256 193.82 256 346.996 0 212.078-200.576 384-448 384s-448-171.922-448-384c0-153.176 104.654-285.368 256-346.996v-37.004h-192l-64 96v-224h320v222.812c-100.9 51.362-170.666 161.54-170.666 289.188 0 176.732 133.718 320 298.666 320s298.666-143.268 298.666-320c0-127.648-69.766-237.826-170.666-289.188v-222.812h320v224l-64-96h-192z" />
<glyph unicode="&#xe021;" glyph-name="emoticons" d="M512 820c99.366 0 192.782-38.694 263.042-108.956s108.958-163.678 108.958-263.044-38.696-192.782-108.958-263.042-163.676-108.958-263.042-108.958-192.782 38.696-263.044 108.958-108.956 163.676-108.956 263.042 38.694 192.782 108.956 263.044 163.678 108.956 263.044 108.956zM512 896c-247.424 0-448-200.576-448-448s200.576-448 448-448 448 200.576 448 448-200.576 448-448 448v0zM320 576c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM576 576c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM512 304c-101.84 0-192.56 36.874-251.166 94.328 23.126-117.608 126.778-206.328 251.166-206.328s228.040 88.72 251.168 206.328c-58.608-57.454-149.328-94.328-251.168-94.328z" />
<glyph unicode="&#xe022;" glyph-name="print" d="M256 832h512v-128h-512v128zM896 640h-768c-35.2 0-64-28.8-64-64v-256c0-35.2 28.796-64 64-64h128v-192h512v192h128c35.2 0 64 28.8 64 64v256c0 35.2-28.8 64-64 64zM704 128h-384v256h384v-256zM910.4 544c0-25.626-20.774-46.4-46.398-46.4s-46.402 20.774-46.402 46.4 20.778 46.4 46.402 46.4c25.626 0 46.398-20.774 46.398-46.4z" />
<glyph unicode="&#xe023;" glyph-name="fullscreen" d="M480 576l-192 192 128 128h-352v-352l128 128 192-192zM640 480l192 192 128-128v352h-352l128-128-192-192zM544 320l192-192-128-128h352v352l-128-128-192 192zM384 416l-192-192-128 128v-352h352l-128 128 192 192z" />
<glyph unicode="&#xe024;" glyph-name="spellcheck" d="M960 832v64h-192c-35.202 0-64-28.8-64-64v-320c0-15.856 5.858-30.402 15.496-41.614l-303.496-260.386-142 148-82-70 224-288 416 448h128v64h-192v320h192zM256 448h64v384c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-384h64v192h128v-192zM128 704v128h128v-128h-128zM640 512v96c0 35.2-8.8 64-44 64 35.2 0 44 28.8 44 64v96c0 35.2-28.8 64-64 64h-192v-448h192c35.2 0 64 28.8 64 64zM448 832h128v-128h-128v128zM448 640h128v-128h-128v128z" />
<glyph unicode="&#xe025;" glyph-name="nonbreaking" d="M448 448h-128v128h128v128h128v-128h128v-128h-128v-128h-128v128zM960 384v-320h-896v320h128v-192h640v192h128z" />
<glyph unicode="&#xe026;" glyph-name="template" d="M512 576h128v-64h-128zM512 192h128v-64h-128zM576 384h128v-64h-128zM768 384v-192h-64v-64h128v256zM384 384h128v-64h-128zM320 192h128v-64h-128zM320 576h128v-64h-128zM192 768v-256h64v192h64v64zM704 512h128v256h-64v-192h-64zM64 896v-896h896v896h-896zM896 64h-768v768h768v-768zM192 384v-256h64v192h64v64zM576 768h128v-64h-128zM384 768h128v-64h-128z" />
<glyph unicode="&#xe027;" glyph-name="pagebreak" d="M816 896l16-384h-640l16 384h32l16-320h512l16 320h32zM208 0l-16 320h640l-16-320h-32l-16 256h-512l-16-256h-32zM64 448h128v-64h-128zM256 448h128v-64h-128zM448 448h128v-64h-128zM640 448h128v-64h-128zM832 448h128v-64h-128z" />
<glyph unicode="&#xe028;" glyph-name="restoredraft" d="M576 896c247.424 0 448-200.576 448-448s-200.576-448-448-448v96c94.024 0 182.418 36.614 248.902 103.098s103.098 154.878 103.098 248.902c0 94.022-36.614 182.418-103.098 248.902s-154.878 103.098-248.902 103.098c-94.022 0-182.418-36.614-248.902-103.098-51.14-51.138-84.582-115.246-97.306-184.902h186.208l-224-256-224 256h164.57c31.060 217.102 217.738 384 443.43 384zM768 512v-128h-256v320h128v-192z" />
<glyph unicode="&#xe02a;" glyph-name="bold" d="M625.442 465.818c48.074 38.15 78.558 94.856 78.558 158.182 0 114.876-100.29 208-224 208h-224v-768h288c123.712 0 224 93.124 224 208 0 88.196-59.118 163.562-142.558 193.818zM384 656c0 26.51 21.49 48 48 48h67.204c42.414 0 76.796-42.98 76.796-96s-34.382-96-76.796-96h-115.204v144zM547.2 192h-115.2c-26.51 0-48 21.49-48 48v144h163.2c42.418 0 76.8-42.98 76.8-96s-34.382-96-76.8-96z" />
<glyph unicode="&#xe02b;" glyph-name="italic" d="M832 832v-64h-144l-256-640h144v-64h-448v64h144l256 640h-144v64h448z" />
<glyph unicode="&#xe02c;" glyph-name="underline" d="M192 128h576v-64h-576v64zM640 832v-384c0-31.312-14.7-61.624-41.39-85.352-30.942-27.502-73.068-42.648-118.61-42.648-45.544 0-87.668 15.146-118.608 42.648-26.692 23.728-41.392 54.040-41.392 85.352v384h-128v-384c0-141.382 128.942-256 288-256s288 114.618 288 256v384h-128z" />
<glyph unicode="&#xe02d;" glyph-name="strikethrough" d="M960 448h-265.876c-50.078 35.42-114.43 54.86-182.124 54.86-89.206 0-164.572 50.242-164.572 109.712s75.366 109.714 164.572 109.714c75.058 0 140.308-35.576 159.12-82.286h113.016c-7.93 50.644-37.58 97.968-84.058 132.826-50.88 38.16-117.676 59.174-188.078 59.174-70.404 0-137.196-21.014-188.074-59.174-54.788-41.090-86.212-99.502-86.212-160.254s31.424-119.164 86.212-160.254c1.956-1.466 3.942-2.898 5.946-4.316h-265.872v-64h512.532c58.208-17.106 100.042-56.27 100.042-100.572 0-59.468-75.368-109.71-164.572-109.71-75.060 0-140.308 35.574-159.118 82.286h-113.016c7.93-50.64 37.582-97.968 84.060-132.826 50.876-38.164 117.668-59.18 188.072-59.18 70.402 0 137.198 21.016 188.074 59.174 54.79 41.090 86.208 99.502 86.208 160.254 0 35.298-10.654 69.792-30.294 100.572h204.012v64z" />
<glyph unicode="&#xe02e;" glyph-name="visualchars" d="M384 832c-123.712 0-224-100.288-224-224s100.288-224 224-224v-320h128v640h64v-640h128v640h128v128h-448z" />
<glyph unicode="&#xe02f;" glyph-name="ltr" d="M448 832c-123.712 0-224-100.288-224-224s100.288-224 224-224v-320h128v640h64v-640h128v640h128v128h-448zM64 64l224 192-224 192z" />
<glyph unicode="&#xe030;" glyph-name="rtl" d="M320 832c-123.712 0-224-100.288-224-224s100.288-224 224-224v-320h128v640h64v-640h128v640h128v128h-448zM960 448l-224-192 224-192z" />
<glyph unicode="&#xe031;" glyph-name="copy" d="M832 640h-192v64l-192 192h-384v-704h384v-192h576v448l-192 192zM832 549.49l101.49-101.49h-101.49v101.49zM448 805.49l101.49-101.49h-101.49v101.49zM128 832h256v-192h192v-384h-448v576zM960 64h-448v128h128v384h128v-192h192v-320z" />
<glyph unicode="&#xe032;" glyph-name="resize" d="M768 704h64v-64h-64zM640 576h64v-64h-64zM640 448h64v-64h-64zM640 320h64v-64h-64zM512 448h64v-64h-64zM512 320h64v-64h-64zM384 320h64v-64h-64zM768 576h64v-64h-64zM768 448h64v-64h-64zM768 320h64v-64h-64zM768 192h64v-64h-64zM640 192h64v-64h-64zM512 192h64v-64h-64zM384 192h64v-64h-64zM256 192h64v-64h-64z" />
<glyph unicode="&#xe034;" glyph-name="browse" d="M928 832h-416l-32 64h-352l-64-128h896zM840.34 256h87.66l32 448h-896l64-640h356.080c-104.882 37.776-180.080 138.266-180.080 256 0 149.982 122.018 272 272 272 149.98 0 272-122.018 272-272 0-21.678-2.622-43.15-7.66-64zM874.996 110.25l-134.496 110.692c17.454 28.922 27.5 62.814 27.5 99.058 0 106.040-85.96 192-192 192s-192-85.96-192-192 85.96-192 192-192c36.244 0 70.138 10.046 99.058 27.5l110.692-134.496c22.962-26.678 62.118-28.14 87.006-3.252l5.492 5.492c24.888 24.888 23.426 64.044-3.252 87.006zM576 196c-68.484 0-124 55.516-124 124s55.516 124 124 124 124-55.516 124-124-55.516-124-124-124z" />
<glyph unicode="&#xe035;" glyph-name="pastetext" d="M704 576v160c0 17.6-14.4 32-32 32h-160v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-160c-17.602 0-32-14.4-32-32v-512c0-17.6 14.398-32 32-32h224v-192h576v576h-192zM320 831.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886h-128v63.886zM192 640v64h384v-64h-384zM832 64h-448v448h448v-448zM448 448v-128h32l32 64h64v-192h-48v-64h160v64h-48v192h64l32-64h32v128z" />
<glyph unicode="&#xe603;" glyph-name="codesample" d="M200.015 577.994v103.994c0 43.077 34.919 77.997 77.997 77.997h26v103.994h-26c-100.51 0-181.991-81.481-181.991-181.991v-103.994c0-43.077-34.919-77.997-77.997-77.997h-26v-103.994h26c43.077 0 77.997-34.919 77.997-77.997v-103.994c0-100.509 81.481-181.991 181.991-181.991h26v103.994h-26c-43.077 0-77.997 34.919-77.997 77.997v103.994c0 50.927-20.928 96.961-54.642 129.994 33.714 33.032 54.642 79.065 54.642 129.994zM823.985 577.994v103.994c0 43.077-34.919 77.997-77.997 77.997h-26v103.994h26c100.509 0 181.991-81.481 181.991-181.991v-103.994c0-43.077 34.919-77.997 77.997-77.997h26v-103.994h-26c-43.077 0-77.997-34.919-77.997-77.997v-103.994c0-100.509-81.482-181.991-181.991-181.991h-26v103.994h26c43.077 0 77.997 34.919 77.997 77.997v103.994c0 50.927 20.928 96.961 54.642 129.994-33.714 33.032-54.642 79.065-54.642 129.994zM615.997 603.277c0-57.435-46.56-103.994-103.994-103.994s-103.994 46.56-103.994 103.994c0 57.435 46.56 103.994 103.994 103.994s103.994-46.56 103.994-103.994zM512 448.717c-57.435 0-103.994-46.56-103.994-103.994 0-55.841 26-100.107 105.747-103.875-23.715-33.413-59.437-46.608-105.747-50.94v-61.747c0 0 207.991-18.144 207.991 216.561-0.202 57.437-46.56 103.996-103.994 103.996z" />
</font></defs></svg>
\ No newline at end of file
<?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" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by IcoMoon</metadata>
<defs>
<font id="tinymce" horiz-adv-x="1024">
<font-face units-per-em="1024" ascent="960" descent="-64" />
<missing-glyph horiz-adv-x="1024" />
<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
<glyph unicode="&#xe000;" glyph-name="save" d="M896 960h-896v-1024h1024v896l-128 128zM512 832h128v-256h-128v256zM896 64h-768v768h64v-320h576v320h74.978l53.022-53.018v-714.982z" />
<glyph unicode="&#xe001;" glyph-name="newdocument" d="M903.432 760.57l-142.864 142.862c-31.112 31.112-92.568 56.568-136.568 56.568h-480c-44 0-80-36-80-80v-864c0-44 36-80 80-80h736c44 0 80 36 80 80v608c0 44-25.456 105.458-56.568 136.57zM858.178 715.314c3.13-3.13 6.25-6.974 9.28-11.314h-163.458v163.456c4.34-3.030 8.184-6.15 11.314-9.28l142.864-142.862zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16h480c4.832 0 10.254-0.61 16-1.704v-254.296h254.296c1.094-5.746 1.704-11.166 1.704-16v-608z" />
<glyph unicode="&#xe002;" glyph-name="fullpage" d="M1024 367.542v160.916l-159.144 15.914c-8.186 30.042-20.088 58.548-35.21 84.98l104.596 127.838-113.052 113.050-127.836-104.596c-26.434 15.124-54.942 27.026-84.982 35.208l-15.914 159.148h-160.916l-15.914-159.146c-30.042-8.186-58.548-20.086-84.98-35.208l-127.838 104.594-113.050-113.050 104.596-127.836c-15.124-26.432-27.026-54.94-35.21-84.98l-159.146-15.916v-160.916l159.146-15.914c8.186-30.042 20.086-58.548 35.21-84.982l-104.596-127.836 113.048-113.048 127.838 104.596c26.432-15.124 54.94-27.028 84.98-35.21l15.916-159.148h160.916l15.914 159.144c30.042 8.186 58.548 20.088 84.982 35.21l127.836-104.596 113.048 113.048-104.596 127.836c15.124 26.434 27.028 54.942 35.21 84.98l159.148 15.92zM704 384l-128-128h-128l-128 128v128l128 128h128l128-128v-128z" />
<glyph unicode="&#xe003;" glyph-name="alignleft" d="M0 896h1024v-128h-1024zM0 704h640v-128h-640zM0 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
<glyph unicode="&#xe004;" glyph-name="aligncenter" d="M0 896h1024v-128h-1024zM192 704h640v-128h-640zM192 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
<glyph unicode="&#xe005;" glyph-name="alignright" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
<glyph unicode="&#xe006;" glyph-name="alignjustify" d="M0 896h1024v-128h-1024zM0 704h1024v-128h-1024zM0 512h1024v-128h-1024zM0 320h1024v-128h-1024zM0 128h1024v-128h-1024z" />
<glyph unicode="&#xe007;" glyph-name="cut" d="M890.774 250.846c-45.654 45.556-103.728 69.072-157.946 69.072h-29.112l-63.904 64.008 255.62 256.038c63.904 64.010 63.904 192.028 0 256.038l-383.43-384.056-383.432 384.054c-63.904-64.008-63.904-192.028 0-256.038l255.622-256.034-63.906-64.008h-29.114c-54.22 0-112.292-23.518-157.948-69.076-81.622-81.442-92.65-202.484-24.63-270.35 29.97-29.902 70.288-44.494 112.996-44.494 54.216 0 112.29 23.514 157.946 69.072 53.584 53.464 76.742 124 67.084 185.348l65.384 65.488 65.376-65.488c-9.656-61.348 13.506-131.882 67.084-185.348 45.662-45.558 103.732-69.072 157.948-69.072 42.708 0 83.024 14.592 112.994 44.496 68.020 67.866 56.988 188.908-24.632 270.35zM353.024 114.462c-7.698-17.882-19.010-34.346-33.626-48.926-14.636-14.604-31.172-25.918-49.148-33.624-16.132-6.916-32.96-10.568-48.662-10.568-15.146 0-36.612 3.402-52.862 19.612-16.136 16.104-19.52 37.318-19.52 52.288 0 15.542 3.642 32.21 10.526 48.212 7.7 17.884 19.014 34.346 33.626 48.926 14.634 14.606 31.172 25.914 49.15 33.624 16.134 6.914 32.96 10.568 48.664 10.568 15.146 0 36.612-3.4 52.858-19.614 16.134-16.098 19.522-37.316 19.522-52.284 0.002-15.542-3.638-32.216-10.528-48.214zM512.004 293.404c-49.914 0-90.376 40.532-90.376 90.526 0 49.992 40.462 90.52 90.376 90.52s90.372-40.528 90.372-90.52c0-49.998-40.46-90.526-90.372-90.526zM855.272 40.958c-16.248-16.208-37.712-19.612-52.86-19.612-15.704 0-32.53 3.652-48.666 10.568-17.972 7.706-34.508 19.020-49.142 33.624-14.614 14.58-25.926 31.042-33.626 48.926-6.886 15.998-10.526 32.672-10.526 48.212 0 14.966 3.384 36.188 19.52 52.286 16.246 16.208 37.712 19.614 52.86 19.614 15.7 0 32.53-3.654 48.66-10.568 17.978-7.708 34.516-19.018 49.15-33.624 14.61-14.58 25.924-31.042 33.626-48.926 6.884-15.998 10.526-32.67 10.526-48.212-0.002-14.97-3.39-36.186-19.522-52.288z" />
<glyph unicode="&#xe008;" glyph-name="paste" d="M832 640v160c0 17.6-14.4 32-32 32h-224v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-224c-17.602 0-32-14.4-32-32v-640c0-17.6 14.398-32 32-32h288v-192h448l192 192v512h-192zM384 895.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886h-128v63.886zM192 704v64h512v-64h-512zM832 26.51v101.49h101.49l-101.49-101.49zM960 192h-192v-192h-320v576h512v-384z" />
<glyph unicode="&#xe009;" glyph-name="searchreplace" d="M64 960h384v-64h-384zM576 960h384v-64h-384zM952 640h-56v256h-256v-256h-256v256h-256v-256h-56c-39.6 0-72-32.4-72-72v-560c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v376h128v-376c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v560c0 39.6-32.4 72-72 72zM348 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32zM544 448h-64c-17.6 0-32 14.4-32 32s14.4 32 32 32h64c17.6 0 32-14.4 32-32s-14.4-32-32-32zM924 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32z" />
<glyph unicode="&#xe00a;" glyph-name="bullist" d="M384 896h640v-128h-640v128zM384 512h640v-128h-640v128zM384 128h640v-128h-640v128zM0 832c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM0 448c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM0 64c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128z" />
<glyph unicode="&#xe00b;" glyph-name="numlist" d="M384 128h640v-128h-640zM384 512h640v-128h-640zM384 896h640v-128h-640zM192 960v-256h-64v192h-64v64zM128 434v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM256 256v-320h-192v64h128v64h-128v64h128v64h-128v64z" />
<glyph unicode="&#xe00c;" glyph-name="indent" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 512h640v-128h-640zM384 320h640v-128h-640zM0 128h1024v-128h-1024zM0 256v384l256-192z" />
<glyph unicode="&#xe00d;" glyph-name="outdent" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 512h640v-128h-640zM384 320h640v-128h-640zM0 128h1024v-128h-1024zM256 640v-384l-256 192z" />
<glyph unicode="&#xe00e;" glyph-name="blockquote" d="M225 512c123.712 0 224-100.29 224-224 0-123.712-100.288-224-224-224s-224 100.288-224 224l-1 32c0 247.424 200.576 448 448 448v-128c-85.474 0-165.834-33.286-226.274-93.726-11.634-11.636-22.252-24.016-31.83-37.020 11.438 1.8 23.16 2.746 35.104 2.746zM801 512c123.71 0 224-100.29 224-224 0-123.712-100.29-224-224-224s-224 100.288-224 224l-1 32c0 247.424 200.576 448 448 448v-128c-85.474 0-165.834-33.286-226.274-93.726-11.636-11.636-22.254-24.016-31.832-37.020 11.44 1.8 23.16 2.746 35.106 2.746z" />
<glyph unicode="&#xe00f;" glyph-name="undo" d="M761.862-64c113.726 206.032 132.888 520.306-313.862 509.824v-253.824l-384 384 384 384v-248.372c534.962 13.942 594.57-472.214 313.862-775.628z" />
<glyph unicode="&#xe010;" glyph-name="redo" d="M576 711.628v248.372l384-384-384-384v253.824c-446.75 10.482-427.588-303.792-313.86-509.824-280.712 303.414-221.1 789.57 313.86 775.628z" />
<glyph unicode="&#xe011;" glyph-name="link" d="M320 256c17.6-17.6 47.274-16.726 65.942 1.942l316.118 316.116c18.668 18.668 19.54 48.342 1.94 65.942s-47.274 16.726-65.942-1.942l-316.116-316.116c-18.668-18.668-19.542-48.342-1.942-65.942zM476.888 284.888c4.56-9.050 6.99-19.16 6.99-29.696 0-17.616-6.744-34.060-18.992-46.308l-163.382-163.382c-12.248-12.248-28.694-18.992-46.308-18.992s-34.060 6.744-46.308 18.992l-99.382 99.382c-12.248 12.248-18.992 28.694-18.992 46.308s6.744 34.060 18.992 46.308l163.382 163.382c12.248 12.248 28.694 18.994 46.308 18.994 10.536 0 20.644-2.43 29.696-6.99l65.338 65.338c-27.87 21.41-61.44 32.16-95.034 32.16-39.986 0-79.972-15.166-110.308-45.502l-163.382-163.382c-60.67-60.67-60.67-159.948 0-220.618l99.382-99.382c30.334-30.332 70.32-45.5 110.306-45.5 39.988 0 79.974 15.168 110.308 45.502l163.382 163.382c55.82 55.82 60.238 144.298 13.344 205.344l-65.34-65.34zM978.498 815.116l-99.382 99.382c-30.334 30.336-70.32 45.502-110.308 45.502-39.986 0-79.972-15.166-110.308-45.502l-163.382-163.382c-55.82-55.82-60.238-144.298-13.342-205.342l65.338 65.34c-4.558 9.050-6.988 19.16-6.988 29.694 0 17.616 6.744 34.060 18.992 46.308l163.382 163.382c12.248 12.248 28.694 18.994 46.308 18.994s34.060-6.746 46.308-18.994l99.382-99.382c12.248-12.248 18.992-28.694 18.992-46.308s-6.744-34.060-18.992-46.308l-163.382-163.382c-12.248-12.248-28.694-18.992-46.308-18.992-10.536 0-20.644 2.43-29.696 6.99l-65.338-65.338c27.872-21.41 61.44-32.16 95.034-32.16 39.988 0 79.974 15.168 110.308 45.502l163.382 163.382c60.67 60.666 60.67 159.944 0 220.614z" />
<glyph unicode="&#xe012;" glyph-name="unlink" d="M476.888 284.886c4.56-9.048 6.99-19.158 6.99-29.696 0-17.616-6.744-34.058-18.992-46.308l-163.38-163.38c-12.248-12.248-28.696-18.992-46.308-18.992s-34.060 6.744-46.308 18.992l-99.38 99.38c-12.248 12.25-18.992 28.696-18.992 46.308s6.744 34.060 18.992 46.308l163.38 163.382c12.248 12.246 28.696 18.992 46.308 18.992 10.538 0 20.644-2.43 29.696-6.988l65.338 65.336c-27.87 21.41-61.44 32.16-95.034 32.16-39.986 0-79.972-15.166-110.308-45.502l-163.38-163.382c-60.67-60.67-60.67-159.95 0-220.618l99.38-99.382c30.334-30.332 70.32-45.5 110.306-45.5 39.988 0 79.974 15.168 110.308 45.502l163.38 163.38c55.82 55.82 60.238 144.298 13.344 205.346l-65.34-65.338zM978.496 815.116l-99.38 99.382c-30.334 30.336-70.32 45.502-110.308 45.502-39.986 0-79.97-15.166-110.306-45.502l-163.382-163.382c-55.82-55.82-60.238-144.298-13.342-205.342l65.338 65.34c-4.558 9.050-6.988 19.16-6.988 29.694 0 17.616 6.744 34.060 18.992 46.308l163.382 163.382c12.246 12.248 28.694 18.994 46.306 18.994 17.616 0 34.060-6.746 46.308-18.994l99.38-99.382c12.248-12.248 18.992-28.694 18.992-46.308s-6.744-34.060-18.992-46.308l-163.38-163.382c-12.248-12.248-28.694-18.992-46.308-18.992-10.536 0-20.644 2.43-29.696 6.99l-65.338-65.338c27.872-21.41 61.44-32.16 95.034-32.16 39.988 0 79.974 15.168 110.308 45.504l163.38 163.38c60.672 60.666 60.672 159.944 0 220.614zM233.368 681.376l-191.994 191.994 45.256 45.256 191.994-191.994zM384 960h64v-192h-64zM0 576h192v-64h-192zM790.632 214.624l191.996-191.996-45.256-45.256-191.996 191.996zM576 128h64v-192h-64zM832 384h192v-64h-192z" />
<glyph unicode="&#xe013;" glyph-name="anchor" d="M192 960v-1024l320 320 320-320v1024h-640zM768 90.51l-256 256-256-256v805.49h512v-805.49z" />
<glyph unicode="&#xe014;" glyph-name="image" d="M0 832v-832h1024v832h-1024zM960 64h-896v704h896v-704zM704 608c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM896 128h-768l192 512 256-320 128 96z" />
<glyph unicode="&#xe015;" glyph-name="media" d="M0 832v-768h1024v768h-1024zM192 128h-128v128h128v-128zM192 384h-128v128h128v-128zM192 640h-128v128h128v-128zM768 128h-512v640h512v-640zM960 128h-128v128h128v-128zM960 384h-128v128h128v-128zM960 640h-128v128h128v-128zM384 640v-384l256 192z" />
<glyph unicode="&#xe016;" glyph-name="help" d="M448 256h128v-128h-128zM704 704c35.346 0 64-28.654 64-64v-192l-192-128h-128v64l192 128v64h-320v128h384zM512 864c-111.118 0-215.584-43.272-294.156-121.844s-121.844-183.038-121.844-294.156c0-111.118 43.272-215.584 121.844-294.156s183.038-121.844 294.156-121.844c111.118 0 215.584 43.272 294.156 121.844s121.844 183.038 121.844 294.156c0 111.118-43.272 215.584-121.844 294.156s-183.038 121.844-294.156 121.844zM512 960v0c282.77 0 512-229.23 512-512s-229.23-512-512-512c-282.77 0-512 229.23-512 512s229.23 512 512 512z" />
<glyph unicode="&#xe017;" glyph-name="code" d="M320 704l-256-256 256-256h128l-256 256 256 256zM704 704h-128l256-256-256-256h128l256 256z" />
<glyph unicode="&#xe018;" glyph-name="inserttime" d="M512 768c-212.076 0-384-171.922-384-384s171.922-384 384-384c212.074 0 384 171.922 384 384s-171.926 384-384 384zM715.644 180.354c-54.392-54.396-126.716-84.354-203.644-84.354s-149.25 29.958-203.646 84.354c-54.396 54.394-84.354 126.718-84.354 203.646s29.958 149.25 84.354 203.646c54.396 54.396 126.718 84.354 203.646 84.354s149.252-29.958 203.642-84.354c54.402-54.396 84.358-126.718 84.358-203.646s-29.958-149.252-84.356-203.646zM325.93 756.138l-42.94 85.878c-98.874-49.536-179.47-130.132-229.006-229.008l85.876-42.94c40.248 80.336 105.732 145.822 186.070 186.070zM884.134 570.070l85.878 42.938c-49.532 98.876-130.126 179.472-229.004 229.008l-42.944-85.878c80.338-40.248 145.824-105.732 186.070-186.068zM512 576h-64v-192c0-10.11 4.7-19.11 12.022-24.972l-0.012-0.016 160-128 39.976 49.976-147.986 118.39v176.622z" />
<glyph unicode="&#xe019;" glyph-name="preview" d="M512 640c-209.368 0-395.244-100.556-512-256 116.756-155.446 302.632-256 512-256s395.244 100.554 512 256c-116.756 155.444-302.632 256-512 256zM448 512c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM773.616 254.704c-39.648-20.258-81.652-35.862-124.846-46.376-44.488-10.836-90.502-16.328-136.77-16.328-46.266 0-92.282 5.492-136.768 16.324-43.194 10.518-85.198 26.122-124.846 46.376-63.020 32.202-120.222 76.41-167.64 129.298 47.418 52.888 104.62 97.1 167.64 129.298 32.336 16.522 66.242 29.946 101.082 40.040-19.888-30.242-31.468-66.434-31.468-105.336 0-106.040 85.962-192 192-192s192 85.96 192 192c0 38.902-11.582 75.094-31.466 105.34 34.838-10.096 68.744-23.52 101.082-40.042 63.022-32.198 120.218-76.408 167.638-129.298-47.42-52.886-104.618-97.1-167.638-129.296zM860.918 716.278c-108.72 55.554-226.112 83.722-348.918 83.722s-240.198-28.168-348.918-83.722c-58.772-30.032-113.732-67.904-163.082-112.076v-109.206c55.338 58.566 120.694 107.754 192.194 144.29 99.62 50.904 207.218 76.714 319.806 76.714s220.186-25.81 319.804-76.716c71.502-36.536 136.858-85.724 192.196-144.29v109.206c-49.35 44.174-104.308 82.046-163.082 112.078z" />
<glyph unicode="&#xe01a;" glyph-name="forecolor" d="M322.018 128l57.6 192h264.764l57.6-192h113.632l-191.996 640h-223.236l-192-640h113.636zM475.618 640h72.764l57.6-192h-187.964l57.6 192z" />
<glyph unicode="&#xe01b;" glyph-name="table" d="M0 896v-896h1024v896h-1024zM384 320v192h256v-192h-256zM640 256v-192h-256v192h256zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM64 512h256v-192h-256v192zM704 512h256v-192h-256v192zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192zM704 64v192h256v-192h-256z" />
<glyph unicode="&#xe01c;" glyph-name="hr" d="M0 512h1024v-128h-1024z" />
<glyph unicode="&#xe01d;" glyph-name="removeformat" d="M0 64h576v-128h-576zM192 960h704v-128h-704zM277.388 128l204.688 784.164 123.85-32.328-196.25-751.836zM929.774-64l-129.774 129.774-129.774-129.774-62.226 62.226 129.774 129.774-129.774 129.774 62.226 62.226 129.774-129.774 129.774 129.774 62.226-62.226-129.774-129.774 129.774-129.774z" />
<glyph unicode="&#xe01e;" glyph-name="sub" d="M768 50v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
<glyph unicode="&#xe01f;" glyph-name="sup" d="M768 754v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
<glyph unicode="&#xe020;" glyph-name="charmap" d="M704 64h256l64 128v-256h-384v214.214c131.112 56.484 224 197.162 224 361.786 0 214.432-157.598 382.266-352 382.266-194.406 0-352-167.832-352-382.266 0-164.624 92.886-305.302 224-361.786v-214.214h-384v256l64-128h256v32.59c-187.63 66.46-320 227.402-320 415.41 0 247.424 229.23 448 512 448s512-200.576 512-448c0-188.008-132.37-348.95-320-415.41v-32.59z" />
<glyph unicode="&#xe021;" glyph-name="emoticons" d="M512 960c-282.77 0-512-229.228-512-512 0-282.77 229.228-512 512-512 282.77 0 512 229.23 512 512 0 282.772-229.23 512-512 512zM512 16c-238.586 0-432 193.412-432 432 0 238.586 193.414 432 432 432 238.59 0 432-193.414 432-432 0-238.588-193.41-432-432-432zM384 640c0-35.346-28.654-64-64-64s-64 28.654-64 64 28.654 64 64 64 64-28.654 64-64zM768 640c0-35.346-28.652-64-64-64s-64 28.654-64 64 28.652 64 64 64 64-28.654 64-64zM512 308c141.074 0 262.688 57.532 318.462 123.192-20.872-171.22-156.288-303.192-318.462-303.192-162.118 0-297.498 132.026-318.444 303.168 55.786-65.646 177.386-123.168 318.444-123.168z" />
<glyph unicode="&#xe022;" glyph-name="print" d="M256 896h512v-128h-512zM960 704h-896c-35.2 0-64-28.8-64-64v-320c0-35.2 28.796-64 64-64h192v-256h512v256h192c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64zM704 64h-384v320h384v-320zM974.4 608c0-25.626-20.774-46.4-46.398-46.4-25.626 0-46.402 20.774-46.402 46.4s20.776 46.4 46.402 46.4c25.626 0 46.398-20.774 46.398-46.4z" />
<glyph unicode="&#xe023;" glyph-name="fullscreen" d="M1024 960v-384l-138.26 138.26-212-212-107.48 107.48 212 212-138.26 138.26zM245.74 821.74l212-212-107.48-107.48-212 212-138.26-138.26v384h384zM885.74 181.74l138.26 138.26v-384h-384l138.26 138.26-212 212 107.48 107.48zM457.74 286.26l-212-212 138.26-138.26h-384v384l138.26-138.26 212 212z" />
<glyph unicode="&#xe024;" glyph-name="spellchecker" d="M128 704h128v-192h64v384c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-384h64v192zM128 896h128v-128h-128v128zM960 896v64h-192c-35.202 0-64-28.8-64-64v-320c0-35.2 28.798-64 64-64h192v64h-192v320h192zM640 800v96c0 35.2-28.8 64-64 64h-192v-448h192c35.2 0 64 28.8 64 64v96c0 35.2-8.8 64-44 64 35.2 0 44 28.8 44 64zM576 576h-128v128h128v-128zM576 768h-128v128h128v-128zM832 384l-416-448-224 288 82 70 142-148 352 302z" />
<glyph unicode="&#xe025;" glyph-name="nonbreaking" d="M448 384h-192v128h192v192h128v-192h192v-128h-192v-192h-128zM1024 320v-384h-1024v384h128v-256h768v256z" />
<glyph unicode="&#xe026;" glyph-name="template" d="M384 768h128v-64h-128zM576 768h128v-64h-128zM896 768v-256h-192v64h128v128h-64v64zM320 576h128v-64h-128zM512 576h128v-64h-128zM192 704v-128h64v-64h-128v256h192v-64zM384 384h128v-64h-128zM576 384h128v-64h-128zM896 384v-256h-192v64h128v128h-64v64zM320 192h128v-64h-128zM512 192h128v-64h-128zM192 320v-128h64v-64h-128v256h192v-64zM960 896h-896v-896h896v896zM1024 960v0-1024h-1024v1024h1024z" />
<glyph unicode="&#xe027;" glyph-name="pagebreak" d="M0 448h128v-64h-128zM192 448h192v-64h-192zM448 448h128v-64h-128zM640 448h192v-64h-192zM896 448h128v-64h-128zM880 960l16-448h-768l16 448h32l16-384h640l16 384zM144-64l-16 384h768l-16-384h-32l-16 320h-640l-16-320z" />
<glyph unicode="&#xe028;" glyph-name="restoredraft" d="M576 896c247.424 0 448-200.576 448-448s-200.576-448-448-448v96c94.024 0 182.418 36.614 248.902 103.098s103.098 154.878 103.098 248.902c0 94.022-36.614 182.418-103.098 248.902s-154.878 103.098-248.902 103.098c-94.022 0-182.418-36.614-248.902-103.098-51.14-51.138-84.582-115.246-97.306-184.902h186.208l-224-256-224 256h164.57c31.060 217.102 217.738 384 443.43 384zM768 512v-128h-256v320h128v-192z" />
<glyph unicode="&#xe02a;" glyph-name="bold" d="M707.88 475.348c37.498 44.542 60.12 102.008 60.12 164.652 0 141.16-114.842 256-256 256h-320v-896h384c141.158 0 256 114.842 256 256 0 92.956-49.798 174.496-124.12 219.348zM384 768h101.5c55.968 0 101.5-57.42 101.5-128s-45.532-128-101.5-128h-101.5v256zM543 128h-159v256h159c58.45 0 106-57.42 106-128s-47.55-128-106-128z" />
<glyph unicode="&#xe02b;" glyph-name="italic" d="M896 896v-64h-128l-320-768h128v-64h-448v64h128l320 768h-128v64z" />
<glyph unicode="&#xe02c;" glyph-name="underline" d="M704 896h128v-416c0-159.058-143.268-288-320-288-176.73 0-320 128.942-320 288v416h128v-416c0-40.166 18.238-78.704 51.354-108.506 36.896-33.204 86.846-51.494 140.646-51.494s103.75 18.29 140.646 51.494c33.116 29.802 51.354 68.34 51.354 108.506v416zM192 128h640v-128h-640z" />
<glyph unicode="&#xe02d;" glyph-name="strikethrough" d="M731.42 442.964c63.92-47.938 100.58-116.086 100.58-186.964s-36.66-139.026-100.58-186.964c-59.358-44.518-137.284-69.036-219.42-69.036-82.138 0-160.062 24.518-219.42 69.036-63.92 47.938-100.58 116.086-100.58 186.964h128c0-69.382 87.926-128 192-128s192 58.618 192 128c0 69.382-87.926 128-192 128-82.138 0-160.062 24.518-219.42 69.036-63.92 47.94-100.58 116.086-100.58 186.964s36.66 139.024 100.58 186.964c59.358 44.518 137.282 69.036 219.42 69.036 82.136 0 160.062-24.518 219.42-69.036 63.92-47.94 100.58-116.086 100.58-186.964h-128c0 69.382-87.926 128-192 128s-192-58.618-192-128c0-69.382 87.926-128 192-128 82.136 0 160.062-24.518 219.42-69.036zM0 448h1024v-64h-1024z" />
<glyph unicode="&#xe02e;" glyph-name="visualchars" d="M384 896h512v-128h-128v-768h-128v768h-128v-768h-128v448c-123.712 0-224 100.288-224 224s100.288 224 224 224z" />
<glyph unicode="&#xe02f;" glyph-name="ltr" d="M448 896h512v-128h-128v-768h-128v768h-128v-768h-128v448c-123.712 0-224 100.288-224 224s100.288 224 224 224zM64 512l256-224-256-224z" />
<glyph unicode="&#xe030;" glyph-name="rtl" d="M256 896h512v-128h-128v-768h-128v768h-128v-768h-128v448c-123.712 0-224 100.288-224 224s100.288 224 224 224zM960 64l-256 224 256 224z" />
<glyph unicode="&#xe031;" glyph-name="copy" d="M832 704h-192v64l-192 192h-448v-768h384v-256h640v576l-192 192zM832 613.49l101.49-101.49h-101.49v101.49zM448 869.49l101.49-101.49h-101.49v101.49zM64 896h320v-192h192v-448h-512v640zM960 0h-512v192h192v448h128v-192h192v-448z" />
<glyph unicode="&#xe032;" glyph-name="resize" d="M768 704h64v-64h-64zM640 576h64v-64h-64zM640 448h64v-64h-64zM640 320h64v-64h-64zM512 448h64v-64h-64zM512 320h64v-64h-64zM384 320h64v-64h-64zM768 576h64v-64h-64zM768 448h64v-64h-64zM768 320h64v-64h-64zM768 192h64v-64h-64zM640 192h64v-64h-64zM512 192h64v-64h-64zM384 192h64v-64h-64zM256 192h64v-64h-64z" />
<glyph unicode="&#xe033;" glyph-name="checkbox" d="M128 416l288-288 480 480-128 128-352-352-160 160z" />
<glyph unicode="&#xe034;" glyph-name="browse" d="M928 832h-416l-32 64h-352l-64-128h896zM904.34 256h74.86l44.8 448h-1024l64-640h484.080c-104.882 37.776-180.080 138.266-180.080 256 0 149.982 122.018 272 272 272 149.98 0 272-122.018 272-272 0-21.678-2.622-43.15-7.66-64zM1002.996 46.25l-198.496 174.692c17.454 28.92 27.5 62.814 27.5 99.058 0 106.040-85.96 192-192 192s-192-85.96-192-192 85.96-192 192-192c36.244 0 70.138 10.046 99.058 27.5l174.692-198.496c22.962-26.678 62.118-28.14 87.006-3.252l5.492 5.492c24.888 24.888 23.426 64.044-3.252 87.006zM640 196c-68.484 0-124 55.516-124 124s55.516 124 124 124 124-55.516 124-124-55.516-124-124-124z" />
<glyph unicode="&#xe035;" glyph-name="pastetext" d="M512 448v-128h32l32 64h64v-256h-48v-64h224v64h-48v256h64l32-64h32v128zM832 640v160c0 17.6-14.4 32-32 32h-224v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-224c-17.602 0-32-14.4-32-32v-640c0-17.6 14.398-32 32-32h288v-192h640v704h-192zM384 895.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886h-128v63.886zM192 704v64h512v-64h-512zM960 0h-512v576h512v-576z" />
<glyph unicode="&#xe600;" glyph-name="gamma" d="M483.2 320l-147.2 336c-9.6 25.6-19.2 44.8-25.6 54.4s-16 12.8-25.6 12.8c-16 0-25.6-3.2-28.8-3.2v70.4c9.6 6.4 25.6 6.4 38.4 9.6 32 0 57.6-6.4 73.6-22.4 6.4-6.4 12.8-16 19.2-25.6 6.4-12.8 12.8-25.6 16-41.6l121.6-291.2 150.4 371.2h92.8l-198.4-470.4v-224h-86.4v224zM0 960v-1024h1024v1024h-1024zM960 0h-896v896h896v-896z" />
<glyph unicode="&#xe601;" glyph-name="orientation" d="M627.2 80h-579.2v396.8h579.2v-396.8zM553.6 406.4h-435.2v-256h435.2v256zM259.2 732.8c176 176 457.6 176 633.6 0s176-457.6 0-633.6c-121.6-121.6-297.6-160-454.4-108.8 121.6-28.8 262.4 9.6 361.6 108.8 150.4 150.4 160 384 22.4 521.6-121.6 121.6-320 128-470.4 19.2l86.4-86.4-294.4-22.4 22.4 294.4 92.8-92.8z" />
<glyph unicode="&#xe602;" glyph-name="invert" d="M892.8-22.4l-89.6 89.6c-70.4-80-172.8-131.2-288-131.2-208 0-380.8 166.4-384 377.6 0 0 0 0 0 0 0 3.2 0 3.2 0 6.4s0 3.2 0 6.4v0c0 0 0 0 0 3.2 0 0 0 3.2 0 3.2 3.2 105.6 48 211.2 105.6 304l-192 192 44.8 44.8 182.4-182.4c0 0 0 0 0 0l569.6-569.6c0 0 0 0 0 0l99.2-99.2-48-44.8zM896 326.4c0 0 0 0 0 0 0 3.2 0 6.4 0 6.4-9.6 316.8-384 627.2-384 627.2s-108.8-89.6-208-220.8l70.4-70.4c6.4 9.6 16 22.4 22.4 32 41.6 51.2 83.2 96 115.2 128v0c32-32 73.6-76.8 115.2-128 108.8-137.6 169.6-265.6 172.8-371.2 0 0 0-3.2 0-3.2v0 0c0-3.2 0-3.2 0-6.4s0-3.2 0-3.2v0 0c0-22.4-3.2-41.6-9.6-64l76.8-76.8c16 41.6 28.8 89.6 28.8 137.6 0 0 0 0 0 0 0 3.2 0 3.2 0 6.4s0 3.2 0 6.4z" />
<glyph unicode="&#xe603;" glyph-name="codesample" d="M199.995 578.002v104.002c0 43.078 34.923 78.001 78.001 78.001h26v104.002h-26c-100.518 0-182.003-81.485-182.003-182.003v-104.002c0-43.078-34.923-78.001-78.001-78.001h-26v-104.002h26c43.078 0 78.001-34.923 78.001-78.001v-104.002c0-100.515 81.485-182.003 182.003-182.003h26v104.002h-26c-43.078 0-78.001 34.923-78.001 78.001v104.002c0 50.931-20.928 96.966-54.646 130.002 33.716 33.036 54.646 79.072 54.646 130.002zM824.005 578.002v104.002c0 43.078-34.923 78.001-78.001 78.001h-26v104.002h26c100.515 0 182.003-81.485 182.003-182.003v-104.002c0-43.078 34.923-78.001 78.001-78.001h26v-104.002h-26c-43.078 0-78.001-34.923-78.001-78.001v-104.002c0-100.515-81.488-182.003-182.003-182.003h-26v104.002h26c43.078 0 78.001 34.923 78.001 78.001v104.002c0 50.931 20.928 96.966 54.646 130.002-33.716 33.036-54.646 79.072-54.646 130.002zM616.002 603.285c0-57.439-46.562-104.002-104.002-104.002s-104.002 46.562-104.002 104.002c0 57.439 46.562 104.002 104.002 104.002s104.002-46.562 104.002-104.002zM512 448.717c-57.439 0-104.002-46.562-104.002-104.002 0-55.845 26-100.115 105.752-103.88-23.719-33.417-59.441-46.612-105.752-50.944v-61.751c0 0 208.003-18.144 208.003 216.577-0.202 57.441-46.56 104.004-104.002 104.004z" />
<glyph unicode="&#xe604;" glyph-name="tablerowprops" d="M0 896v-896h1024v896h-1024zM640 256v-192h-256v192h256zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192zM704 64v192h256v-192h-256z" />
<glyph unicode="&#xe605;" glyph-name="tablecellprops" d="M0 896v-896h1024v896h-1024zM640 256v-192h-256v192h256zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM64 512h256v-192h-256v192zM704 512h256v-192h-256v192zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192zM704 64v192h256v-192h-256z" />
<glyph unicode="&#xe606;" glyph-name="table2" d="M0 896v-832h1024v832h-1024zM320 128h-256v192h256v-192zM320 384h-256v192h256v-192zM640 128h-256v192h256v-192zM640 384h-256v192h256v-192zM960 128h-256v192h256v-192zM960 384h-256v192h256v-192zM960 640h-896v192h896v-192z" />
<glyph unicode="&#xe607;" glyph-name="tablemergecells" d="M0 896v-896h1024v896h-1024zM384 64v448h576v-448h-576zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM64 512h256v-192h-256v192zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192z" />
<glyph unicode="&#xe608;" glyph-name="tableinsertcolbefore" d="M320 188.8v182.4h-182.4v89.6h182.4v182.4h86.4v-182.4h185.6v-89.6h-185.6v-182.4zM0 896v-896h1024v896h-1024zM640 64h-576v704h576v-704zM960 64h-256v192h256v-192zM960 320h-256v192h256v-192zM960 576h-256v192h256v-192z" />
<glyph unicode="&#xe609;" glyph-name="tableinsertcolafter" d="M704 643.2v-182.4h182.4v-89.6h-182.4v-182.4h-86.4v182.4h-185.6v89.6h185.6v182.4zM0 896v-896h1024v896h-1024zM320 64h-256v192h256v-192zM320 320h-256v192h256v-192zM320 576h-256v192h256v-192zM960 64h-576v704h576v-704z" />
<glyph unicode="&#xe60a;" glyph-name="tableinsertrowbefore" d="M691.2 508.8h-144v-144h-70.4v144h-144v67.2h144v144h70.4v-144h144zM0 896v-896h1024v896h-1024zM320 64h-256v192h256v-192zM640 64h-256v192h256v-192zM960 64h-256v192h256v-192zM960 316.8h-896v451.2h896v-451.2z" />
<glyph unicode="&#xe60b;" glyph-name="tableinsertrowafter" d="M332.8 323.2h144v144h70.4v-144h144v-67.2h-144v-144h-70.4v144h-144zM0 896v-896h1024v896h-1024zM384 768h256v-192h-256v192zM64 768h256v-192h-256v192zM960 64h-896v451.2h896v-451.2zM960 576h-256v192h256v-192z" />
<glyph unicode="&#xe60d;" glyph-name="tablesplitcells" d="M0 896v-896h1024v896h-1024zM384 768h256v-192h-256v192zM320 64h-256v192h256v-192zM320 320h-256v192h256v-192zM320 576h-256v192h256v-192zM960 64h-576v448h576v-448zM960 576h-256v192h256v-192zM864 156.8l-60.8-60.8-131.2 131.2-131.2-131.2-60.8 60.8 131.2 131.2-131.2 131.2 60.8 60.8 131.2-131.2 131.2 131.2 60.8-60.8-131.2-131.2z" />
<glyph unicode="&#xe60e;" glyph-name="tabledelete" d="M0 896h1024v-896h-1024v896zM60.8 768v-704h899.2v704h-899.2zM809.6 211.2l-96-96-204.8 204.8-204.8-204.8-96 96 204.8 204.8-204.8 204.8 96 96 204.8-204.8 204.8 204.8 96-96-204.8-204.8z" />
<glyph unicode="&#xe62a;" glyph-name="tableleftheader" d="M0 896v-832h1024v832h-1024zM640 128h-256v192h256v-192zM640 384h-256v192h256v-192zM640 640h-256v192h256v-192zM960 128h-256v192h256v-192zM960 384h-256v192h256v-192zM960 640h-256v192h256v-192z" />
<glyph unicode="&#xe62b;" glyph-name="tabletopheader" d="M0 896v-832h1024v832h-1024zM320 128h-256v192h256v-192zM320 384h-256v192h256v-192zM640 128h-256v192h256v-192zM640 384h-256v192h256v-192zM960 128h-256v192h256v-192zM960 384h-256v192h256v-192z" />
<glyph unicode="&#xe800;" glyph-name="tabledeleterow" d="M886.4 572.8l-156.8-156.8 160-160-76.8-76.8-160 160-156.8-156.8-76.8 73.6 160 160-163.2 163.2 76.8 76.8 163.2-163.2 156.8 156.8 73.6-76.8zM0 896v-896h1024v896h-1024zM960 576h-22.4l-64-64h86.4v-192h-89.6l64-64h25.6v-192h-896v192h310.4l64 64h-374.4v192h371.2l-64 64h-307.2v192h896v-192z" />
<glyph unicode="&#xe801;" glyph-name="tabledeletecol" d="M320 499.2l64-64v-12.8l-64-64v140.8zM640 422.4l64-64v137.6l-64-64v-9.6zM1024 896v-896h-1024v896h1024zM960 768h-256v-51.2l-12.8 12.8-51.2-51.2v89.6h-256v-89.6l-51.2 51.2-12.8-12.8v51.2h-256v-704h256v118.4l35.2-35.2 28.8 28.8v-115.2h256v115.2l48-48 16 16v-83.2h256v707.2zM672 662.4l-156.8-156.8-163.2 163.2-76.8-76.8 163.2-163.2-156.8-156.8 76.8-76.8 156.8 156.8 160-160 76.8 76.8-160 160 156.8 156.8-76.8 76.8z" />
<glyph unicode="&#xe900;" glyph-name="a11y" d="M960 704v64l-448-128-448 128v-64l320-128v-256l-128-448h64l192 448 192-448h64l-128 448v256zM416 800q0 40 28 68t68 28 68-28 28-68-28-68-68-28-68 28-28 68z" />
<glyph unicode="&#xe901;" glyph-name="toc" d="M0 896h128v-128h-128v128zM192 896h832v-128h-832v128zM0 512h128v-128h-128v128zM192 512h832v-128h-832v128zM0 128h128v-128h-128v128zM192 128h832v-128h-832v128zM192 704h128v-128h-128v128zM384 704h640v-128h-640v128zM192 320h128v-128h-128v128zM384 320h640v-128h-640v128z" />
<glyph unicode="&#xe902;" glyph-name="fill" d="M521.6 915.2l-67.2-67.2-86.4 86.4-86.4-86.4 86.4-86.4-368-368 432-432 518.4 518.4-428.8 435.2zM435.2 134.4l-262.4 262.4 35.2 35.2 576 51.2-348.8-348.8zM953.6 409.6c-6.4-6.4-16-16-28.8-32-28.8-32-41.6-64-41.6-89.6v0 0 0 0 0 0 0c0-16 6.4-35.2 22.4-48 12.8-12.8 32-22.4 48-22.4s35.2 6.4 48 22.4 22.4 32 22.4 48v0 0 0 0 0 0 0c0 25.6-12.8 54.4-41.6 89.6-9.6 16-22.4 25.6-28.8 32v0z" />
<glyph unicode="&#xe903;" glyph-name="borderwidth" d="M0 265.6h1024v-128h-1024v128zM0 32h1024v-64h-1024v64zM0 566.4h1024v-192h-1024v192zM0 928h1024v-256h-1024v256z" />
<glyph unicode="&#xe904;" glyph-name="line" d="M739.2 627.2l-502.4-502.4h-185.6v185.6l502.4 502.4 185.6-185.6zM803.2 688l-185.6 185.6 67.2 67.2c22.4 22.4 54.4 22.4 76.8 0l108.8-108.8c22.4-22.4 22.4-54.4 0-76.8l-67.2-67.2zM41.6 48h940.8v-112h-940.8v112z" />
<glyph unicode="&#xe905;" glyph-name="count" d="M0 480h1024v-64h-1024v64zM304 912v-339.2h-67.2v272h-67.2v67.2zM444.8 694.4v-54.4h134.4v-67.2h-201.6v153.6l134.4 64v54.4h-134.4v67.2h201.6v-153.6zM854.4 912v-339.2h-204.8v67.2h137.6v67.2h-137.6v70.4h137.6v67.2h-137.6v67.2zM115.2 166.4c3.2 57.6 38.4 83.2 108.8 83.2 38.4 0 67.2-9.6 86.4-25.6s25.6-35.2 25.6-70.4v-112c0-25.6 0-28.8 9.6-41.6h-73.6c-3.2 9.6-3.2 9.6-6.4 19.2-22.4-19.2-41.6-25.6-70.4-25.6-54.4 0-89.6 32-89.6 76.8s28.8 70.4 99.2 80l38.4 6.4c16 3.2 22.4 6.4 22.4 16 0 12.8-12.8 22.4-38.4 22.4s-41.6-9.6-44.8-28.8h-67.2zM262.4 115.2c-6.4-3.2-12.8-6.4-25.6-6.4l-25.6-6.4c-25.6-6.4-38.4-16-38.4-28.8 0-16 12.8-25.6 35.2-25.6s41.6 9.6 54.4 32v35.2zM390.4 336h73.6v-112c22.4 16 41.6 22.4 67.2 22.4 64 0 105.6-51.2 105.6-124.8 0-76.8-44.8-134.4-108.8-134.4-32 0-48 9.6-67.2 35.2v-28.8h-70.4v342.4zM460.8 121.6c0-41.6 22.4-70.4 51.2-70.4s51.2 28.8 51.2 70.4c0 44.8-19.2 70.4-51.2 70.4-28.8 0-51.2-28.8-51.2-70.4zM851.2 153.6c-3.2 22.4-19.2 35.2-44.8 35.2-32 0-51.2-25.6-51.2-70.4 0-48 19.2-73.6 51.2-73.6 25.6 0 41.6 12.8 44.8 41.6l70.4-3.2c-9.6-60.8-54.4-96-118.4-96-73.6 0-121.6 51.2-121.6 128 0 80 48 131.2 124.8 131.2 64 0 108.8-35.2 112-96h-67.2z" />
<glyph unicode="&#xe906;" glyph-name="reload" d="M889.68 793.68c-93.608 102.216-228.154 166.32-377.68 166.32-282.77 0-512-229.23-512-512h96c0 229.75 186.25 416 416 416 123.020 0 233.542-53.418 309.696-138.306l-149.696-149.694h352v352l-134.32-134.32zM928 448c0-229.75-186.25-416-416-416-123.020 0-233.542 53.418-309.694 138.306l149.694 149.694h-352v-352l134.32 134.32c93.608-102.216 228.154-166.32 377.68-166.32 282.77 0 512 229.23 512 512h-96z" />
<glyph unicode="&#xe907;" glyph-name="translate" d="M553.6 304l-118.4 118.4c80 89.6 137.6 195.2 172.8 304h137.6v92.8h-326.4v92.8h-92.8v-92.8h-326.4v-92.8h518.4c-32-89.6-80-176-147.2-249.6-44.8 48-80 99.2-108.8 156.8h-92.8c35.2-76.8 80-147.2 137.6-211.2l-236.8-233.6 67.2-67.2 233.6 233.6 144-144c3.2 0 38.4 92.8 38.4 92.8zM816 540.8h-92.8l-208-560h92.8l51.2 140.8h220.8l51.2-140.8h92.8l-208 560zM691.2 214.4l76.8 201.6 76.8-201.6h-153.6z" />
<glyph unicode="&#xe908;" glyph-name="drag" d="M576 896h128v-128h-128v128zM576 640h128v-128h-128v128zM320 640h128v-128h-128v128zM576 384h128v-128h-128v128zM320 384h128v-128h-128v128zM320 128h128v-128h-128v128zM576 128h128v-128h-128v128zM320 896h128v-128h-128v128z" />
<glyph unicode="&#xe90b;" glyph-name="home" d="M1024 369.556l-512 397.426-512-397.428v162.038l512 397.426 512-397.428zM896 384v-384h-256v256h-256v-256h-256v384l384 288z" />
<glyph unicode="&#xe911;" glyph-name="books" d="M576.234 670.73l242.712 81.432 203.584-606.784-242.712-81.432zM0 64h256v704h-256v-704zM64 640h128v-64h-128v64zM320 64h256v704h-256v-704zM384 640h128v-64h-128v64z" />
<glyph unicode="&#xe914;" glyph-name="upload" d="M839.432 760.57c27.492-27.492 50.554-78.672 55.552-120.57h-318.984v318.984c41.898-4.998 93.076-28.060 120.568-55.552l142.864-142.862zM512 576v384h-368c-44 0-80-36-80-80v-864c0-44 36-80 80-80h672c44 0 80 36 80 80v560h-384zM576 192v-192h-192v192h-160l256 256 256-256h-160z" />
<glyph unicode="&#xe915;" glyph-name="editimage" d="M768 416v-352h-640v640h352l128 128h-512c-52.8 0-96-43.2-96-96v-704c0-52.8 43.2-96 96-96h704c52.798 0 96 43.2 96 96v512l-128-128zM864 960l-608-608v-160h160l608 608c0 96-64 160-160 160zM416 320l-48 48 480 480 48-48-480-480z" />
<glyph unicode="&#xe91c;" glyph-name="bubble" d="M928 896h-832c-52.8 0-96-43.2-96-96v-512c0-52.8 43.2-96 96-96h160v-256l307.2 256h364.8c52.8 0 96 43.2 96 96v512c0 52.8-43.2 96-96 96zM896 320h-379.142l-196.858-174.714v174.714h-192v448h768v-448z" />
<glyph unicode="&#xe91d;" glyph-name="user" d="M622.826 257.264c-22.11 3.518-22.614 64.314-22.614 64.314s64.968 64.316 79.128 150.802c38.090 0 61.618 91.946 23.522 124.296 1.59 34.054 48.96 267.324-190.862 267.324s-192.45-233.27-190.864-267.324c-38.094-32.35-14.57-124.296 23.522-124.296 14.158-86.486 79.128-150.802 79.128-150.802s-0.504-60.796-22.614-64.314c-71.22-11.332-337.172-128.634-337.172-257.264h896c0 128.63-265.952 245.932-337.174 257.264z" />
<glyph unicode="&#xe926;" glyph-name="lock" d="M592 512h-16v192c0 105.87-86.13 192-192 192h-128c-105.87 0-192-86.13-192-192v-192h-16c-26.4 0-48-21.6-48-48v-480c0-26.4 21.6-48 48-48h544c26.4 0 48 21.6 48 48v480c0 26.4-21.6 48-48 48zM192 704c0 35.29 28.71 64 64 64h128c35.29 0 64-28.71 64-64v-192h-256v192z" />
<glyph unicode="&#xe927;" glyph-name="unlock" d="M768 896c105.87 0 192-86.13 192-192v-192h-128v192c0 35.29-28.71 64-64 64h-128c-35.29 0-64-28.71-64-64v-192h16c26.4 0 48-21.6 48-48v-480c0-26.4-21.6-48-48-48h-544c-26.4 0-48 21.6-48 48v480c0 26.4 21.6 48 48 48h400v192c0 105.87 86.13 192 192 192h128z" />
<glyph unicode="&#xe928;" glyph-name="settings" d="M448 832v16c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-192v-128h192v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h576v128h-576zM256 704v128h128v-128h-128zM832 528c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-576v-128h576v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h192v128h-192v16zM640 384v128h128v-128h-128zM448 208c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-192v-128h192v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h576v128h-576v16zM256 64v128h128v-128h-128z" />
<glyph unicode="&#xe92a;" glyph-name="remove2" d="M192-64h640l64 704h-768zM640 832v128h-256v-128h-320v-192l64 64h768l64-64v192h-320zM576 832h-128v64h128v-64z" />
<glyph unicode="&#xe92d;" glyph-name="menu" d="M384 896h256v-256h-256zM384 576h256v-256h-256zM384 256h256v-256h-256z" />
<glyph unicode="&#xe930;" glyph-name="warning" d="M1009.956 44.24l-437.074 871.112c-16.742 29.766-38.812 44.648-60.882 44.648s-44.14-14.882-60.884-44.648l-437.074-871.112c-33.486-59.532-5-108.24 63.304-108.24h869.308c68.302 0 96.792 48.708 63.302 108.24zM512 64c-35.346 0-64 28.654-64 64 0 35.348 28.654 64 64 64 35.348 0 64-28.652 64-64 0-35.346-28.652-64-64-64zM556 256h-88l-20 256c0 35.346 28.654 64 64 64s64-28.654 64-64l-20-256z" />
<glyph unicode="&#xe931;" glyph-name="question" d="M448 256h128v-128h-128zM704 704c35.346 0 64-28.654 64-64v-192l-192-128h-128v64l192 128v64h-320v128h384zM512 864c-111.118 0-215.584-43.272-294.156-121.844s-121.844-183.038-121.844-294.156c0-111.118 43.272-215.584 121.844-294.156s183.038-121.844 294.156-121.844c111.118 0 215.584 43.272 294.156 121.844s121.844 183.038 121.844 294.156c0 111.118-43.272 215.584-121.844 294.156s-183.038 121.844-294.156 121.844zM512 960v0c282.77 0 512-229.23 512-512s-229.23-512-512-512c-282.77 0-512 229.23-512 512s229.23 512 512 512z" />
<glyph unicode="&#xe932;" glyph-name="pluscircle" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 64c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384s-171.922-384-384-384zM768 384h-192v-192h-128v192h-192v128h192v192h128v-192h192z" />
<glyph unicode="&#xe933;" glyph-name="info" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM448 768h128v-128h-128v128zM640 128h-256v64h64v256h-64v64h192v-320h64v-64z" />
<glyph unicode="&#xe934;" glyph-name="notice" d="M1024 224l-288 736h-448l-288-288v-448l288-288h448l288 288v448l-288 288zM576 128h-128v128h128v-128zM576 384h-128v384h128v-384z" />
<glyph unicode="&#xe935;" glyph-name="drop" d="M864.626 486.838c-65.754 183.44-205.11 348.15-352.626 473.162-147.516-125.012-286.87-289.722-352.626-473.162-40.664-113.436-44.682-236.562 12.584-345.4 65.846-125.14 198.632-205.438 340.042-205.438s274.196 80.298 340.040 205.44c57.27 108.838 53.25 231.962 12.586 345.398zM738.764 201.044c-43.802-83.252-132.812-137.044-226.764-137.044-55.12 0-108.524 18.536-152.112 50.652 13.242-1.724 26.632-2.652 40.112-2.652 117.426 0 228.668 67.214 283.402 171.242 44.878 85.292 40.978 173.848 23.882 244.338 14.558-28.15 26.906-56.198 36.848-83.932 22.606-63.062 40.024-156.34-5.368-242.604z" />
<glyph unicode="&#xe939;" glyph-name="minus" d="M0 544v-192c0-17.672 14.328-32 32-32h960c17.672 0 32 14.328 32 32v192c0 17.672-14.328 32-32 32h-960c-17.672 0-32-14.328-32-32z" />
<glyph unicode="&#xe93a;" glyph-name="plus" d="M992 576h-352v352c0 17.672-14.328 32-32 32h-192c-17.672 0-32-14.328-32-32v-352h-352c-17.672 0-32-14.328-32-32v-192c0-17.672 14.328-32 32-32h352v-352c0-17.672 14.328-32 32-32h192c17.672 0 32 14.328 32 32v352h352c17.672 0 32 14.328 32 32v192c0 17.672-14.328 32-32 32z" />
<glyph unicode="&#xe93b;" glyph-name="arrowup" d="M0 320l192-192 320 320 320-320 192 192-511.998 512z" />
<glyph unicode="&#xe93c;" glyph-name="arrowright" d="M384 960l-192-192 320-320-320-320 192-192 512 512z" />
<glyph unicode="&#xe93d;" glyph-name="arrowdown" d="M1024 576l-192 192-320-320-320 320-192-192 512-511.998z" />
<glyph unicode="&#xe93f;" glyph-name="arrowup2" d="M768 320l-256 256-256-256z" />
<glyph unicode="&#xe940;" glyph-name="arrowdown2" d="M256 576l256-256 256 256z" />
<glyph unicode="&#xe941;" glyph-name="menu2" d="M256 704l256-256 256 256zM255.996 384.004l256-256 256 256z" />
<glyph unicode="&#xe961;" glyph-name="newtab" d="M704 384l128 128v-512h-768v768h512l-128-128h-256v-512h512zM960 896v-352l-130.744 130.744-354.746-354.744h-90.51v90.512l354.744 354.744-130.744 130.744z" />
<glyph unicode="&#xeaa8;" glyph-name="rotateleft" d="M607.998 831.986c-212.070 0-383.986-171.916-383.986-383.986h-191.994l246.848-246.848 246.848 246.848h-191.994c0 151.478 122.798 274.276 274.276 274.276 151.48 0 274.276-122.798 274.276-274.276 0-151.48-122.796-274.276-274.276-274.276v-109.71c212.070 0 383.986 171.916 383.986 383.986s-171.916 383.986-383.986 383.986z" />
<glyph unicode="&#xeaa9;" glyph-name="rotateright" d="M416.002 831.986c212.070 0 383.986-171.916 383.986-383.986h191.994l-246.848-246.848-246.848 246.848h191.994c0 151.478-122.798 274.276-274.276 274.276-151.48 0-274.276-122.798-274.276-274.276 0-151.48 122.796-274.276 274.276-274.276v-109.71c-212.070 0-383.986 171.916-383.986 383.986s171.916 383.986 383.986 383.986z" />
<glyph unicode="&#xeaaa;" glyph-name="flipv" d="M0 576h1024v384zM1024 0v384h-1024z" />
<glyph unicode="&#xeaac;" glyph-name="fliph" d="M576 960v-1024h384zM0-64h384v1024z" />
<glyph unicode="&#xeb35;" glyph-name="zoomin" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM448 768h-128v-128h-128v-128h128v-128h128v128h128v128h-128z" />
<glyph unicode="&#xeb36;" glyph-name="zoomout" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM192 640h384v-128h-384z" />
<glyph unicode="&#xeba7;" glyph-name="sharpen" d="M768 832h-512l-256-256 512-576 512 576-256 256zM512 181.334v2.666h-2.37l-14.222 16h16.592v16h-30.814l-14.222 16h45.036v16h-59.258l-14.222 16h73.48v16h-87.704l-14.222 16h101.926v16h-116.148l-14.222 16h130.37v16h-144.592l-14.222 16h158.814v16h-173.038l-14.222 16h187.26v16h-201.482l-14.222 16h215.704v16h-229.926l-14.222 16h244.148v16h-258.372l-14.222 16h272.594v16h-286.816l-14.222 16h301.038v16h-315.26l-14.222 16h329.482v16h-343.706l-7.344 8.262 139.072 139.072h211.978v-3.334h215.314l16-16h-231.314v-16h247.314l16-16h-263.314v-16h279.314l16-16h-295.314v-16h311.314l16-16h-327.314v-16h343.312l7.738-7.738-351.050-394.928z" />
<glyph unicode="&#xec6a;" glyph-name="options" d="M64 768h896v-192h-896zM64 512h896v-192h-896zM64 256h896v-192h-896z" />
<glyph unicode="&#xeccc;" glyph-name="sun" d="M512 128c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64s-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM512 768c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64s64-28.654 64-64v-64c0-35.346-28.654-64-64-64zM960 512c35.346 0 64-28.654 64-64s-28.654-64-64-64h-64c-35.348 0-64 28.654-64 64s28.652 64 64 64h64zM192 448c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64c35.346 0 64-28.654 64-64zM828.784 221.726l45.256-45.258c24.992-24.99 24.992-65.516 0-90.508-24.994-24.992-65.518-24.992-90.51 0l-45.256 45.256c-24.992 24.99-24.992 65.516 0 90.51 24.994 24.992 65.518 24.992 90.51 0zM195.216 674.274l-45.256 45.256c-24.994 24.994-24.994 65.516 0 90.51s65.516 24.994 90.51 0l45.256-45.256c24.994-24.994 24.994-65.516 0-90.51s-65.516-24.994-90.51 0zM828.784 674.274c-24.992-24.992-65.516-24.992-90.51 0-24.992 24.994-24.992 65.516 0 90.51l45.256 45.254c24.992 24.994 65.516 24.994 90.51 0 24.992-24.994 24.992-65.516 0-90.51l-45.256-45.254zM195.216 221.726c24.992 24.992 65.518 24.992 90.508 0 24.994-24.994 24.994-65.52 0-90.51l-45.254-45.256c-24.994-24.992-65.516-24.992-90.51 0s-24.994 65.518 0 90.508l45.256 45.258zM512 704c-141.384 0-256-114.616-256-256 0-141.382 114.616-256 256-256 141.382 0 256 114.618 256 256 0 141.384-114.616 256-256 256zM512 288c-88.366 0-160 71.634-160 160s71.634 160 160 160 160-71.634 160-160-71.634-160-160-160z" />
<glyph unicode="&#xeccd;" glyph-name="moon" d="M715.812 895.52c-60.25 34.784-124.618 55.904-189.572 64.48 122.936-160.082 144.768-384.762 37.574-570.42-107.2-185.67-312.688-279.112-512.788-252.68 39.898-51.958 90.376-97.146 150.628-131.934 245.908-141.974 560.37-57.72 702.344 188.198 141.988 245.924 57.732 560.372-188.186 702.356z" />
<glyph unicode="&#xecd4;" glyph-name="contrast" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM128 448c0 212.078 171.922 384 384 384v-768c-212.078 0-384 171.922-384 384z" />
<glyph unicode="&#xed6a;" glyph-name="remove22" d="M893.254 738.746l-90.508 90.508-290.746-290.744-290.746 290.744-90.508-90.506 290.746-290.748-290.746-290.746 90.508-90.508 290.746 290.746 290.746-290.746 90.508 90.51-290.744 290.744z" />
<glyph unicode="&#xedc0;" glyph-name="arrowleft" d="M672-64l192 192-320 320 320 320-192 192-512-512z" />
<glyph unicode="&#xedf9;" glyph-name="resize2" d="M0 896v-384c0-35.346 28.654-64 64-64s64 28.654 64 64v229.488l677.488-677.488h-229.488c-35.346 0-64-28.652-64-64 0-35.346 28.654-64 64-64h384c35.346 0 64 28.654 64 64v384c0 35.348-28.654 64-64 64s-64-28.652-64-64v-229.488l-677.488 677.488h229.488c35.346 0 64 28.654 64 64s-28.652 64-64 64h-384c-35.346 0-64-28.654-64-64z" />
<glyph unicode="&#xee78;" glyph-name="crop" d="M832 704l192 192-64 64-192-192h-448v192h-128v-192h-192v-128h192v-512h512v-192h128v192h192v128h-192v448zM320 640h320l-320-320v320zM384 256l320 320v-320h-320z" />
</font></defs></svg>
\ No newline at end of file
.mce-container,
.mce-container *,
.mce-widget,
.mce-widget *,
.mce-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: top;
background: transparent;
text-decoration: none;
color: #595959;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
text-shadow: none;
float: none;
position: static;
width: auto;
height: auto;
white-space: nowrap;
cursor: inherit;
-webkit-tap-highlight-color: transparent;
line-height: normal;
font-weight: normal;
text-align: left;
border-radius: 2px;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
direction: ltr;
max-width: none
}
.mce-widget button {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.mce-container *[unselectable] {
-moz-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none
}
.word-wrap {
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto
}
.mce-fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
transition: opacity .15s linear
}
.mce-fade.mce-in {
opacity: 1
}
.mce-tinymce {
visibility: inherit !important;
position: relative
}
.mce-fullscreen {
border: 0;
padding: 0;
margin: 0;
overflow: hidden;
height: 100%;
z-index: 100
}
div.mce-fullscreen {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: auto
}
.mce-tinymce {
display: block;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}
.mce-statusbar>.mce-container-body {
display: flex;
padding-right: 16px
}
.mce-statusbar>.mce-container-body .mce-path {
flex: 1
}
.mce-wordcount {
font-size: inherit;
text-transform: uppercase;
padding: 8px 0
}
div.mce-edit-area {
background: #FFF;
filter: none
}
.mce-statusbar {
position: relative
}
.mce-statusbar .mce-container-body {
position: relative;
font-size: 11px
}
.mce-fullscreen .mce-resizehandle {
display: none
}
.mce-statusbar .mce-flow-layout-item {
margin: 0
}
.mce-charmap {
border-collapse: collapse
}
.mce-charmap td {
cursor: default;
border: 1px solid #dcdfe6;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
vertical-align: middle;
padding: 2px
}
.mce-charmap td div {
text-align: center
}
.mce-charmap td:hover {
background: white
}
.mce-grid td.mce-grid-cell div {
border: 1px solid #dcdfe6;
width: 15px;
height: 15px;
margin: 0;
cursor: pointer
}
.mce-grid td.mce-grid-cell div:focus {
border-color: #91bbe9
}
.mce-grid td.mce-grid-cell div[disabled] {
cursor: not-allowed
}
.mce-grid {
border-spacing: 2px;
border-collapse: separate
}
.mce-grid a {
display: block;
border: 1px solid transparent
}
.mce-grid a:hover,
.mce-grid a:focus {
border-color: #91bbe9
}
.mce-grid-border {
margin: 0 4px 0 4px
}
.mce-grid-border a {
border-color: #dcdfe6;
width: 13px;
height: 13px
}
.mce-grid-border a:hover,
.mce-grid-border a.mce-active {
border-color: #91bbe9;
background: #bdd6f2
}
.mce-text-center {
text-align: center
}
div.mce-tinymce-inline {
width: 100%
}
.mce-colorbtn-trans div {
text-align: center;
vertical-align: middle;
font-weight: bold;
font-size: 20px;
line-height: 16px;
color: #8b8b8b
}
.mce-monospace {
font-family: "Courier New", Courier, monospace
}
.mce-toolbar-grp .mce-flow-layout-item {
margin-bottom: 0
}
.mce-container b {
font-weight: bold
}
.mce-container p {
margin-bottom: 5px
}
.mce-container a {
cursor: pointer;
color: #2276d2
}
.mce-container a:hover {
text-decoration: underline
}
.mce-container ul {
margin-left: 15px
}
.mce-container .mce-table-striped {
border-collapse: collapse;
margin: 10px
}
.mce-container .mce-table-striped thead>tr {
background-color: #fafafa
}
.mce-container .mce-table-striped thead>tr th {
font-weight: bold
}
.mce-container .mce-table-striped td,
.mce-container .mce-table-striped th {
padding: 5px
}
.mce-container .mce-table-striped tr:nth-child(even) {
background-color: #fafafa
}
.mce-container .mce-table-striped tbody>tr:hover {
background-color: #e1e1e1
}
.mce-branding {
font-size: inherit;
text-transform: uppercase;
white-space: pre;
padding: 8px 0
}
.mce-branding a {
font-size: inherit;
color: inherit
}
.mce-top-part {
position: relative
}
.mce-top-part::before {
content: '';
position: absolute;
/* -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
top: 0;
right: 0;
bottom: 0;
left: 0;
pointer-events: none
}
.mce-rtl .mce-wordcount {
left: 0;
right: auto
}
.mce-rtl .mce-statusbar>.mce-container-body>*:last-child {
padding-right: 0;
padding-left: 10px
}
.mce-rtl .mce-path {
text-align: right;
padding-right: 16px
}
.mce-croprect-container {
position: absolute;
top: 0;
left: 0
}
.mce-croprect-handle {
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
border: 2px solid white
}
.mce-croprect-handle-nw {
border-width: 2px 0 0 2px;
margin: -2px 0 0 -2px;
cursor: nw-resize;
top: 100px;
left: 100px
}
.mce-croprect-handle-ne {
border-width: 2px 2px 0 0;
margin: -2px 0 0 -20px;
cursor: ne-resize;
top: 100px;
left: 200px
}
.mce-croprect-handle-sw {
border-width: 0 0 2px 2px;
margin: -20px 2px 0 -2px;
cursor: sw-resize;
top: 200px;
left: 100px
}
.mce-croprect-handle-se {
border-width: 0 2px 2px 0;
margin: -20px 0 0 -20px;
cursor: se-resize;
top: 200px;
left: 200px
}
.mce-croprect-handle-move {
position: absolute;
cursor: move;
border: 0
}
.mce-croprect-block {
opacity: .5;
filter: alpha(opacity=50);
zoom: 1;
position: absolute;
background: black
}
.mce-croprect-handle:focus {
border-color: #2276d2
}
.mce-croprect-handle-move:focus {
outline: 1px solid #2276d2
}
.mce-imagepanel {
overflow: auto;
background: black
}
.mce-imagepanel-bg {
position: absolute;
background: url('data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==')
}
.mce-imagepanel img {
position: absolute
}
.mce-imagetool.mce-btn .mce-ico {
display: block;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
font-size: 20px;
padding: 5px
}
.mce-arrow-up {
margin-top: 12px
}
.mce-arrow-down {
margin-top: -12px
}
.mce-arrow:before,
.mce-arrow:after {
position: absolute;
left: 50%;
display: block;
width: 0;
height: 0;
border-style: solid;
border-color: transparent;
content: ""
}
.mce-arrow.mce-arrow-up:before {
top: -9px;
border-bottom-color: #dcdfe6;
border-width: 0 9px 9px;
margin-left: -9px
}
.mce-arrow.mce-arrow-down:before {
bottom: -9px;
border-top-color: #dcdfe6;
border-width: 9px 9px 0;
margin-left: -9px
}
.mce-arrow.mce-arrow-up:after {
top: -8px;
border-bottom-color: #fff;
border-width: 0 8px 8px;
margin-left: -8px
}
.mce-arrow.mce-arrow-down:after {
bottom: -8px;
border-top-color: #fff;
border-width: 8px 8px 0;
margin-left: -8px
}
.mce-arrow.mce-arrow-left:before,
.mce-arrow.mce-arrow-left:after {
margin: 0
}
.mce-arrow.mce-arrow-left:before {
left: 8px
}
.mce-arrow.mce-arrow-left:after {
left: 9px
}
.mce-arrow.mce-arrow-right:before,
.mce-arrow.mce-arrow-right:after {
left: auto;
margin: 0
}
.mce-arrow.mce-arrow-right:before {
right: 8px
}
.mce-arrow.mce-arrow-right:after {
right: 9px
}
.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left:before {
left: -9px;
top: 50%;
border-right-color: #dcdfe6;
border-width: 9px 9px 9px 0;
margin-top: -9px
}
.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left:after {
left: -8px;
top: 50%;
border-right-color: #fff;
border-width: 8px 8px 8px 0;
margin-top: -8px
}
.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left {
margin-left: 12px
}
.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right:before {
right: -9px;
top: 50%;
border-left-color: #dcdfe6;
border-width: 9px 0 9px 9px;
margin-top: -9px
}
.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right:after {
right: -8px;
top: 50%;
border-left-color: #fff;
border-width: 8px 0 8px 8px;
margin-top: -8px
}
.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right {
margin-left: -14px
}
.mce-edit-aria-container>.mce-container-body {
display: flex
}
.mce-edit-aria-container>.mce-container-body .mce-edit-area {
flex: 1
}
.mce-edit-aria-container>.mce-container-body .mce-sidebar>.mce-container-body {
display: flex;
align-items: stretch;
height: 100%
}
.mce-edit-aria-container>.mce-container-body .mce-sidebar-panel {
min-width: 250px;
max-width: 250px;
position: relative
}
.mce-edit-aria-container>.mce-container-body .mce-sidebar-panel>.mce-container-body {
position: absolute;
width: 100%;
height: 100%;
overflow: auto;
top: 0;
left: 0
}
.mce-sidebar-toolbar {
border: 0 solid #dcdfe6;
border-left-width: 1px
}
.mce-sidebar-toolbar .mce-btn {
border-left: 0;
border-right: 0
}
.mce-sidebar-toolbar .mce-btn.mce-active,
.mce-sidebar-toolbar .mce-btn.mce-active:hover {
background-color: #555c66
}
.mce-sidebar-toolbar .mce-btn.mce-active button,
.mce-sidebar-toolbar .mce-btn.mce-active:hover button,
.mce-sidebar-toolbar .mce-btn.mce-active button i,
.mce-sidebar-toolbar .mce-btn.mce-active:hover button i {
color: white;
text-shadow: 1px 1px none
}
.mce-sidebar-panel {
border: 0 solid #dcdfe6;
border-left-width: 1px
}
.mce-container,
.mce-container-body {
display: block
}
.mce-autoscroll {
overflow: hidden
}
.mce-scrollbar {
position: absolute;
width: 7px;
height: 100%;
top: 2px;
right: 2px;
opacity: .4;
filter: alpha(opacity=40);
zoom: 1
}
.mce-scrollbar-h {
top: auto;
right: auto;
left: 2px;
bottom: 2px;
width: 100%;
height: 7px
}
.mce-scrollbar-thumb {
position: absolute;
background-color: #000;
border: 1px solid #888;
border-color: rgba(85, 85, 85, 0.6);
width: 5px;
height: 100%
}
.mce-scrollbar-h .mce-scrollbar-thumb {
width: 100%;
height: 5px
}
.mce-scrollbar:hover,
.mce-scrollbar.mce-active {
background-color: #AAA;
opacity: .6;
filter: alpha(opacity=60);
zoom: 1
}
.mce-scroll {
position: relative
}
.mce-panel {
border: 0 solid #f3f3f3;
border: 0 solid #dcdfe6;
background-color: #fff
}
.mce-floatpanel {
position: absolute;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}
.mce-floatpanel.mce-fixed {
position: fixed
}
.mce-floatpanel .mce-arrow,
.mce-floatpanel .mce-arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid
}
.mce-floatpanel .mce-arrow {
border-width: 11px
}
.mce-floatpanel .mce-arrow:after {
border-width: 10px;
content: ""
}
.mce-floatpanel.mce-popover {
filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
background: transparent;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
top: 0;
left: 0;
background: #FFF;
border: 1px solid #dcdfe6;
border: 1px solid rgba(0, 0, 0, 0.25)
}
.mce-floatpanel.mce-popover.mce-bottom {
margin-top: 10px;
*margin-top: 0
}
.mce-floatpanel.mce-popover.mce-bottom>.mce-arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #dcdfe6;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px
}
.mce-floatpanel.mce-popover.mce-bottom>.mce-arrow:after {
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #FFF
}
.mce-floatpanel.mce-popover.mce-top {
margin-top: -10px;
*margin-top: 0
}
.mce-floatpanel.mce-popover.mce-top>.mce-arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #dcdfe6;
top: auto;
bottom: -11px
}
.mce-floatpanel.mce-popover.mce-top>.mce-arrow:after {
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #FFF
}
.mce-floatpanel.mce-popover.mce-bottom.mce-start,
.mce-floatpanel.mce-popover.mce-top.mce-start {
margin-left: -22px
}
.mce-floatpanel.mce-popover.mce-bottom.mce-start>.mce-arrow,
.mce-floatpanel.mce-popover.mce-top.mce-start>.mce-arrow {
left: 20px
}
.mce-floatpanel.mce-popover.mce-bottom.mce-end,
.mce-floatpanel.mce-popover.mce-top.mce-end {
margin-left: 22px
}
.mce-floatpanel.mce-popover.mce-bottom.mce-end>.mce-arrow,
.mce-floatpanel.mce-popover.mce-top.mce-end>.mce-arrow {
right: 10px;
left: auto
}
.mce-fullscreen {
border: 0;
padding: 0;
margin: 0;
overflow: hidden;
height: 100%
}
div.mce-fullscreen {
position: fixed;
top: 0;
left: 0
}
#mce-modal-block {
opacity: 0;
filter: alpha(opacity=0);
zoom: 1;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
}
#mce-modal-block.mce-in {
opacity: .5;
filter: alpha(opacity=50);
zoom: 1
}
.mce-window-move {
cursor: move
}
.mce-window {
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
background: transparent;
background: #FFF;
position: fixed;
top: 0;
left: 0;
opacity: 0;
transform: scale(.1);
transition: transform 100ms ease-in, opacity 150ms ease-in;
border-radius: 2px;
border: none;
}
.mce-window.mce-in {
transform: scale(1);
opacity: 1
}
.mce-window-head {
padding: 0px 20px;
border-bottom: 1px solid #dcdfe6;
position: relative
}
.mce-window-head .mce-close {
position: absolute;
right: 0;
top: 0;
height: 54px;
width: 54px;
text-align: center;
cursor: pointer
}
.mce-window-head .mce-close i {
color: #909399;
font-size: 14px;
}
.mce-close:hover i {
color: #1890ff;
}
.mce-window-head .mce-title {
line-height: 54px;
font-size: 18px;
font-weight: normal;
text-rendering: optimizelegibility;
padding-right: 20px;
}
.mce-window .mce-container-body {
display: block;
/*padding: 0 20px;*/
}
.mce-foot {
display: block;
background-color: #FFF;
border-top: 1px solid #dcdfe6;
border-radius: 0 0 2px 2px;
}
.mce-foot .mce-btn.mce-last:hover {
color: #1890ff;
border-color: #1890ff;
background-color: #fff;
}
.mce-foot .mce-btn.mce-last:hover button .mce-txt {
color: #1890ff;
border-color: #1890ff;
background-color: #fff;
}
.mce-window-head .mce-dragh {
position: absolute;
top: 0;
left: 0;
cursor: move;
width: 90%;
height: 100%
}
.mce-window iframe {
width: 100%;
height: 100%
}
.mce-window-body .mce-listbox {
border-color: #e2e4e7
}
.mce-window .mce-btn:hover {
border-color: #dcdfe6
}
.mce-window .mce-btn:focus {
border-color: #2276d2
}
.mce-window-body .mce-btn,
.mce-foot .mce-btn {
border-color: #dcdfe6
}
.mce-foot .mce-btn.mce-primary {
border-color: transparent
}
.mce-rtl .mce-window-head .mce-close {
position: absolute;
right: auto;
left: 0
}
.mce-rtl .mce-window-head .mce-dragh {
left: auto;
right: 0
}
.mce-rtl .mce-window-head .mce-title {
direction: rtl;
text-align: right;
padding-right: 0;
padding-left: 20px
}
.mce-tooltip {
position: absolute;
padding: 5px;
opacity: .8;
filter: alpha(opacity=80);
zoom: 1;
margin-top: 1px
}
.mce-tooltip-inner {
font-size: 11px;
background-color: #000;
color: white;
max-width: 200px;
padding: 5px 8px 4px 8px;
text-align: center;
white-space: normal
}
.mce-tooltip-inner {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.mce-tooltip-arrow {
position: absolute;
width: 0;
height: 0;
line-height: 0;
border: 5px dashed #000
}
.mce-tooltip-arrow-n {
border-bottom-color: #000
}
.mce-tooltip-arrow-s {
border-top-color: #000
}
.mce-tooltip-arrow-e {
border-left-color: #000
}
.mce-tooltip-arrow-w {
border-right-color: #000
}
.mce-tooltip-nw,
.mce-tooltip-sw {
margin-left: -14px
}
.mce-tooltip-ne,
.mce-tooltip-se {
margin-left: 14px
}
.mce-tooltip-n .mce-tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-bottom-style: solid;
border-top: none;
border-left-color: transparent;
border-right-color: transparent
}
.mce-tooltip-nw .mce-tooltip-arrow {
top: 0;
left: 10px;
border-bottom-style: solid;
border-top: none;
border-left-color: transparent;
border-right-color: transparent
}
.mce-tooltip-ne .mce-tooltip-arrow {
top: 0;
right: 10px;
border-bottom-style: solid;
border-top: none;
border-left-color: transparent;
border-right-color: transparent
}
.mce-tooltip-s .mce-tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-top-style: solid;
border-bottom: none;
border-left-color: transparent;
border-right-color: transparent
}
.mce-tooltip-sw .mce-tooltip-arrow {
bottom: 0;
left: 10px;
border-top-style: solid;
border-bottom: none;
border-left-color: transparent;
border-right-color: transparent
}
.mce-tooltip-se .mce-tooltip-arrow {
bottom: 0;
right: 10px;
border-top-style: solid;
border-bottom: none;
border-left-color: transparent;
border-right-color: transparent
}
.mce-tooltip-e .mce-tooltip-arrow {
right: 0;
top: 50%;
margin-top: -5px;
border-left-style: solid;
border-right: none;
border-top-color: transparent;
border-bottom-color: transparent
}
.mce-tooltip-w .mce-tooltip-arrow {
left: 0;
top: 50%;
margin-top: -5px;
border-right-style: solid;
border-left: none;
border-top-color: transparent;
border-bottom-color: transparent
}
.mce-progress {
display: inline-block;
position: relative;
height: 20px
}
.mce-progress .mce-bar-container {
display: inline-block;
width: 100px;
height: 100%;
margin-right: 8px;
border: 1px solid #ccc;
overflow: hidden
}
.mce-progress .mce-text {
display: inline-block;
margin-top: auto;
margin-bottom: auto;
font-size: 14px;
width: 40px;
color: #595959
}
.mce-bar {
display: block;
width: 0;
height: 100%;
background-color: #dfdfdf;
-webkit-transition: width .2s ease;
transition: width .2s ease
}
.mce-notification {
position: absolute;
background-color: #fff;
padding: 5px;
margin-top: 5px;
border-width: 1px;
border-style: solid;
border-color: #dcdfe6;
transition: transform 100ms ease-in, opacity 150ms ease-in;
opacity: 0;
box-sizing: border-box
}
.mce-notification.mce-in {
opacity: 1
}
.mce-notification-success {
background-color: #dff0d8;
border-color: #d6e9c6
}
.mce-notification-info {
background-color: #d9edf7;
border-color: #779ECB
}
.mce-notification-warning {
background-color: #fcf8e3;
border-color: #faebcc
}
.mce-notification-error {
background-color: #f2dede;
border-color: #ebccd1
}
.mce-notification.mce-has-close {
padding-right: 15px
}
.mce-notification .mce-ico {
margin-top: 5px
}
.mce-notification-inner {
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
display: inline-block;
font-size: 14px;
margin: 5px 8px 4px 8px;
text-align: center;
white-space: normal;
color: #31708f
}
.mce-notification-inner a {
text-decoration: underline;
cursor: pointer
}
.mce-notification .mce-progress {
margin-right: 8px
}
.mce-notification .mce-progress .mce-text {
margin-top: 5px
}
.mce-notification *,
.mce-notification .mce-progress .mce-text {
color: #595959
}
.mce-notification .mce-progress .mce-bar-container {
border-color: #dcdfe6
}
.mce-notification .mce-progress .mce-bar-container .mce-bar {
background-color: #595959
}
.mce-notification-success *,
.mce-notification-success .mce-progress .mce-text {
color: #3c763d
}
.mce-notification-success .mce-progress .mce-bar-container {
border-color: #d6e9c6
}
.mce-notification-success .mce-progress .mce-bar-container .mce-bar {
background-color: #3c763d
}
.mce-notification-info *,
.mce-notification-info .mce-progress .mce-text {
color: #31708f
}
.mce-notification-info .mce-progress .mce-bar-container {
border-color: #779ECB
}
.mce-notification-info .mce-progress .mce-bar-container .mce-bar {
background-color: #31708f
}
.mce-notification-warning *,
.mce-notification-warning .mce-progress .mce-text {
color: #8a6d3b
}
.mce-notification-warning .mce-progress .mce-bar-container {
border-color: #faebcc
}
.mce-notification-warning .mce-progress .mce-bar-container .mce-bar {
background-color: #8a6d3b
}
.mce-notification-error *,
.mce-notification-error .mce-progress .mce-text {
color: #a94442
}
.mce-notification-error .mce-progress .mce-bar-container {
border-color: #ebccd1
}
.mce-notification-error .mce-progress .mce-bar-container .mce-bar {
background-color: #a94442
}
.mce-notification .mce-close {
position: absolute;
top: 6px;
right: 8px;
font-size: 20px;
font-weight: bold;
line-height: 20px;
color: #9b9b9b;
cursor: pointer
}
.mce-abs-layout {
position: relative
}
html .mce-abs-layout-item,
.mce-abs-end {
position: absolute
}
.mce-abs-end {
width: 1px;
height: 1px
}
.mce-container-body.mce-abs-layout {
overflow: hidden
}
.mce-btn {
border: 1px solid #b3b3b3;
border-color: transparent transparent transparent transparent;
border-radius: 4px;
position: relative;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
background: white;
display: inline-block;
*display: inline;
*zoom: 1;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.mce-btn:hover button .mce-ico,
.mce-btn:active button .mce-ico {
/* background: white;
color: #595959;
border-color: #e2e4e7*/
color: #1890ff;
}
.mce-btn:hover button .mce-preview,
.mce-btn:active button .mce-preview {
color: #1890ff;
background: #1890ff;
}
.mce-btn:focus button .mce-ico {
/*background: white;
color: #595959;
border-color: #e2e4e7*/
color: #1890ff;
}
.mce-btn:focus button .mce-preview {
color: #1890ff;
background: #1890ff;
}
.mce-btn.mce-disabled button,
.mce-btn.mce-disabled:hover button {
cursor: default;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
opacity: .4;
filter: alpha(opacity=40);
zoom: 1;
color: #c0c4cc;
}
.mce-btn.mce-disabled button .mce-ico,
.mce-btn.mce-disabled:hover button .mce-ico {
color: #c0c4cc;
}
.mce-btn.mce-active,
.mce-btn.mce-active:hover,
.mce-btn.mce-active:focus,
.mce-btn.mce-active:active {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: #fff;
color: #1890ff;
border-color: transparent
}
.mce-btn.mce-active button,
.mce-btn.mce-active:hover button,
.mce-btn.mce-active i,
.mce-btn.mce-active:hover i {
color: #1890ff
}
.mce-btn:hover .mce-caret {
border-top-color: #b5bcc2
}
.mce-btn.mce-active .mce-caret,
.mce-btn.mce-active:hover .mce-caret {
border-top-color: #1890ff
}
.mce-btn button {
padding: 4px 6px;
font-size: 14px;
line-height: 20px;
*line-height: 16px;
cursor: pointer;
color: #595959;
text-align: center;
overflow: visible;
-webkit-appearance: none
}
.mce-btn button::-moz-focus-inner {
border: 0;
padding: 0
}
.mce-btn i {
text-shadow: 1px 1px none
}
.mce-primary.mce-btn-has-text {
min-width: 50px
}
.mce-primary {
color: white;
border: 1px solid transparent;
border-color: transparent;
background-color: #1890ff;
}
.mce-primary:hover,
.mce-primary:focus {
background: #40a9ff;
border-color: #40a9ff;
color: #fff;
}
.mce-primary.mce-disabled button,
.mce-primary.mce-disabled:hover button {
cursor: default;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
opacity: .4;
filter: alpha(opacity=40);
zoom: 1 color: #c0c4cc;
}
.mce-primary.mce-active,
.mce-primary.mce-active:hover,
.mce-primary:not(.mce-disabled):active {
background-color: #1890ff;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.mce-primary button,
.mce-primary button i {
color: white;
text-shadow: 1px 1px none
}
.mce-btn .mce-txt {
font-size: inherit;
line-height: inherit;
color: #303133;
}
.mce-btn.mce-primary .mce-txt {
color: #fff;
}
.mce-btn-large button {
padding: 9px 14px;
font-size: 16px;
line-height: normal
}
.mce-btn-large i {
margin-top: 2px
}
.mce-btn-small button {
padding: 1px 5px;
font-size: 12px;
*padding-bottom: 2px
}
.mce-btn-small i {
line-height: 20px;
vertical-align: top;
*line-height: 18px
}
.mce-btn .mce-caret {
margin-top: 8px;
margin-left: 0
}
.mce-btn-small .mce-caret {
margin-top: 8px;
margin-left: 0
}
.mce-caret {
display: inline-block;
*display: inline;
*zoom: 1;
width: 0;
height: 0;
vertical-align: top;
border-top: 4px solid #b5bcc2;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: ""
}
.mce-disabled .mce-caret {
border-top-color: #aaa
}
.mce-caret.mce-up {
border-bottom: 4px solid #b5bcc2;
border-top: 0
}
.mce-btn-flat {
border: 0;
background: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
filter: none
}
.mce-btn-flat:hover,
.mce-btn-flat.mce-active,
.mce-btn-flat:focus,
.mce-btn-flat:active {
border: 0;
background: #e6e6e6;
filter: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.mce-btn-has-text .mce-ico {
padding-right: 5px
}
.mce-rtl .mce-btn button {
direction: rtl
}
.mce-toolbar .mce-btn-group {
margin: 0;
padding: 2px 0
}
.mce-btn-group .mce-btn {
border-width: 1px;
margin: 0;
margin-left: 2px
}
.mce-btn-group:not(:first-child) {
/*border-left: 1px solid #d9d9d9;*/
padding-left: 0;
margin-left: 2px
}
.mce-btn-group {
margin-left: 2px
}
.mce-btn-group .mce-btn.mce-flow-layout-item {
margin: 0
}
.mce-rtl .mce-btn-group .mce-btn {
margin-left: 0;
margin-right: 2px
}
.mce-rtl .mce-btn-group .mce-first {
margin-right: 0
}
.mce-rtl .mce-btn-group:not(:first-child) {
border-left: none;
border-right: 1px solid #d9d9d9;
padding-right: 4px;
margin-right: 4px
}
.mce-checkbox {
cursor: pointer
}
i.mce-i-checkbox {
margin: 0 3px 0 0;
border: 1px solid #dcdfe6;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background-color: white;
text-indent: -10em;
overflow: hidden
}
.mce-checked i.mce-i-checkbox {
color: #595959;
font-size: 16px;
line-height: 16px;
text-indent: 0
}
.mce-checkbox:focus i.mce-i-checkbox,
.mce-checkbox.mce-focus i.mce-i-checkbox {
border: 1px solid #2276d2;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.mce-checkbox.mce-disabled .mce-label,
.mce-checkbox.mce-disabled i.mce-i-checkbox {
color: #bdbdbd
}
.mce-checkbox .mce-label {
vertical-align: middle
}
.mce-rtl .mce-checkbox {
direction: rtl;
text-align: right
}
.mce-rtl i.mce-i-checkbox {
margin: 0 0 0 3px
}
.mce-combobox {
position: relative;
display: inline-block;
*display: inline;
*zoom: 1;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
*height: 32px
}
.mce-combobox input {
border: 1px solid #dcdfe6;
border-right-color: #dcdfe6;
border-radius: 4px;
height: 30px
}
.mce-combobox.mce-disabled input {
color: #bdbdbd
}
.mce-combobox .mce-btn {
border: 1px solid #dcdfe6;
border-left: 0;
margin: 0
}
.mce-combobox button {
padding-right: 8px;
padding-left: 8px
}
.mce-combobox.mce-disabled .mce-btn button {
cursor: default;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
opacity: .4;
filter: alpha(opacity=40);
zoom: 1
}
.mce-combobox .mce-status {
position: absolute;
right: 2px;
top: 50%;
line-height: 16px;
margin-top: -8px;
font-size: 12px;
width: 15px;
height: 15px;
text-align: center;
cursor: pointer
}
.mce-combobox.mce-has-status input {
padding-right: 20px
}
.mce-combobox.mce-has-open .mce-status {
right: 37px
}
.mce-combobox .mce-status.mce-i-warning {
color: #c09853
}
.mce-combobox .mce-status.mce-i-checkmark {
color: #468847
}
.mce-menu.mce-combobox-menu {
border-top: 0;
margin-top: 0;
max-height: 200px
}
.mce-menu.mce-combobox-menu .mce-menu-item {
padding: 4px 6px 4px 4px;
font-size: 11px
}
.mce-menu.mce-combobox-menu .mce-menu-item-sep {
padding: 0
}
.mce-menu.mce-combobox-menu .mce-text,
.mce-menu.mce-combobox-menu .mce-text b {
font-size: 11px
}
.mce-menu.mce-combobox-menu .mce-menu-item-link,
.mce-menu.mce-combobox-menu .mce-menu-item-link b {
font-size: 11px
}
.mce-colorbox i {
border: 1px solid #dcdfe6;
width: 14px;
height: 14px
}
.mce-colorbutton .mce-ico {
position: relative
}
.mce-colorbutton-grid {
margin: 4px
}
.mce-colorbutton .mce-preview {
padding-right: 3px;
display: block;
position: absolute;
left: 50%;
top: 50%;
margin-left: -16px;
margin-top: 7px;
background: #909399;
width: 13px;
height: 2px;
overflow: hidden
}
.mce-colorbutton.mce-btn-small .mce-preview {
margin-left: -16px;
padding-right: 0;
width: 16px
}
.mce-rtl .mce-colorbutton {
direction: rtl
}
.mce-rtl .mce-colorbutton .mce-preview {
margin-left: 0;
padding-right: 0;
padding-left: 3px
}
.mce-rtl .mce-colorbutton.mce-btn-small .mce-preview {
margin-left: 0;
padding-right: 0;
padding-left: 2px
}
.mce-rtl .mce-colorbutton .mce-open {
padding-left: 4px;
padding-right: 4px;
border-left: 0
}
.mce-colorpicker {
position: relative;
width: 250px;
height: 220px
}
.mce-colorpicker-sv {
position: absolute;
top: 0;
left: 0;
width: 90%;
height: 100%;
border: 1px solid #dcdfe6;
cursor: crosshair;
overflow: hidden
}
.mce-colorpicker-h-chunk {
width: 100%
}
.mce-colorpicker-overlay1,
.mce-colorpicker-overlay2 {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0
}
.mce-colorpicker-overlay1 {
filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0))
}
.mce-colorpicker-overlay2 {
filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00000000', endColorstr='#000000');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000)
}
.mce-colorpicker-selector1 {
background: none;
position: absolute;
width: 12px;
height: 12px;
margin: -8px 0 0 -8px;
border: 1px solid black;
border-radius: 50%
}
.mce-colorpicker-selector2 {
position: absolute;
width: 10px;
height: 10px;
border: 1px solid white;
border-radius: 50%
}
.mce-colorpicker-h {
position: absolute;
top: 0;
right: 0;
width: 6.5%;
height: 100%;
border: 1px solid #dcdfe6;
cursor: crosshair
}
.mce-colorpicker-h-marker {
margin-top: -4px;
position: absolute;
top: 0;
left: -1px;
width: 100%;
border: 1px solid black;
background: white;
height: 4px;
z-index: 100
}
.mce-path {
display: inline-block;
*display: inline;
*zoom: 1;
padding: 8px;
white-space: normal;
font-size: inherit
}
.mce-path .mce-txt {
display: inline-block;
padding-right: 3px
}
.mce-path .mce-path-body {
display: inline-block
}
.mce-path-item {
display: inline-block;
*display: inline;
*zoom: 1;
cursor: pointer;
color: #595959;
font-size: inherit;
text-transform: uppercase
}
.mce-path-item:hover {
text-decoration: underline
}
.mce-path-item:focus {
background: #555c66;
color: white
}
.mce-path .mce-divider {
display: inline;
font-size: inherit
}
.mce-disabled .mce-path-item {
color: #aaa
}
.mce-rtl .mce-path {
direction: rtl
}
.mce-fieldset {
border: 0 solid #9E9E9E
}
.mce-fieldset>.mce-container-body {
margin-top: -15px
}
.mce-fieldset-title {
margin-left: 5px;
padding: 0 5px 0 5px
}
.mce-fit-layout {
display: inline-block;
*display: inline;
*zoom: 1
}
.mce-fit-layout-item {
position: absolute
}
.mce-flow-layout-item {
display: inline-block;
*display: inline;
*zoom: 1
}
.mce-flow-layout-item {
margin: 2px 0 2px 2px
}
.mce-flow-layout-item.mce-last {
margin-right: 2px
}
.mce-flow-layout {
white-space: normal
}
.mce-tinymce-inline .mce-flow-layout {
white-space: nowrap
}
.mce-rtl .mce-flow-layout {
text-align: right;
direction: rtl
}
.mce-rtl .mce-flow-layout-item {
margin: 2px 2px 2px 0
}
.mce-rtl .mce-flow-layout-item.mce-last {
margin-left: 2px
}
.mce-iframe {
border: 0 solid #dcdfe6;
width: 100%;
height: 100%
}
.mce-infobox {
display: inline-block;
*display: inline;
*zoom: 1;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
overflow: hidden;
border: 1px solid red
}
.mce-infobox div {
display: block;
margin: 5px
}
.mce-infobox div button {
position: absolute;
top: 50%;
right: 4px;
cursor: pointer;
margin-top: -8px;
display: none
}
.mce-infobox div button:focus {
outline: 2px solid #e2e4e7
}
.mce-infobox.mce-has-help div {
margin-right: 25px
}
.mce-infobox.mce-has-help button {
display: block
}
.mce-infobox.mce-success {
background: #dff0d8;
border-color: #d6e9c6
}
.mce-infobox.mce-success div {
color: #3c763d
}
.mce-infobox.mce-warning {
background: #fcf8e3;
border-color: #faebcc
}
.mce-infobox.mce-warning div {
color: #8a6d3b
}
.mce-infobox.mce-error {
background: #f2dede;
border-color: #ebccd1
}
.mce-infobox.mce-error div {
color: #a94442
}
.mce-rtl .mce-infobox div {
text-align: right;
direction: rtl
}
.mce-label {
display: inline-block;
*display: inline;
*zoom: 1;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
overflow: hidden
}
.mce-label.mce-abs-layout-item {
color: #303133;
}
.mce-abs-layout-item {
color: #303133;
}
.mce-label.mce-autoscroll {
overflow: auto
}
.mce-label.mce-disabled {
color: #aaa
}
.mce-label.mce-multiline {
white-space: pre-wrap
}
.mce-label.mce-success {
color: #468847
}
.mce-label.mce-warning {
color: #c09853
}
.mce-label.mce-error {
color: #b94a48
}
.mce-rtl .mce-label {
text-align: right;
direction: rtl
}
.mce-menubar {
border: 1px solid #dcdfe6;
}
.mce-menubar .mce-menubtn {
border-color: transparent;
background: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
filter: none
}
.mce-menubar .mce-menubtn button span {
color: #595959
}
.mce-menubar .mce-caret {
border-top-color: #b5bcc2
}
.mce-menubar .mce-active .mce-caret,
.mce-menubar .mce-menubtn:hover .mce-caret {
border-top-color: #b5bcc2
}
.mce-menubar .mce-menubtn:hover,
.mce-menubar .mce-menubtn.mce-active,
.mce-menubar .mce-menubtn:focus {
/*border-color: #e2e4e7;*/
background: white;
filter: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.mce-menubar .mce-menubtn.mce-active {
border-bottom: none;
z-index: 65537
}
div.mce-menubtn.mce-opened {
border-bottom-color: white;
z-index: 65537
}
.mce-menubtn button {
color: #909399
}
.mce-menubtn.mce-btn-small span {
font-size: 12px
}
.mce-menubtn.mce-fixed-width span {
display: inline-block;
overflow-x: hidden;
text-overflow: ellipsis;
width: 90px
}
.mce-menubtn.mce-fixed-width.mce-btn-small span {
width: 70px
}
.mce-menubtn .mce-caret {
*margin-top: 6px
}
.mce-rtl .mce-menubtn button {
direction: rtl;
text-align: right
}
.mce-rtl .mce-menubtn.mce-fixed-width span {
direction: rtl;
text-align: right
}
.mce-menu-item {
display: block;
padding: 6px 4px 6px 4px;
clear: both;
font-weight: normal;
line-height: 20px;
color: #595959;
white-space: nowrap;
cursor: pointer;
line-height: normal;
border-left: 4px solid transparent;
margin-bottom: 1px
}
.mce-menu-item .mce-text,
.mce-menu-item .mce-text b {
line-height: 1;
vertical-align: initial
}
.mce-menu-item .mce-caret {
margin-top: 4px;
margin-right: 6px;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 4px solid #595959
}
.mce-menu-item .mce-menu-shortcut {
display: inline-block;
padding: 0 10px 0 20px;
color: #aaa
}
.mce-menu-item .mce-ico {
padding-right: 4px
}
.mce-menu-item:hover,
.mce-menu-item:focus {
background: #ededee
}
.mce-menu-item:hover .mce-menu-shortcut,
.mce-menu-item:focus .mce-menu-shortcut {
color: #aaa
}
.mce-menu-item:hover .mce-text,
.mce-menu-item:focus .mce-text,
.mce-menu-item:hover .mce-ico,
.mce-menu-item:focus .mce-ico {
color: #595959
}
.mce-menu-item.mce-selected {
background: #ededee
}
.mce-menu-item.mce-selected .mce-text,
.mce-menu-item.mce-selected .mce-ico {
color: #595959
}
.mce-menu-item.mce-active.mce-menu-item-normal {
background: #555c66
}
.mce-menu-item.mce-active.mce-menu-item-normal .mce-text,
.mce-menu-item.mce-active.mce-menu-item-normal .mce-ico {
color: white
}
.mce-menu-item.mce-active.mce-menu-item-checkbox .mce-ico {
visibility: visible
}
.mce-menu-item.mce-disabled,
.mce-menu-item.mce-disabled:hover {
background: white
}
.mce-menu-item.mce-disabled:focus,
.mce-menu-item.mce-disabled:hover:focus {
background: #ededee
}
.mce-menu-item.mce-disabled .mce-text,
.mce-menu-item.mce-disabled:hover .mce-text,
.mce-menu-item.mce-disabled .mce-ico,
.mce-menu-item.mce-disabled:hover .mce-ico {
color: #aaa
}
.mce-menu-item.mce-menu-item-preview.mce-active {
border-left: 5px solid #555c66;
background: white
}
.mce-menu-item.mce-menu-item-preview.mce-active .mce-text,
.mce-menu-item.mce-menu-item-preview.mce-active .mce-ico {
color: #595959
}
.mce-menu-item.mce-menu-item-preview.mce-active:hover {
background: #ededee
}
.mce-menu-item-link {
color: #093;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.mce-menu-item-link b {
color: #093
}
.mce-menu-item-ellipsis {
display: block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden
}
.mce-menu-item:hover *,
.mce-menu-item.mce-selected *,
.mce-menu-item:focus * {
color: #595959
}
div.mce-menu .mce-menu-item-sep,
.mce-menu-item-sep:hover {
border: 0;
padding: 0;
height: 1px;
margin: 9px 1px;
overflow: hidden;
background: transparent;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
cursor: default;
filter: none
}
div.mce-menu .mce-menu-item b {
font-weight: bold
}
.mce-menu-item-indent-1 {
padding-left: 20px
}
.mce-menu-item-indent-2 {
padding-left: 35px
}
.mce-menu-item-indent-2 {
padding-left: 35px
}
.mce-menu-item-indent-3 {
padding-left: 40px
}
.mce-menu-item-indent-4 {
padding-left: 45px
}
.mce-menu-item-indent-5 {
padding-left: 50px
}
.mce-menu-item-indent-6 {
padding-left: 55px
}
.mce-menu.mce-rtl {
direction: rtl
}
.mce-rtl .mce-menu-item {
text-align: right;
direction: rtl;
padding: 6px 12px 6px 15px
}
.mce-rtl .mce-menu-item .mce-caret {
margin-left: 6px;
margin-right: 0;
border-right: 4px solid #595959;
border-left: 0
}
.mce-rtl .mce-menu-item.mce-selected .mce-caret,
.mce-rtl .mce-menu-item:focus .mce-caret,
.mce-rtl .mce-menu-item:hover .mce-caret {
border-left-color: transparent;
border-right-color: #595959
}
.mce-rtl .mce-menu-item .mce-ico {
padding-right: 0;
padding-left: 4px
}
.mce-throbber {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: .6;
filter: alpha(opacity=60);
zoom: 1;
background: #fff url('img/loader.gif') no-repeat center center
}
.mce-throbber-inline {
position: static;
height: 50px
}
.mce-menu .mce-throbber-inline {
height: 25px;
background-size: contain
}
.mce-menu {
position: absolute;
left: 0;
top: 0;
filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
background: transparent;
z-index: 1000;
padding: 5px 0 5px 0;
margin: -1px 0 0;
min-width: 180px;
background: white;
border: 1px solid #c5c9cf;
border: 1px solid #e2e4e7;
z-index: 1002;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
max-height: 500px;
overflow: auto;
overflow-x: hidden
}
.mce-menu.mce-animate {
opacity: .01;
transform: rotateY(10deg) rotateX(-10deg);
transform-origin: left top
}
.mce-menu.mce-menu-align .mce-menu-shortcut,
.mce-menu.mce-menu-align .mce-caret {
position: absolute;
right: 0
}
.mce-menu i {
display: none
}
.mce-menu-has-icons i {
display: inline-block
}
.mce-menu.mce-in.mce-animate {
opacity: 1;
transform: rotateY(0) rotateX(0);
transition: opacity .075s ease, transform .1s ease
}
.mce-menu-sub-tr-tl {
margin: -6px 0 0 -1px
}
.mce-menu-sub-br-bl {
margin: 6px 0 0 -1px
}
.mce-menu-sub-tl-tr {
margin: -6px 0 0 1px
}
.mce-menu-sub-bl-br {
margin: 6px 0 0 1px
}
.mce-rtl .mce-menu-item .mce-ico {
padding-right: 0;
padding-left: 4px
}
.mce-rtl.mce-menu-align .mce-caret,
.mce-rtl .mce-menu-shortcut {
right: auto;
left: 0
}
.mce-listbox button {
text-align: left;
padding-right: 20px;
position: relative
}
.mce-listbox .mce-caret {
position: absolute;
margin-top: -2px;
right: 8px;
top: 50%
}
.mce-rtl .mce-listbox .mce-caret {
right: auto;
left: 8px
}
.mce-rtl .mce-listbox button {
padding-right: 10px;
padding-left: 20px
}
.mce-container-body .mce-resizehandle {
position: absolute;
right: 0;
bottom: 0;
width: 16px;
height: 16px;
visibility: visible;
cursor: s-resize;
margin: 0
}
.mce-container-body .mce-resizehandle-both {
cursor: se-resize
}
i.mce-i-resize {
color: #595959
}
.mce-selectbox {
background: #fff;
border: 1px solid #dcdfe6
}
.mce-slider {
border: 1px solid #dcdfe6;
background: #fff;
width: 100px;
height: 10px;
position: relative;
display: block
}
.mce-slider.mce-vertical {
width: 10px;
height: 100px
}
.mce-slider-handle {
border: 1px solid #dcdfe6;
background: #e6e6e6;
display: block;
width: 13px;
height: 13px;
position: absolute;
top: 0;
left: 0;
margin-left: -1px;
margin-top: -2px
}
.mce-slider-handle:focus {
border-color: #2276d2
}
.mce-spacer {
visibility: hidden
}
.mce-splitbtn:hover .mce-open {
/*border-left: 1px solid #e2e4e7*/
}
.mce-splitbtn .mce-open {
/*border-left: 1px solid transparent;*/
padding-right: 4px;
padding-left: 4px
}
.mce-splitbtn .mce-open:focus {
/*border-left: 1px solid #e2e4e7*/
}
.mce-splitbtn .mce-open:hover,
.mce-splitbtn .mce-open:active {
/*border-left: 1px solid #e2e4e7*/
}
.mce-splitbtn.mce-active:hover .mce-open {
/*border-left: 1px solid white*/
}
.mce-splitbtn.mce-opened {
border-color: #e2e4e7
}
.mce-splitbtn.mce-btn-small .mce-open {
padding: 0 3px 0 3px
}
.mce-rtl .mce-splitbtn {
direction: rtl;
text-align: right
}
.mce-rtl .mce-splitbtn button {
padding-right: 4px;
padding-left: 4px
}
.mce-rtl .mce-splitbtn .mce-open {
border-left: 0
}
.mce-stack-layout-item {
display: block
}
.mce-tabs {
display: block;
border-bottom: 1px solid #dcdfe6
}
.mce-tabs,
.mce-tabs+.mce-container-body {
background: #fff
}
.mce-tab {
display: inline-block;
*display: inline;
*zoom: 1;
border: 1px solid #dcdfe6;
border-width: 0 1px 0 0;
background: #fff;
padding: 8px 15px;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
height: 13px;
line-height: 13px;
cursor: pointer
}
.mce-tab:hover {
background: #FDFDFD
}
.mce-tab.mce-active {
background: #FDFDFD;
border-bottom-color: transparent;
margin-bottom: -1px;
height: 14px;
color: #1890ff;
}
.mce-tab:focus {
/* color: #1890ff; */
}
.mce-rtl .mce-tabs {
text-align: right;
direction: rtl
}
.mce-rtl .mce-tab {
border-width: 0 0 0 1px
}
.mce-textbox {
background: #fff;
border: 1px solid #dcdfe6;
border-radius: 4px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
display: inline-block;
-webkit-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
height: 30px;
resize: none;
padding: 0 4px 0 4px;
white-space: pre-wrap;
*white-space: pre;
color: #595959
}
.mce-textbox:focus,
.mce-textbox.mce-focus {
border-color: #1890ff;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.mce-placeholder .mce-textbox {
color: #aaa
}
.mce-textbox.mce-multiline {
padding: 4px;
height: auto
}
.mce-textbox.mce-disabled {
color: #bdbdbd
}
.mce-rtl .mce-textbox {
text-align: right;
direction: rtl
}
.mce-dropzone {
border: 1px dashed #dcdfe6;
text-align: center;
border-radius: 4px;
}
.mce-dropzone span {
text-transform: uppercase;
display: inline-block;
vertical-align: middle;
color: #909399;
}
.mce-dropzone:after {
content: "";
height: 100%;
display: inline-block;
vertical-align: middle
}
.mce-dropzone.mce-disabled {
opacity: .4;
filter: alpha(opacity=40);
zoom: 1
}
.mce-dropzone.mce-disabled.mce-dragenter {
cursor: not-allowed
}
.mce-browsebutton {
position: relative;
overflow: hidden
}
.mce-browsebutton button {
position: relative;
z-index: 1
}
.mce-browsebutton input {
opacity: 0;
filter: alpha(opacity=0);
zoom: 1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0
}
@font-face {
font-family: 'tinymce';
src: url('fonts/tinymce.eot');
src: url('fonts/tinymce.eot?#iefix') format('embedded-opentype'), url('fonts/tinymce.woff') format('woff'), url('fonts/tinymce.ttf') format('truetype'), url('fonts/tinymce.svg#tinymce') format('svg');
font-weight: normal;
font-style: normal
}
@font-face {
font-family: 'tinymce-small';
src: url('fonts/tinymce-small.eot');
src: url('fonts/tinymce-small.eot?#iefix') format('embedded-opentype'), url('fonts/tinymce-small.woff') format('woff'), url('fonts/tinymce-small.ttf') format('truetype'), url('fonts/tinymce-small.svg#tinymce') format('svg');
font-weight: normal;
font-style: normal
}
.mce-ico {
font-family: 'tinymce', Arial;
font-style: normal;
font-weight: normal;
font-variant: normal;
font-size: 16px;
line-height: 16px;
speak: none;
vertical-align: text-top;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
background: transparent center center;
background-size: cover;
width: 16px;
height: 16px;
color: #909399
}
.mce-btn-small .mce-ico {
font-family: 'tinymce-small', Arial
}
.mce-i-save:before {
content: "\e000"
}
.mce-i-newdocument:before {
content: "\e001"
}
.mce-i-fullpage:before {
content: "\e002"
}
.mce-i-alignleft:before {
content: "\e003"
}
.mce-i-aligncenter:before {
content: "\e004"
}
.mce-i-alignright:before {
content: "\e005"
}
.mce-i-alignjustify:before {
content: "\e006"
}
.mce-i-alignnone:before {
content: "\e003"
}
.mce-i-cut:before {
content: "\e007"
}
.mce-i-paste:before {
content: "\e008"
}
.mce-i-searchreplace:before {
content: "\e009"
}
.mce-i-bullist:before {
content: "\e00a"
}
.mce-i-numlist:before {
content: "\e00b"
}
.mce-i-indent:before {
content: "\e00c"
}
.mce-i-outdent:before {
content: "\e00d"
}
.mce-i-blockquote:before {
content: "\e00e"
}
.mce-i-undo:before {
content: "\e00f"
}
.mce-i-redo:before {
content: "\e010"
}
.mce-i-link:before {
content: "\e011"
}
.mce-i-unlink:before {
content: "\e012"
}
.mce-i-anchor:before {
content: "\e013"
}
.mce-i-image:before {
content: "\e014"
}
.mce-i-media:before {
content: "\e015"
}
.mce-i-help:before {
content: "\e016"
}
.mce-i-code:before {
content: "\e017"
}
.mce-i-insertdatetime:before {
content: "\e018"
}
.mce-i-preview:before {
content: "\e019"
}
.mce-i-forecolor:before {
content: "\e01a"
}
.mce-i-backcolor:before {
content: "\e01a"
}
.mce-i-table:before {
content: "\e01b"
}
.mce-i-hr:before {
content: "\e01c"
}
.mce-i-removeformat:before {
content: "\e01d"
}
.mce-i-subscript:before {
content: "\e01e"
}
.mce-i-superscript:before {
content: "\e01f"
}
.mce-i-charmap:before {
content: "\e020"
}
.mce-i-emoticons:before {
content: "\e021"
}
.mce-i-print:before {
content: "\e022"
}
.mce-i-fullscreen:before {
content: "\e023"
}
.mce-i-spellchecker:before {
content: "\e024"
}
.mce-i-nonbreaking:before {
content: "\e025"
}
.mce-i-template:before {
content: "\e026"
}
.mce-i-pagebreak:before {
content: "\e027"
}
.mce-i-restoredraft:before {
content: "\e028"
}
.mce-i-bold:before {
content: "\e02a"
}
.mce-i-italic:before {
content: "\e02b"
}
.mce-i-underline:before {
content: "\e02c"
}
.mce-i-strikethrough:before {
content: "\e02d"
}
.mce-i-visualchars:before {
content: "\e02e"
}
.mce-i-visualblocks:before {
content: "\e02e"
}
.mce-i-ltr:before {
content: "\e02f"
}
.mce-i-rtl:before {
content: "\e030"
}
.mce-i-copy:before {
content: "\e031"
}
.mce-i-resize:before {
content: "\e032"
}
.mce-i-browse:before {
content: "\e034"
}
.mce-i-pastetext:before {
content: "\e035"
}
.mce-i-rotateleft:before {
content: "\eaa8"
}
.mce-i-rotateright:before {
content: "\eaa9"
}
.mce-i-crop:before {
content: "\ee78"
}
.mce-i-editimage:before {
content: "\e915"
}
.mce-i-options:before {
content: "\ec6a"
}
.mce-i-flipv:before {
content: "\eaaa"
}
.mce-i-fliph:before {
content: "\eaac"
}
.mce-i-zoomin:before {
content: "\eb35"
}
.mce-i-zoomout:before {
content: "\eb36"
}
.mce-i-sun:before {
content: "\eccc"
}
.mce-i-moon:before {
content: "\eccd"
}
.mce-i-arrowleft:before {
content: "\edc0"
}
.mce-i-arrowright:before {
content: "\e93c"
}
.mce-i-drop:before {
content: "\e935"
}
.mce-i-contrast:before {
content: "\ecd4"
}
.mce-i-sharpen:before {
content: "\eba7"
}
.mce-i-resize2:before {
content: "\edf9"
}
.mce-i-orientation:before {
content: "\e601"
}
.mce-i-invert:before {
content: "\e602"
}
.mce-i-gamma:before {
content: "\e600"
}
.mce-i-remove:before {
content: "\ed6a"
}
.mce-i-tablerowprops:before {
content: "\e604"
}
.mce-i-tablecellprops:before {
content: "\e605"
}
.mce-i-table2:before {
content: "\e606"
}
.mce-i-tablemergecells:before {
content: "\e607"
}
.mce-i-tableinsertcolbefore:before {
content: "\e608"
}
.mce-i-tableinsertcolafter:before {
content: "\e609"
}
.mce-i-tableinsertrowbefore:before {
content: "\e60a"
}
.mce-i-tableinsertrowafter:before {
content: "\e60b"
}
.mce-i-tablesplitcells:before {
content: "\e60d"
}
.mce-i-tabledelete:before {
content: "\e60e"
}
.mce-i-tableleftheader:before {
content: "\e62a"
}
.mce-i-tabletopheader:before {
content: "\e62b"
}
.mce-i-tabledeleterow:before {
content: "\e800"
}
.mce-i-tabledeletecol:before {
content: "\e801"
}
.mce-i-codesample:before {
content: "\e603"
}
.mce-i-fill:before {
content: "\e902"
}
.mce-i-borderwidth:before {
content: "\e903"
}
.mce-i-line:before {
content: "\e904"
}
.mce-i-count:before {
content: "\e905"
}
.mce-i-translate:before {
content: "\e907"
}
.mce-i-drag:before {
content: "\e908"
}
.mce-i-home:before {
content: "\e90b"
}
.mce-i-upload:before {
content: "\e914"
}
.mce-i-bubble:before {
content: "\e91c"
}
.mce-i-user:before {
content: "\e91d"
}
.mce-i-lock:before {
content: "\e926"
}
.mce-i-unlock:before {
content: "\e927"
}
.mce-i-settings:before {
content: "\e928"
}
.mce-i-remove2:before {
content: "\e92a"
}
.mce-i-menu:before {
content: "\e92d"
}
.mce-i-warning:before {
content: "\e930"
}
.mce-i-question:before {
content: "\e931"
}
.mce-i-pluscircle:before {
content: "\e932"
}
.mce-i-info:before {
content: "\e933"
}
.mce-i-notice:before {
content: "\e934"
}
.mce-i-arrowup:before {
content: "\e93b"
}
.mce-i-arrowdown:before {
content: "\e93d"
}
.mce-i-arrowup2:before {
content: "\e93f"
}
.mce-i-arrowdown2:before {
content: "\e940"
}
.mce-i-menu2:before {
content: "\e941"
}
.mce-i-newtab:before {
content: "\e961"
}
.mce-i-a11y:before {
content: "\e900"
}
.mce-i-plus:before {
content: "\e93a"
}
.mce-i-insert:before {
content: "\e93a"
}
.mce-i-minus:before {
content: "\e939"
}
.mce-i-books:before {
content: "\e911"
}
.mce-i-reload:before {
content: "\e906"
}
.mce-i-toc:before {
content: "\e901"
}
.mce-i-checkmark:before {
content: "\e033"
}
.mce-i-checkbox:before,
.mce-i-selected:before {
content: "\e033"
}
.mce-i-insert {
font-size: 14px
}
.mce-i-selected {
visibility: hidden
}
i.mce-i-backcolor {
text-shadow: none;
background: #BBB
}
.mce-rtl .mce-filepicker input {
direction: ltr
}
/*# sourceMappingURL=skin.min.css.map */
\ No newline at end of file
.tinymce-mobile-outer-container{all:initial;display:block}.tinymce-mobile-outer-container *{-webkit-box-sizing:initial;box-sizing:initial;line-height:1;margin:0;padding:0;border:0;outline:0;text-shadow:none;float:none;white-space:nowrap;cursor:inherit;-webkit-tap-highlight-color:transparent}.tinymce-mobile-icon-arrow-back:before{content:"\e5cd"}.tinymce-mobile-icon-image:before{content:"\e412"}.tinymce-mobile-icon-cancel-circle:before{content:"\e5c9"}.tinymce-mobile-icon-full-dot:before{content:"\e061"}.tinymce-mobile-icon-align-center:before{content:"\e234"}.tinymce-mobile-icon-align-left:before{content:"\e236"}.tinymce-mobile-icon-align-right:before{content:"\e237"}.tinymce-mobile-icon-bold:before{content:"\e238"}.tinymce-mobile-icon-italic:before{content:"\e23f"}.tinymce-mobile-icon-unordered-list:before{content:"\e241"}.tinymce-mobile-icon-ordered-list:before{content:"\e242"}.tinymce-mobile-icon-font-size:before{content:"\e245"}.tinymce-mobile-icon-underline:before{content:"\e249"}.tinymce-mobile-icon-link:before{content:"\e157"}.tinymce-mobile-icon-unlink:before{content:"\eca2"}.tinymce-mobile-icon-color:before{content:"\e891"}.tinymce-mobile-icon-previous:before{content:"\e314"}.tinymce-mobile-icon-next:before{content:"\e315"}.tinymce-mobile-icon-large-font:before,.tinymce-mobile-icon-style-formats:before{content:"\e264"}.tinymce-mobile-icon-undo:before{content:"\e166"}.tinymce-mobile-icon-redo:before{content:"\e15a"}.tinymce-mobile-icon-removeformat:before{content:"\e239"}.tinymce-mobile-icon-small-font:before{content:"\e906"}.tinymce-mobile-icon-readonly-back:before,.tinymce-mobile-format-matches:after{content:"\e5ca"}.tinymce-mobile-icon-small-heading:before{content:"small"}.tinymce-mobile-icon-large-heading:before{content:"large"}.tinymce-mobile-icon-small-heading:before,.tinymce-mobile-icon-large-heading:before{font-family:sans-serif;font-size:80%}.tinymce-mobile-mask-edit-icon:before{content:"\e254"}.tinymce-mobile-icon-back:before{content:"\e5c4"}.tinymce-mobile-icon-heading:before{content:"Headings";font-family:sans-serif;font-weight:bold;font-size:80%}.tinymce-mobile-icon-h1:before{content:"H1";font-weight:bold}.tinymce-mobile-icon-h2:before{content:"H2";font-weight:bold}.tinymce-mobile-icon-h3:before{content:"H3";font-weight:bold}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:absolute;width:100%;height:100%;top:0;background:rgba(51,51,51,0.5)}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-border-radius:50%;border-radius:50%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-family:sans-serif;font-size:1em}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .mixin-menu-item{-webkit-border-radius:50%;border-radius:50%;width:2.1em;height:2.1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section{font-size:1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-device-width:700px){.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section{font-size:1.2em}}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section .tinymce-mobile-mask-tap-icon{-webkit-border-radius:50%;border-radius:50%;width:2.1em;height:2.1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#4682B4;background-color:white}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section .tinymce-mobile-mask-tap-icon:before{font-family:'tinymce-mobile';content:"\e900"}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section:not(.tinymce-mobile-mask-tap-icon-selected) .tinymce-mobile-mask-tap-icon{z-index:2}.tinymce-mobile-android-container.tinymce-mobile-android-maximized{position:fixed;top:0;bottom:0;left:0;right:0;border:none;background:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.tinymce-mobile-android-container:not(.tinymce-mobile-android-maximized){position:relative}.tinymce-mobile-android-container .tinymce-mobile-editor-socket{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tinymce-mobile-android-container .tinymce-mobile-editor-socket iframe{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;height:auto !important;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tinymce-mobile-android-scroll-reload{overflow:hidden}:not(.tinymce-mobile-readonly-mode)>.tinymce-mobile-android-selection-context-toolbar{margin-top:23px}.tinymce-mobile-toolstrip{background:#eceff1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;z-index:1;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:100%;height:2.5em;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#455a64}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group:first-of-type,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group:last-of-type{background:#4682B4;color:#eceff1}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group.tinymce-mobile-exit-container{background:#f44336}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group.tinymce-mobile-toolbar-scrollable-group{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group .tinymce-mobile-toolbar-group-item{padding-left:.5em;padding-right:.5em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group .tinymce-mobile-toolbar-group-item.tinymce-mobile-toolbar-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-left:2px;margin-right:2px;height:80%}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group .tinymce-mobile-toolbar-group-item.tinymce-mobile-toolbar-button.tinymce-mobile-toolbar-button-selected{background:#455a64;color:#b1bec6}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-top:.4em;padding-bottom:.4em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;position:relative;width:100%;min-height:1.5em;padding-left:0;padding-right:0}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain{-webkit-transition:left cubic-bezier(.4, 0, 1, 1) .15s;transition:left cubic-bezier(.4, 0, 1, 1) .15s;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:100%}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen input{font-family:Sans-serif}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-input-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;position:relative}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-input-container .tinymce-mobile-input-container-x{position:absolute;right:0;color:#888;font-size:.6em;font-weight:bold;background:inherit;-webkit-border-radius:50%;border-radius:50%;border:none;-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;height:100%;padding-right:2px}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-input-container.tinymce-mobile-input-container-empty .tinymce-mobile-input-container-x{display:none}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-icon-previous,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-icon-next{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-icon-previous:before,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-icon-next:before{padding-left:.5em;padding-right:.5em;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-weight:bold}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-icon-previous.tinymce-mobile-toolbar-navigation-disabled:before,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-icon-next.tinymce-mobile-toolbar-navigation-disabled:before{visibility:hidden}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-dot-item{margin:0 2px;font-size:10px;line-height:10px;padding-top:3px;color:#b1bec6}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-dot-item.tinymce-mobile-dot-active{color:#455a64}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;position:relative;padding:.28em 0;margin-left:10%;margin-right:10%}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-icon-large-font:before,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-icon-large-heading:before{margin-right:.9em;margin-left:.5em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-icon-small-font:before,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-icon-small-heading:before{margin-left:.9em;margin-right:.5em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider{margin-left:0;margin-right:0}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider .tinymce-mobile-slider-size-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider .tinymce-mobile-slider-size-container .tinymce-mobile-slider-size-line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-top:.3em;margin-bottom:.3em;background:#b1bec6;height:.2em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider.tinymce-mobile-hue-slider-container{padding-left:2em;padding-right:2em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider.tinymce-mobile-hue-slider-container .tinymce-mobile-slider-gradient-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider.tinymce-mobile-hue-slider-container .tinymce-mobile-slider-gradient-container .tinymce-mobile-slider-gradient{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-top:.3em;margin-bottom:.3em;background:-webkit-gradient(linear, left top, right top, color-stop(0, #f00), color-stop(17%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(83%, #f0f), to(#f00));background:linear-gradient(to right, #f00 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);height:.2em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider.tinymce-mobile-hue-slider-container .tinymce-mobile-hue-slider-black{background:black;width:1.2em;height:.2em;margin-top:.3em;margin-bottom:.3em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider.tinymce-mobile-hue-slider-container .tinymce-mobile-hue-slider-white{background:white;width:1.2em;height:.2em;margin-top:.3em;margin-bottom:.3em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider .tinymce-mobile-slider-thumb{position:absolute;height:.5em;width:.5em;left:-10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:auto;top:0;bottom:0;-webkit-transition:border 120ms cubic-bezier(.39, .58, .57, 1);transition:border 120ms cubic-bezier(.39, .58, .57, 1);background-color:#455a64;background-clip:padding-box;color:#eceff1;border:.5em solid rgba(136,136,136,0);-webkit-border-radius:3em;border-radius:3em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider .tinymce-mobile-slider-thumb.tinymce-mobile-thumb-active{border:.5em solid rgba(136,136,136,0.39)}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serializer-wrapper,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serializer-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-toolbar-group-item:not(.tinymce-mobile-serialised-dialog){height:100%}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-toolbar-group-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-dot-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group input{padding-top:.1em;padding-bottom:.1em;padding-left:5px;font-size:.85em;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;background:#fff;border:none;-webkit-border-radius:0;border-radius:0;color:#455a64}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group input::-webkit-input-placeholder{color:#888}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group input:-ms-input-placeholder{color:#888}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group input::placeholder{color:#888}.tinymce-mobile-ios-container .tinymce-mobile-dropup:not(.tinymce-mobile-dropup-closed){min-height:200px}@media only screen and (orientation: landscape){.tinymce-mobile-dropup:not(.tinymce-mobile-dropup-closed){min-height:200px}}@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape){.tinymce-mobile-ios-container .tinymce-mobile-dropup:not(.tinymce-mobile-dropup-closed){min-height:150px}}.tinymce-mobile-dropup{background:white;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;overflow:hidden}.tinymce-mobile-dropup.tinymce-mobile-dropup-shrinking{-webkit-transition:height .3s ease-out;transition:height .3s ease-out}.tinymce-mobile-dropup.tinymce-mobile-dropup-growing{-webkit-transition:height .3s ease-in;transition:height .3s ease-in}.tinymce-mobile-dropup.tinymce-mobile-dropup-closed{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.tinymce-mobile-dropup.tinymce-mobile-dropup-open:not(.tinymce-mobile-dropup-growing){-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tinymce-mobile-styles-menu{overflow:hidden;outline:4px solid black;position:relative;width:100%;font-family:sans-serif}.tinymce-mobile-styles-menu [role="menu"]{height:100%;position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.tinymce-mobile-styles-menu [role="menu"].transitioning{-webkit-transition:-webkit-transform .5s ease-in-out;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out, -webkit-transform .5s ease-in-out}.tinymce-mobile-styles-menu .tinymce-mobile-styles-item{cursor:pointer;padding:1em 1em;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:1px solid #ddd;color:#455a64}.tinymce-mobile-styles-menu .tinymce-mobile-styles-collapser .tinymce-mobile-styles-collapse-icon:before{font-family:'tinymce-mobile';content:"\e314";color:#455a64}.tinymce-mobile-styles-menu .tinymce-mobile-styles-item.tinymce-mobile-styles-item-is-menu:after{font-family:'tinymce-mobile';content:"\e315";position:absolute;padding-left:1em;padding-right:1em;right:0;color:#455a64}.tinymce-mobile-styles-menu .tinymce-mobile-styles-item.tinymce-mobile-format-matches:after{font-family:'tinymce-mobile';position:absolute;padding-left:1em;padding-right:1em;right:0}.tinymce-mobile-styles-menu .tinymce-mobile-styles-separator,.tinymce-mobile-styles-menu .tinymce-mobile-styles-collapser{border-top:#455a64;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:2.5em;padding-left:1em;padding-right:1em;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#eceff1;color:#455a64}.tinymce-mobile-styles-menu [data-transitioning-destination="before"][data-transitioning-state],.tinymce-mobile-styles-menu [data-transitioning-state="before"]{-webkit-transform:translate(-100%);transform:translate(-100%)}.tinymce-mobile-styles-menu [data-transitioning-destination="current"][data-transitioning-state],.tinymce-mobile-styles-menu [data-transitioning-state="current"]{-webkit-transform:translate(0);transform:translate(0)}.tinymce-mobile-styles-menu [data-transitioning-destination="after"][data-transitioning-state],.tinymce-mobile-styles-menu [data-transitioning-state="after"]{-webkit-transform:translate(100%);transform:translate(100%)}@font-face{font-family:'tinymce-mobile';src:url('fonts/tinymce-mobile.woff?8x92w3') format('woff');font-weight:normal;font-style:normal}@media (min-device-width:700px){.tinymce-mobile-outer-container,.tinymce-mobile-outer-container input{font-size:25px}}@media (max-device-width:700px){.tinymce-mobile-outer-container,.tinymce-mobile-outer-container input{font-size:18px}}.tinymce-mobile-icon{font-family:'tinymce-mobile'}.mixin-flex-and-centre{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.mixin-flex-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}.tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket{overflow:hidden;height:300px}.tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-toolstrip{display:none}.tinymce-mobile-editor-socket .tinymce-mobile-mask-edit-icon{position:fixed;right:2em;bottom:1em;color:white;background-color:#4682B4;-webkit-border-radius:50%;border-radius:50%;width:2.1em;height:2.1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:1em}@media only screen and (min-device-width:700px){.tinymce-mobile-editor-socket .tinymce-mobile-mask-edit-icon{font-size:1.2em}}input[type="file"]::-webkit-file-upload-button{display:none}@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape){.tinymce-mobile-ios-container .tinymce-mobile-editor-socket .tinymce-mobile-mask-edit-icon{bottom:50%}}
/*# sourceMappingURL=skin.mobile.min.css.map */
\ No newline at end of file
tinymce.addI18n('zh_CN',{
"Redo": "\u91cd\u590d",
"Undo": "\u64a4\u6d88",
"Cut": "\u526a\u5207",
"Copy": "\u590d\u5236",
"Paste": "\u7c98\u8d34",
"Select all": "\u5168\u9009",
"New document": "\u65b0\u6587\u6863",
"Ok": "\u786e\u5b9a",
"Cancel": "\u53d6\u6d88",
"Visual aids": "\u7f51\u683c\u7ebf",
"Bold": "\u7c97\u4f53",
"Italic": "\u659c\u4f53",
"Underline": "\u4e0b\u5212\u7ebf",
"Strikethrough": "\u5220\u9664\u7ebf",
"Superscript": "\u4e0a\u6807",
"Subscript": "\u4e0b\u6807",
"Clear formatting": "\u6e05\u9664\u683c\u5f0f",
"Align left": "\u5de6\u5bf9\u9f50",
"Align center": "\u5c45\u4e2d",
"Align right": "\u53f3\u5bf9\u9f50",
"Justify": "\u4e24\u7aef\u5bf9\u9f50",
"Bullet list": "\u9879\u76ee\u7b26\u53f7",
"Numbered list": "\u7f16\u53f7\u5217\u8868",
"Decrease indent": "\u51cf\u5c11\u7f29\u8fdb",
"Increase indent": "\u589e\u52a0\u7f29\u8fdb",
"Close": "\u5173\u95ed",
"Formats": "\u683c\u5f0f",
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "\u4f60\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u5bf9\u526a\u8d34\u677f\u7684\u8bbf\u95ee\uff0c\u8bf7\u4f7f\u7528Ctrl+X\/C\/V\u952e\u8fdb\u884c\u590d\u5236\u7c98\u8d34\u3002",
"Headers": "\u6807\u9898",
"Header 1": "\u6807\u98981",
"Header 2": "\u6807\u98982",
"Header 3": "\u6807\u98983",
"Header 4": "\u6807\u98984",
"Header 5": "\u6807\u98985",
"Header 6": "\u6807\u98986",
"Headings": "\u6807\u9898",
"Heading 1": "\u6807\u98981",
"Heading 2": "\u6807\u98982",
"Heading 3": "\u6807\u98983",
"Heading 4": "\u6807\u98984",
"Heading 5": "\u6807\u98985",
"Heading 6": "\u6807\u98986",
"Preformatted": "\u9884\u683c\u5f0f\u5316",
"Div": "Div\u533a\u5757",
"Pre": "\u9884\u683c\u5f0f\u6587\u672c",
"Code": "\u4ee3\u7801",
"Paragraph": "\u6bb5\u843d",
"Blockquote": "\u5f15\u7528",
"Inline": "\u6587\u672c",
"Blocks": "\u533a\u5757",
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u5f53\u524d\u4e3a\u7eaf\u6587\u672c\u7c98\u8d34\u6a21\u5f0f\uff0c\u518d\u6b21\u70b9\u51fb\u53ef\u4ee5\u56de\u5230\u666e\u901a\u7c98\u8d34\u6a21\u5f0f\u3002",
"Font Family": "\u5b57\u4f53",
"Font Sizes": "\u5b57\u53f7",
"Class": "Class",
"Browse for an image": "\u6d4f\u89c8\u56fe\u50cf",
"OR": "\u6216",
"Drop an image here": "\u62d6\u653e\u4e00\u5f20\u56fe\u50cf\u81f3\u6b64",
"Upload": "\u4e0a\u4f20",
"Block": "\u5757",
"Align": "\u5bf9\u9f50",
"Default": "\u9ed8\u8ba4",
"Circle": "\u7a7a\u5fc3\u5706",
"Disc": "\u5b9e\u5fc3\u5706",
"Square": "\u65b9\u5757",
"Lower Alpha": "\u5c0f\u5199\u82f1\u6587\u5b57\u6bcd",
"Lower Greek": "\u5c0f\u5199\u5e0c\u814a\u5b57\u6bcd",
"Lower Roman": "\u5c0f\u5199\u7f57\u9a6c\u5b57\u6bcd",
"Upper Alpha": "\u5927\u5199\u82f1\u6587\u5b57\u6bcd",
"Upper Roman": "\u5927\u5199\u7f57\u9a6c\u5b57\u6bcd",
"Anchor": "\u951a\u70b9",
"Name": "\u540d\u79f0",
"Id": "\u6807\u8bc6\u7b26",
"Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "\u6807\u8bc6\u7b26\u5e94\u8be5\u4ee5\u5b57\u6bcd\u5f00\u5934\uff0c\u540e\u8ddf\u5b57\u6bcd\u3001\u6570\u5b57\u3001\u7834\u6298\u53f7\u3001\u70b9\u3001\u5192\u53f7\u6216\u4e0b\u5212\u7ebf\u3002",
"You have unsaved changes are you sure you want to navigate away?": "\u4f60\u8fd8\u6709\u6587\u6863\u5c1a\u672a\u4fdd\u5b58\uff0c\u786e\u5b9a\u8981\u79bb\u5f00\uff1f",
"Restore last draft": "\u6062\u590d\u4e0a\u6b21\u7684\u8349\u7a3f",
"Special character": "\u7279\u6b8a\u7b26\u53f7",
"Source code": "\u6e90\u4ee3\u7801",
"Insert\/Edit code sample": "\u63d2\u5165\/\u7f16\u8f91\u4ee3\u7801\u793a\u4f8b",
"Language": "\u8bed\u8a00",
"Code sample": "\u4ee3\u7801\u793a\u4f8b",
"Color": "\u989c\u8272",
"R": "R",
"G": "G",
"B": "B",
"Left to right": "\u4ece\u5de6\u5230\u53f3",
"Right to left": "\u4ece\u53f3\u5230\u5de6",
"Emoticons": "\u8868\u60c5",
"Document properties": "\u6587\u6863\u5c5e\u6027",
"Title": "\u6807\u9898",
"Keywords": "\u5173\u952e\u8bcd",
"Description": "\u63cf\u8ff0",
"Robots": "\u673a\u5668\u4eba",
"Author": "\u4f5c\u8005",
"Encoding": "\u7f16\u7801",
"Fullscreen": "\u5168\u5c4f",
"Action": "\u64cd\u4f5c",
"Shortcut": "\u5feb\u6377\u952e",
"Help": "\u5e2e\u52a9",
"Address": "\u5730\u5740",
"Focus to menubar": "\u79fb\u52a8\u7126\u70b9\u5230\u83dc\u5355\u680f",
"Focus to toolbar": "\u79fb\u52a8\u7126\u70b9\u5230\u5de5\u5177\u680f",
"Focus to element path": "\u79fb\u52a8\u7126\u70b9\u5230\u5143\u7d20\u8def\u5f84",
"Focus to contextual toolbar": "\u79fb\u52a8\u7126\u70b9\u5230\u4e0a\u4e0b\u6587\u83dc\u5355",
"Insert link (if link plugin activated)": "\u63d2\u5165\u94fe\u63a5 (\u5982\u679c\u94fe\u63a5\u63d2\u4ef6\u5df2\u6fc0\u6d3b)",
"Save (if save plugin activated)": "\u4fdd\u5b58(\u5982\u679c\u4fdd\u5b58\u63d2\u4ef6\u5df2\u6fc0\u6d3b)",
"Find (if searchreplace plugin activated)": "\u67e5\u627e(\u5982\u679c\u67e5\u627e\u66ff\u6362\u63d2\u4ef6\u5df2\u6fc0\u6d3b)",
"Plugins installed ({0}):": "\u5df2\u5b89\u88c5\u63d2\u4ef6 ({0}):",
"Premium plugins:": "\u4f18\u79c0\u63d2\u4ef6\uff1a",
"Learn more...": "\u4e86\u89e3\u66f4\u591a...",
"You are using {0}": "\u4f60\u6b63\u5728\u4f7f\u7528 {0}",
"Plugins": "\u63d2\u4ef6",
"Handy Shortcuts": "\u5feb\u6377\u952e",
"Horizontal line": "\u6c34\u5e73\u5206\u5272\u7ebf",
"Insert\/edit image": "\u63d2\u5165\/\u7f16\u8f91\u56fe\u7247",
"Image description": "\u56fe\u7247\u63cf\u8ff0",
"Source": "\u5730\u5740",
"Dimensions": "\u5927\u5c0f",
"Constrain proportions": "\u4fdd\u6301\u7eb5\u6a2a\u6bd4",
"General": "\u666e\u901a",
"Advanced": "\u9ad8\u7ea7",
"Style": "\u6837\u5f0f",
"Vertical space": "\u5782\u76f4\u8fb9\u8ddd",
"Horizontal space": "\u6c34\u5e73\u8fb9\u8ddd",
"Border": "\u8fb9\u6846",
"Insert image": "\u63d2\u5165\u56fe\u7247",
"Image": "\u56fe\u7247",
"Image list": "\u56fe\u7247\u5217\u8868",
"Rotate counterclockwise": "\u9006\u65f6\u9488\u65cb\u8f6c",
"Rotate clockwise": "\u987a\u65f6\u9488\u65cb\u8f6c",
"Flip vertically": "\u5782\u76f4\u7ffb\u8f6c",
"Flip horizontally": "\u6c34\u5e73\u7ffb\u8f6c",
"Edit image": "\u7f16\u8f91\u56fe\u7247",
"Image options": "\u56fe\u7247\u9009\u9879",
"Zoom in": "\u653e\u5927",
"Zoom out": "\u7f29\u5c0f",
"Crop": "\u88c1\u526a",
"Resize": "\u8c03\u6574\u5927\u5c0f",
"Orientation": "\u65b9\u5411",
"Brightness": "\u4eae\u5ea6",
"Sharpen": "\u9510\u5316",
"Contrast": "\u5bf9\u6bd4\u5ea6",
"Color levels": "\u989c\u8272\u5c42\u6b21",
"Gamma": "\u4f3d\u9a6c\u503c",
"Invert": "\u53cd\u8f6c",
"Apply": "\u5e94\u7528",
"Back": "\u540e\u9000",
"Insert date\/time": "\u63d2\u5165\u65e5\u671f\/\u65f6\u95f4",
"Date\/time": "\u65e5\u671f\/\u65f6\u95f4",
"Insert link": "\u63d2\u5165\u94fe\u63a5",
"Insert\/edit link": "\u63d2\u5165\/\u7f16\u8f91\u94fe\u63a5",
"Text to display": "\u663e\u793a\u6587\u5b57",
"Url": "\u5730\u5740",
"Target": "\u6253\u5f00\u65b9\u5f0f",
"None": "\u65e0",
"New window": "\u5728\u65b0\u7a97\u53e3\u6253\u5f00",
"Remove link": "\u5220\u9664\u94fe\u63a5",
"Anchors": "\u951a\u70b9",
"Link": "\u94fe\u63a5",
"Paste or type a link": "\u7c98\u8d34\u6216\u8f93\u5165\u94fe\u63a5",
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u4f60\u6240\u586b\u5199\u7684URL\u5730\u5740\u4e3a\u90ae\u4ef6\u5730\u5740\uff0c\u9700\u8981\u52a0\u4e0amailto:\u524d\u7f00\u5417\uff1f",
"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "\u4f60\u6240\u586b\u5199\u7684URL\u5730\u5740\u5c5e\u4e8e\u5916\u90e8\u94fe\u63a5\uff0c\u9700\u8981\u52a0\u4e0ahttp:\/\/:\u524d\u7f00\u5417\uff1f",
"Link list": "\u94fe\u63a5\u5217\u8868",
"Insert video": "\u63d2\u5165\u89c6\u9891",
"Insert\/edit video": "\u63d2\u5165\/\u7f16\u8f91\u89c6\u9891",
"Insert\/edit media": "\u63d2\u5165\/\u7f16\u8f91\u5a92\u4f53",
"Alternative source": "\u955c\u50cf",
"Poster": "\u5c01\u9762",
"Paste your embed code below:": "\u5c06\u5185\u5d4c\u4ee3\u7801\u7c98\u8d34\u5728\u4e0b\u9762:",
"Embed": "\u5185\u5d4c",
"Media": "\u5a92\u4f53",
"Nonbreaking space": "\u4e0d\u95f4\u65ad\u7a7a\u683c",
"Page break": "\u5206\u9875\u7b26",
"Paste as text": "\u7c98\u8d34\u4e3a\u6587\u672c",
"Preview": "\u9884\u89c8",
"Print": "\u6253\u5370",
"Save": "\u4fdd\u5b58",
"Find": "\u67e5\u627e",
"Replace with": "\u66ff\u6362\u4e3a",
"Replace": "\u66ff\u6362",
"Replace all": "\u5168\u90e8\u66ff\u6362",
"Prev": "\u4e0a\u4e00\u4e2a",
"Next": "\u4e0b\u4e00\u4e2a",
"Find and replace": "\u67e5\u627e\u548c\u66ff\u6362",
"Could not find the specified string.": "\u672a\u627e\u5230\u641c\u7d22\u5185\u5bb9.",
"Match case": "\u533a\u5206\u5927\u5c0f\u5199",
"Whole words": "\u5168\u5b57\u5339\u914d",
"Spellcheck": "\u62fc\u5199\u68c0\u67e5",
"Ignore": "\u5ffd\u7565",
"Ignore all": "\u5168\u90e8\u5ffd\u7565",
"Finish": "\u5b8c\u6210",
"Add to Dictionary": "\u6dfb\u52a0\u5230\u5b57\u5178",
"Insert table": "\u63d2\u5165\u8868\u683c",
"Table properties": "\u8868\u683c\u5c5e\u6027",
"Delete table": "\u5220\u9664\u8868\u683c",
"Cell": "\u5355\u5143\u683c",
"Row": "\u884c",
"Column": "\u5217",
"Cell properties": "\u5355\u5143\u683c\u5c5e\u6027",
"Merge cells": "\u5408\u5e76\u5355\u5143\u683c",
"Split cell": "\u62c6\u5206\u5355\u5143\u683c",
"Insert row before": "\u5728\u4e0a\u65b9\u63d2\u5165",
"Insert row after": "\u5728\u4e0b\u65b9\u63d2\u5165",
"Delete row": "\u5220\u9664\u884c",
"Row properties": "\u884c\u5c5e\u6027",
"Cut row": "\u526a\u5207\u884c",
"Copy row": "\u590d\u5236\u884c",
"Paste row before": "\u7c98\u8d34\u5230\u4e0a\u65b9",
"Paste row after": "\u7c98\u8d34\u5230\u4e0b\u65b9",
"Insert column before": "\u5728\u5de6\u4fa7\u63d2\u5165",
"Insert column after": "\u5728\u53f3\u4fa7\u63d2\u5165",
"Delete column": "\u5220\u9664\u5217",
"Cols": "\u5217",
"Rows": "\u884c",
"Width": "\u5bbd",
"Height": "\u9ad8",
"Cell spacing": "\u5355\u5143\u683c\u5916\u95f4\u8ddd",
"Cell padding": "\u5355\u5143\u683c\u5185\u8fb9\u8ddd",
"Caption": "\u6807\u9898",
"Left": "\u5de6\u5bf9\u9f50",
"Center": "\u5c45\u4e2d",
"Right": "\u53f3\u5bf9\u9f50",
"Cell type": "\u5355\u5143\u683c\u7c7b\u578b",
"Scope": "\u8303\u56f4",
"Alignment": "\u5bf9\u9f50\u65b9\u5f0f",
"H Align": "\u6c34\u5e73\u5bf9\u9f50",
"V Align": "\u5782\u76f4\u5bf9\u9f50",
"Top": "\u9876\u90e8\u5bf9\u9f50",
"Middle": "\u5782\u76f4\u5c45\u4e2d",
"Bottom": "\u5e95\u90e8\u5bf9\u9f50",
"Header cell": "\u8868\u5934\u5355\u5143\u683c",
"Row group": "\u884c\u7ec4",
"Column group": "\u5217\u7ec4",
"Row type": "\u884c\u7c7b\u578b",
"Header": "\u8868\u5934",
"Body": "\u8868\u4f53",
"Footer": "\u8868\u5c3e",
"Border color": "\u8fb9\u6846\u989c\u8272",
"Insert template": "\u63d2\u5165\u6a21\u677f",
"Templates": "\u6a21\u677f",
"Template": "\u6a21\u677f",
"Text color": "\u6587\u5b57\u989c\u8272",
"Background color": "\u80cc\u666f\u8272",
"Custom...": "\u81ea\u5b9a\u4e49...",
"Custom color": "\u81ea\u5b9a\u4e49\u989c\u8272",
"No color": "\u65e0",
"Table of Contents": "\u5185\u5bb9\u5217\u8868",
"Show blocks": "\u663e\u793a\u533a\u5757\u8fb9\u6846",
"Show invisible characters": "\u663e\u793a\u4e0d\u53ef\u89c1\u5b57\u7b26",
"Words: {0}": "\u5b57\u6570\uff1a{0}",
"{0} words": "{0} \u5b57",
"File": "\u6587\u4ef6",
"Edit": "\u7f16\u8f91",
"Insert": "\u63d2\u5165",
"View": "\u89c6\u56fe",
"Format": "\u683c\u5f0f",
"Table": "\u8868\u683c",
"Tools": "\u5de5\u5177",
"Powered by {0}": "\u7531{0}\u9a71\u52a8",
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u5728\u7f16\u8f91\u533a\u6309ALT-F9\u6253\u5f00\u83dc\u5355\uff0c\u6309ALT-F10\u6253\u5f00\u5de5\u5177\u680f\uff0c\u6309ALT-0\u67e5\u770b\u5e2e\u52a9"
});
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment