| | |
| | | "version": "0.0.0", |
| | | "dependencies": { |
| | | "@element-plus/icons-vue": "^2.1.0", |
| | | "axios": "^1.6.0", |
| | | "echarts": "^5.4.3", |
| | | "echarts-liquidfill": "^3.1.0", |
| | | "element-plus": "^2.3.14", |
| | |
| | | "resolved": "https://registry.npmjs.org/async-validator/-/async-validator-4.2.5.tgz", |
| | | "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==" |
| | | }, |
| | | "node_modules/asynckit": { |
| | | "version": "0.4.0", |
| | | "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", |
| | | "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" |
| | | }, |
| | | "node_modules/atob": { |
| | | "version": "2.1.2", |
| | | "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", |
| | |
| | | }, |
| | | "engines": { |
| | | "node": ">= 4.5.0" |
| | | } |
| | | }, |
| | | "node_modules/axios": { |
| | | "version": "1.6.0", |
| | | "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", |
| | | "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", |
| | | "dependencies": { |
| | | "follow-redirects": "^1.15.0", |
| | | "form-data": "^4.0.0", |
| | | "proxy-from-env": "^1.1.0" |
| | | } |
| | | }, |
| | | "node_modules/balanced-match": { |
| | |
| | | "node": ">=6.0" |
| | | } |
| | | }, |
| | | "node_modules/combined-stream": { |
| | | "version": "1.0.8", |
| | | "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", |
| | | "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", |
| | | "dependencies": { |
| | | "delayed-stream": "~1.0.0" |
| | | }, |
| | | "engines": { |
| | | "node": ">= 0.8" |
| | | } |
| | | }, |
| | | "node_modules/commander": { |
| | | "version": "2.20.3", |
| | | "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", |
| | |
| | | "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", |
| | | "engines": { |
| | | "node": ">=0.10" |
| | | } |
| | | }, |
| | | "node_modules/delayed-stream": { |
| | | "version": "1.0.0", |
| | | "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", |
| | | "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", |
| | | "engines": { |
| | | "node": ">=0.4.0" |
| | | } |
| | | }, |
| | | "node_modules/echarts": { |
| | |
| | | "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", |
| | | "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", |
| | | "peer": true |
| | | }, |
| | | "node_modules/follow-redirects": { |
| | | "version": "1.15.3", |
| | | "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", |
| | | "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==", |
| | | "funding": [ |
| | | { |
| | | "type": "individual", |
| | | "url": "https://github.com/sponsors/RubenVerborgh" |
| | | } |
| | | ], |
| | | "engines": { |
| | | "node": ">=4.0" |
| | | }, |
| | | "peerDependenciesMeta": { |
| | | "debug": { |
| | | "optional": true |
| | | } |
| | | } |
| | | }, |
| | | "node_modules/form-data": { |
| | | "version": "4.0.0", |
| | | "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", |
| | | "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", |
| | | "dependencies": { |
| | | "asynckit": "^0.4.0", |
| | | "combined-stream": "^1.0.8", |
| | | "mime-types": "^2.1.12" |
| | | }, |
| | | "engines": { |
| | | "node": ">= 6" |
| | | } |
| | | }, |
| | | "node_modules/fs-extra": { |
| | | "version": "0.16.5", |
| | |
| | | "version": "1.52.0", |
| | | "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", |
| | | "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", |
| | | "peer": true, |
| | | "engines": { |
| | | "node": ">= 0.6" |
| | | } |
| | |
| | | "version": "2.1.35", |
| | | "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", |
| | | "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", |
| | | "peer": true, |
| | | "dependencies": { |
| | | "mime-db": "1.52.0" |
| | | }, |
| | |
| | | "engines": { |
| | | "node": ">=0.8.0" |
| | | } |
| | | }, |
| | | "node_modules/proxy-from-env": { |
| | | "version": "1.1.0", |
| | | "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", |
| | | "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" |
| | | }, |
| | | "node_modules/prr": { |
| | | "version": "1.0.1", |
| | |
| | | "resolved": "https://registry.npmjs.org/async-validator/-/async-validator-4.2.5.tgz", |
| | | "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==" |
| | | }, |
| | | "asynckit": { |
| | | "version": "0.4.0", |
| | | "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", |
| | | "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" |
| | | }, |
| | | "atob": { |
| | | "version": "2.1.2", |
| | | "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", |
| | | "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" |
| | | }, |
| | | "axios": { |
| | | "version": "1.6.0", |
| | | "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", |
| | | "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", |
| | | "requires": { |
| | | "follow-redirects": "^1.15.0", |
| | | "form-data": "^4.0.0", |
| | | "proxy-from-env": "^1.1.0" |
| | | } |
| | | }, |
| | | "balanced-match": { |
| | | "version": "1.0.2", |
| | |
| | | "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", |
| | | "peer": true |
| | | }, |
| | | "combined-stream": { |
| | | "version": "1.0.8", |
| | | "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", |
| | | "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", |
| | | "requires": { |
| | | "delayed-stream": "~1.0.0" |
| | | } |
| | | }, |
| | | "commander": { |
| | | "version": "2.20.3", |
| | | "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", |
| | |
| | | "version": "0.2.2", |
| | | "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", |
| | | "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==" |
| | | }, |
| | | "delayed-stream": { |
| | | "version": "1.0.0", |
| | | "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", |
| | | "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" |
| | | }, |
| | | "echarts": { |
| | | "version": "5.4.3", |
| | |
| | | "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", |
| | | "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", |
| | | "peer": true |
| | | }, |
| | | "follow-redirects": { |
| | | "version": "1.15.3", |
| | | "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", |
| | | "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==" |
| | | }, |
| | | "form-data": { |
| | | "version": "4.0.0", |
| | | "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", |
| | | "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", |
| | | "requires": { |
| | | "asynckit": "^0.4.0", |
| | | "combined-stream": "^1.0.8", |
| | | "mime-types": "^2.1.12" |
| | | } |
| | | }, |
| | | "fs-extra": { |
| | | "version": "0.16.5", |
| | |
| | | "mime-db": { |
| | | "version": "1.52.0", |
| | | "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", |
| | | "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", |
| | | "peer": true |
| | | "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" |
| | | }, |
| | | "mime-types": { |
| | | "version": "2.1.35", |
| | | "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", |
| | | "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", |
| | | "peer": true, |
| | | "requires": { |
| | | "mime-db": "1.52.0" |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "proxy-from-env": { |
| | | "version": "1.1.0", |
| | | "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", |
| | | "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" |
| | | }, |
| | | "prr": { |
| | | "version": "1.0.1", |
| | | "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", |
| | |
| | | }, |
| | | "dependencies": { |
| | | "@element-plus/icons-vue": "^2.1.0", |
| | | "axios": "^1.6.0", |
| | | "echarts": "^5.4.3", |
| | | "echarts-liquidfill": "^3.1.0", |
| | | "element-plus": "^2.3.14", |
| | |
| | | <ul class="icon_lists dib-box"> |
| | | |
| | | <li class="dib"> |
| | | <span class="icon iconfont"></span> |
| | | <div class="name">307感叹号-三角框</div> |
| | | <div class="code-name">&#xe8eb;</div> |
| | | </li> |
| | | |
| | | <li class="dib"> |
| | | <span class="icon iconfont"></span> |
| | | <div class="name">chaosu</div> |
| | | <div class="code-name">&#xe61b;</div> |
| | | </li> |
| | | |
| | | <li class="dib"> |
| | | <span class="icon iconfont"></span> |
| | | <div class="name">语音</div> |
| | | <div class="code-name">&#xe649;</div> |
| | |
| | | <pre><code class="language-css" |
| | | >@font-face { |
| | | font-family: 'iconfont'; |
| | | src: url('iconfont.woff2?t=1696090145576') format('woff2'), |
| | | url('iconfont.woff?t=1696090145576') format('woff'), |
| | | url('iconfont.ttf?t=1696090145576') format('truetype'); |
| | | src: url('iconfont.woff2?t=1698910318262') format('woff2'), |
| | | url('iconfont.woff?t=1698910318262') format('woff'), |
| | | url('iconfont.ttf?t=1698910318262') format('truetype'); |
| | | } |
| | | </code></pre> |
| | | <h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3> |
| | |
| | | </div> |
| | | <div class="content font-class"> |
| | | <ul class="icon_lists dib-box"> |
| | | |
| | | <li class="dib"> |
| | | <span class="icon iconfont iconfont-gantanhao-sanjiaokuang"></span> |
| | | <div class="name"> |
| | | 307感叹号-三角框 |
| | | </div> |
| | | <div class="code-name">.iconfont-gantanhao-sanjiaokuang |
| | | </div> |
| | | </li> |
| | | |
| | | <li class="dib"> |
| | | <span class="icon iconfont iconfont-chaosu"></span> |
| | | <div class="name"> |
| | | chaosu |
| | | </div> |
| | | <div class="code-name">.iconfont-chaosu |
| | | </div> |
| | | </li> |
| | | |
| | | <li class="dib"> |
| | | <span class="icon iconfont iconfont-yuyin"></span> |
| | |
| | | |
| | | <li class="dib"> |
| | | <svg class="icon svg-icon" aria-hidden="true"> |
| | | <use xlink:href="#iconfont-gantanhao-sanjiaokuang"></use> |
| | | </svg> |
| | | <div class="name">307感叹号-三角框</div> |
| | | <div class="code-name">#iconfont-gantanhao-sanjiaokuang</div> |
| | | </li> |
| | | |
| | | <li class="dib"> |
| | | <svg class="icon svg-icon" aria-hidden="true"> |
| | | <use xlink:href="#iconfont-chaosu"></use> |
| | | </svg> |
| | | <div class="name">chaosu</div> |
| | | <div class="code-name">#iconfont-chaosu</div> |
| | | </li> |
| | | |
| | | <li class="dib"> |
| | | <svg class="icon svg-icon" aria-hidden="true"> |
| | | <use xlink:href="#iconfont-yuyin"></use> |
| | | </svg> |
| | | <div class="name">语音</div> |
| | |
| | | @font-face { |
| | | font-family: "iconfont"; /* Project id 4272377 */ |
| | | src: url('iconfont.woff2?t=1696090145576') format('woff2'), |
| | | url('iconfont.woff?t=1696090145576') format('woff'), |
| | | url('iconfont.ttf?t=1696090145576') format('truetype'); |
| | | src: url('iconfont.woff2?t=1698910318262') format('woff2'), |
| | | url('iconfont.woff?t=1698910318262') format('woff'), |
| | | url('iconfont.ttf?t=1698910318262') format('truetype'); |
| | | } |
| | | |
| | | .iconfont { |
| | |
| | | -moz-osx-font-smoothing: grayscale; |
| | | } |
| | | |
| | | .iconfont-gantanhao-sanjiaokuang:before { |
| | | content: "\e8eb"; |
| | | } |
| | | |
| | | .iconfont-chaosu:before { |
| | | content: "\e61b"; |
| | | } |
| | | |
| | | .iconfont-yuyin:before { |
| | | content: "\e649"; |
| | | } |
| | |
| | | window._iconfont_svg_string_4272377='<svg><symbol id="iconfont-yuyin" viewBox="0 0 1024 1024"><path d="M515.041727 670.617766c91.584167 0 166.095647-74.504255 166.095647-166.095646V229.350568c0-91.584167-74.51148-166.095647-166.095647-166.095647-91.598617 0-166.102872 74.51148-166.102871 166.095647V504.52212c0 91.591392 74.504255 166.095647 166.102871 166.095646z" fill="" ></path><path d="M801.643237 874.001665H558.391759v-45.423608c161.507768-21.313766 286.60151-159.788217 286.60151-327.01819a43.350032 43.350032 0 0 0-86.700064 0c0 134.124998-109.12648 243.251478-243.258703 243.251479-134.124998 0-243.244253-109.12648-243.244253-243.251479a43.350032 43.350032 0 0 0-86.700063 0c0 167.229972 125.100967 305.711649 286.601509 327.01819v45.423608H228.440217a43.350032 43.350032 0 0 0 0 86.700064h573.20302a43.350032 43.350032 0 0 0 0-86.700064z" fill="" ></path></symbol><symbol id="iconfont-fatigue-driving" viewBox="0 0 1024 1024"><path d="M960 316.371l-252.379 67.625-16.906-63.095 108.151-164.228-141.963 38.039-16.906-63.095 252.379-67.625 16.906 63.095-108.151 164.228 141.963-38.039L960 316.371zM304 384s-95.999 16.001-112 160h640c-7.042-63.376-29.58-101.951-52.61-125.288l65.622-17.897C868.47 433.944 888.505 480.074 896 544h-1.804C934.078 574.362 960 623.496 960 678.955v50.087c0 54.621-25.139 103.113-64.001 133.573v65.384c0 17.674-14.326 32-31.999 32h-96c-17.673 0-32-14.326-32-32v-32H288v32c0 17.674-14.326 32-32 32h-96c-17.674 0-32-14.326-32-32v-65.384c-38.861-30.46-64-78.952-64-133.573v-50.087C64 623.496 89.921 574.362 129.803 544H128c22.667-193.333 159.999-224 159.999-224h347.429l18.286 64H304z m511.999 416c44.182 0 80-35.818 80-80.001 0-44.181-35.817-79.999-80-79.999-44.182 0-80 35.818-80 79.999 0.001 44.183 35.818 80.001 80 80.001zM376 784h272c13.255 0 24-10.745 24-24s-10.745-24-24-24H376c-13.255 0-24 10.745-24 24s10.745 24 24 24z m0-80h272c13.255 0 24-10.745 24-24s-10.745-24-24-24H376c-13.255 0-24 10.745-24 24s10.745 24 24 24z m-248.001 15.998c0 44.184 35.817 80.001 80 80.001C252.182 800 288 764.182 288 719.998c0-44.181-35.817-79.999-80.001-79.999-44.183 0-80 35.818-80 79.999z" ></path></symbol><symbol id="iconfont-xiyan" viewBox="0 0 1024 1024"><path d="M63.284325 904.625192h673.071466V766.051113H63.284325v138.574079z m830.121338 0h67.306942V766.051113h-67.306942v138.574079z m-112.178919 0h67.306942V766.051113H781.226744v138.574079z m38.140669-520.575306c27.595498-27.945469 44.870953-66.977437 44.870953-109.934808 0-85.453231-67.531046-154.74027-150.319587-154.74027v69.286016c45.768393 0 83.011622 38.33919 83.011622 85.453231s-37.243229 85.454254-83.011622 85.454254v69.287039c100.750635 0 179.485861 84.298941 179.485861 187.997722v103.006002h67.306942V616.622826c0.001023-102.775758-57.434084-191.462636-141.344169-232.57294zM692.830485 497.91112h-68.653613v0.231267c-45.754067 0-83.011622-45.266973-83.011622-92.382037s37.258579-80.834027 83.011622-80.834026v-69.287039c-82.787518 0-150.319587 69.287039-150.319587 154.74027s67.306942 154.74027 150.319587 154.74027v-0.231267h68.653613c46.89096 0 88.396259 34.181497 88.396259 94.922906v60.048631h67.306942v-75.984579c0-83.143629-71.79414-145.964396-155.703201-145.964396z" fill="#444444" ></path><path d="M63.284325 904.625192h673.071466V766.051113H63.284325v138.574079z m830.121338 0h67.306942V766.051113h-67.306942v138.574079z m-112.178919 0h67.306942V766.051113H781.226744v138.574079z m38.140669-520.575306c27.595498-27.945469 44.870953-66.977437 44.870953-109.934808 0-85.453231-67.531046-154.74027-150.319587-154.74027v69.286016c45.768393 0 83.011622 38.33919 83.011622 85.453231s-37.243229 85.454254-83.011622 85.454254v69.287039c100.750635 0 179.485861 84.298941 179.485861 187.997722v103.006002h67.306942V616.622826c0.001023-102.775758-57.434084-191.462636-141.344169-232.57294zM692.830485 497.91112h-68.653613v0.231267c-45.754067 0-83.011622-45.266973-83.011622-92.382037s37.258579-80.834027 83.011622-80.834026v-69.287039c-82.787518 0-150.319587 69.287039-150.319587 154.74027s67.306942 154.74027 150.319587 154.74027v-0.231267h68.653613c46.89096 0 88.396259 34.181497 88.396259 94.922906v60.048631h67.306942v-75.984579c0-83.143629-71.79414-145.964396-155.703201-145.964396z" fill="#444444" ></path></symbol><symbol id="iconfont-call" viewBox="0 0 1024 1024"><path d="M289.76 66.192c-22.672 4.24-37.92 12.56-59.952 31.584l-13.408 11.76-24.832 20.56-7.44 6.496c-5.408 4.96-9.056 8.704-13.568 13.824-75.04 84.896-95.008 215.056-52.752 335.792 28.928 82.624 80.048 164.288 153.04 245.632 76.848 85.648 142.08 139.824 217.168 179.568 61.168 32.32 109.44 46.72 165.04 48.4 67.408 2.08 128-13.36 178.368-45.952a204.48 204.48 0 0 0 24.848-19.248l8.512-7.76 16.912-15.744 15.68-13.648c29.6-26.352 42.144-47.472 44.48-78.656 3.328-44.816-16.4-78.8-64.048-119.52L850.976 636.8l-23.664-20.48c-46.4-38.304-84.928-51.952-132.64-44.752-34.048 5.088-55.52 18.064-86.24 50.208l-11.36 12.08c-13.616 14.352-17.888 17.248-23.872 18.448-7.072 1.408-19.968-4.592-50-28.992-43.808-35.52-80.16-76.288-111.6-125.136-17.2-26.88-22.88-43.456-21.28-54.656l0.624-2.928c-0.16 0.544 1.264-1.072 10.928-8.544l17.792-13.472 23.84-19.44c26.72-22.304 39.728-40.608 46.288-67.408 12-48.608 0.8-89.04-37.984-149.76l-21.76-33.632-7.008-10.288c-38.784-55.248-76.48-79.184-125.088-73.152l-8.192 1.28z m70.128 116.032l6.272 9.184 21.008 32.48c28.336 44.368 33.984 64.8 27.936 89.328-2.176 8.944-5.744 13.936-20.416 26.192l-24.544 19.936-14.8 11.152c-22.08 17.072-32.832 29.312-38.4 49.008-10.528 37.376 0.416 74.336 30.016 120.592 35.904 55.76 77.728 102.672 127.904 143.392 46.528 37.776 76.96 51.936 113.36 44.64 24.448-4.88 40.96-16.096 64.64-41.024l11.28-12c19.632-20.544 26.656-24.784 41.888-27.056 24.048-3.632 41.648 2.608 71.92 27.584l11.12 9.536 12.064 10.544 27.136 22.72c30.48 26.064 38.032 39.04 36.88 54.576-0.64 8.608-2.944 12.48-18.352 26.192l-16.72 14.592-17.28 16.064-8.128 7.408a126.24 126.24 0 0 1-15.2 11.776c-36.432 23.584-81.664 35.12-134.08 33.504-43.008-1.312-80.128-12.384-131.536-39.552-66.288-35.088-124.688-83.568-195.888-162.928-66.56-74.176-112.288-147.248-137.6-219.52-33.328-95.264-17.904-195.856 37.744-258.816 2.848-3.232 4.64-5.072 7.216-7.456l5.952-5.184 24.88-20.608 14-12.256 7.792-6.464c6.56-5.104 10.032-6.464 15.904-7.568 17.952-3.36 30.96 4.304 56.032 40.032z" fill="#000000" ></path></symbol><symbol id="iconfont-shipin" viewBox="0 0 1024 1024"><path d="M190.107826 889.989565a115.890087 115.890087 0 0 1-19.144348-4.096 45.679304 45.679304 0 0 1-23.952695-17.140869c-0.934957-1.469217-2.137043-3.116522-2.582261-3.82887a107.742609 107.742609 0 0 1-5.164522-10.685217 37.13113 37.13113 0 0 0-1.380174-3.917913A88.598261 88.598261 0 0 1 133.565217 835.494957v-1.335653h756.869566v1.335653c0 1.558261-2.404174 9.839304-4.318609 14.825739a44.343652 44.343652 0 0 1-3.561739 8.904347c-9.572174 19.545043-21.726609 27.158261-49.018435 30.809044-4.541217 0.534261-639.109565 0.534261-643.428174-0.044522z m-13.801739-83.968a6.722783 6.722783 0 0 1-2.537739-2.359652c-0.934957-1.558261-1.068522-2.715826-1.691826-14.781217l-2.092522-40.559305a36959.276522 36959.276522 0 0 0-5.476174-105.73913c-0.712348-12.109913-1.424696-26.713043-1.602783-32.411826-0.222609-5.743304-0.890435-20.613565-1.602782-33.124174a12221.395478 12221.395478 0 0 1-5.965913-113.975652L152.486957 408.353391 149.593043 353.725217a2447.538087 2447.538087 0 0 1-2.804869-84.190608c0-5.342609 0.133565-5.787826 1.202087-7.435131a8.370087 8.370087 0 0 1 2.137043-2.270608c0.667826-0.311652 37.442783-0.445217 119.54087-0.445218 68.697043 0 119.229217-0.178087 120.030609-0.445217a23.774609 23.774609 0 0 0 3.428174-1.424696 10.818783 10.818783 0 0 1 2.671304-0.979478c0.400696 0 1.113043-0.489739 1.602782-1.068522a8.637217 8.637217 0 0 1 2.671305-1.958956c1.29113-0.712348 2.137043-1.736348 3.517217-4.274087 2.671304-5.12 6.054957-12.733217 8.102957-18.521044l2.493217-6.589217c3.784348-10.195478 5.164522-14.514087 5.609739-17.541565 0.311652-1.78087 1.157565-5.921391 1.914435-9.171479a172.165565 172.165565 0 0 1 8.770783-31.966608c3.650783-8.681739 6.989913-13.712696 12.466087-19.144348A30.675478 30.675478 0 0 1 453.409391 138.462609c3.561739-1.78087 5.342609-2.404174 11.842783-4.051479 3.517217-0.890435 6.233043-0.890435 86.995478-0.801391l83.389218 0.133565 1.469217 1.78087 1.469217 1.869913 0.133566 16.11687c0.089043 10.50713 0 16.784696-0.311653 17.897739a6.233043 6.233043 0 0 1-2.31513 3.072l-1.78087 1.335652-82.543304 0.26713C482.170435 176.261565 468.992 176.39513 467.923478 176.973913c-1.914435 0.934957-3.116522 3.917913-3.917913 9.349565a408.887652 408.887652 0 0 1-1.869913 10.818783l-2.582261 13.935304c-2.537739 14.06887-4.452174 24.219826-6.010434 32.589913a118.873043 118.873043 0 0 0-1.602783 9.305044c0 1.647304 0.845913 3.161043 2.493217 4.452174 1.335652 1.113043 2.048 1.246609 7.435131 1.558261 3.250087 0.133565 13.445565 0.26713 22.617043 0.311652 18.877217 0.044522 18.877217 0.044522 20.48 3.517217 0.845913 1.914435 0.890435 5.12 0.890435 119.763478v117.715479l0.979478 1.647304c1.78087 2.849391 5.075478 3.784348 7.746783 2.092522 0.801391-0.489739 4.452174-3.82887 8.147478-7.479652 12.733217-12.466087 15.849739-15.315478 20.747131-18.699131 5.164522-3.606261 13.935304-7.034435 20.435478-7.969391 4.274087-0.623304 236.989217-0.623304 241.842087 0 10.24 1.335652 20.569043 6.054957 28.226782 12.955826 2.893913 2.671304 8.013913 8.815304 9.928348 12.020869 8.013913 13.445565 13.133913 27.247304 18.209392 48.88487l1.068521 4.585739-1.202087 2.270609a6.322087 6.322087 0 0 1-2.760348 3.116522c-1.558261 0.801391-11.264 0.890435-182.272 0.890434H496.37287l-1.78087 1.558261-1.78087 1.647305-0.222608 36.10713c-0.222609 32.411826-0.356174 37.220174-1.246609 46.747826-0.623304 5.87687-1.380174 14.514087-1.78087 19.144348l-1.647304 19.411478a16322.916174 16322.916174 0 0 0-5.253565 61.039305c-0.801391 8.637217-1.424696 16.473043-1.424696 17.497043 0 1.068522-0.578783 8.94887-1.335652 17.541565-0.801391 8.592696-1.647304 18.075826-1.869913 21.147826-0.311652 4.897391-0.534261 5.698783-1.691826 7.346087-0.75687 1.113043-1.869913 2.048-2.582261 2.226087-0.667826 0.178087-67.584 0.400696-148.613565 0.489739-127.866435 0.178087-147.545043 0.133565-148.791652-0.445217z m288.857043-443.970782c0-29.384348-0.133565-54.00487-0.26713-54.806261a8.592696 8.592696 0 0 0-1.602783-3.027479l-1.335652-1.55826-9.616695-0.178087c-7.123478-0.089043-9.928348 0.089043-10.818783 0.489739-1.914435 0.979478-3.161043 3.472696-3.784348 7.123478a235.653565 235.653565 0 0 1-1.958956 10.284522c-0.75687 3.784348-1.335652 7.301565-1.335653 7.791304 0 0.534261-0.623304 3.962435-1.380173 7.568696-2.671304 12.911304-4.85287 25.555478-6.233044 36.685913-0.311652 2.226087-0.623304 11.709217-0.801391 21.058782l-0.222609 17.051827 1.157565 1.647304c2.226087 3.250087 2.404174 3.294609 21.325913 3.294609h16.918261v-53.426087zM331.108174 413.161739h37.888l0.578783-4.096c0.26713-2.359652 1.29113-9.216 2.226086-15.315478l5.832348-39.268174 4.986435-33.435826c0.934957-6.366609 0.890435-8.592696-0.222609-11.709218a9.305043 9.305043 0 0 0-3.650782-4.63026l-2.671305-2.003479-91.803826-0.178087c-61.885217-0.089043-92.338087 0-93.495652 0.356174-1.157565 0.356174-1.914435 1.024-2.671304 2.359652l-1.068522 1.914435v50.754783c0 49.819826 0 50.799304 0.890435 52.313043a8.904348 8.904348 0 0 0 2.493217 2.493218l1.558261 1.024 50.621218-0.311652c27.870609-0.133565 67.673043-0.26713 88.509217-0.267131z m223.009391 392.904348a50.93287 50.93287 0 0 1-15.760695-5.030957 13.979826 13.979826 0 0 0-2.671305-1.335652c-0.845913 0-8.058435-5.787826-10.952348-8.815304a68.34087 68.34087 0 0 1-8.45913-10.640696 114.732522 114.732522 0 0 1-11.353044-26.445913c-0.222609-0.890435-1.068522-4.185043-1.780869-7.346087a204.221217 204.221217 0 0 1-4.140522-22.260869c-0.712348-8.013913-1.647304-20.880696-1.914435-25.377392l-0.26713-5.075478h359.557565v22.349913c0 25.689043-0.356174 30.408348-2.982956 37.709913-3.116522 8.681739-6.322087 14.692174-12.599653 23.151305-2.092522 2.982957-10.952348 12.02087-14.781217 15.226434a77.156174 77.156174 0 0 1-20.257391 11.575653c-8.637217 3.250087-1.29113 3.027478-130.270609 2.982956-89.666783 0-117.938087-0.178087-121.366261-0.667826z m253.061565-125.862957c-2.448696-0.133565-14.692174-0.801391-27.15826-1.647304-39.535304-2.448696-42.963478-2.537739-63.22087-1.869913-25.733565 0.890435-183.296 1.335652-186.724174 0.623304a30.809043 30.809043 0 0 1-13.356522-8.637217 73.015652 73.015652 0 0 1-5.075478-5.476174l-2.493217-3.250087a8.325565 8.325565 0 0 1-1.424696-2.31513c0-0.311652-0.311652-0.890435-0.623304-1.246609-2.671304-2.938435-7.479652-14.736696-8.94887-21.815652a88.954435 88.954435 0 0 1 1.113044-32.367305 29.96313 29.96313 0 0 1 6.589217-11.620173 28.716522 28.716522 0 0 1 16.072348-7.65774l5.431652-1.113043h149.23687c114.777043 0 149.949217 0.178087 152.08626 0.578783 1.602783 0.356174 4.096 0.801391 5.60974 1.024a32.411826 32.411826 0 0 1 11.353043 5.209043c3.116522 2.31513 6.188522 7.034435 7.880348 12.109913 1.513739 4.452174 2.849391 14.825739 2.849391 22.26087 0 11.486609-3.383652 23.151304-9.928348 33.792a240.194783 240.194783 0 0 0-2.760347 4.452174c-1.513739 2.582261-7.835826 9.394087-11.442087 12.288-2.226087 1.78087-5.520696 3.962435-7.435131 4.897391-3.116522 1.513739-3.784348 1.647304-8.281043 1.780869-2.671304 0.089043-6.90087 0.089043-9.349566 0z" fill="#4775F7" ></path><path d="M184.008348 308.268522v98.927304l5.12 6.500174h181.426087l14.959304-92.649739c1.335652-9.082435-1.335652-15.449043-8.102956-19.055304-8.013913-0.445217-71.234783-0.311652-189.484522 0.445217l-3.917913 5.787826zM461.467826 302.480696h-19.589565c-4.808348 0.934957-7.92487 4.274087-9.349565 10.017391-2.137043 8.592696-17.497043 48.840348-19.856696 63.354435a203.909565 203.909565 0 0 0-2.404174 32.946087c2.003478 4.452174 5.164522 6.678261 9.527652 6.678261h47.638261v-106.852174l-2.226087-3.917913-3.739826-2.226087z" fill="#FFFFFF" ></path></symbol></svg>',function(e){var c=(c=document.getElementsByTagName("script"))[c.length-1],t=c.getAttribute("data-injectcss"),c=c.getAttribute("data-disable-injectsvg");if(!c){var l,a,n,i,o,h=function(c,t){t.parentNode.insertBefore(c,t)};if(t&&!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)}}l=function(){var c,t=document.createElement("div");t.innerHTML=e._iconfont_svg_string_4272377,(t=t.getElementsByTagName("svg")[0])&&(t.setAttribute("aria-hidden","true"),t.style.position="absolute",t.style.width=0,t.style.height=0,t.style.overflow="hidden",t=t,(c=document.body).firstChild?h(t,c.firstChild):c.appendChild(t))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(l,0):(a=function(){document.removeEventListener("DOMContentLoaded",a,!1),l()},document.addEventListener("DOMContentLoaded",a,!1)):document.attachEvent&&(n=l,i=e.document,o=!1,v(),i.onreadystatechange=function(){"complete"==i.readyState&&(i.onreadystatechange=null,s())})}function s(){o||(o=!0,n())}function v(){try{i.documentElement.doScroll("left")}catch(c){return void setTimeout(v,50)}s()}}(window); |
| | | window._iconfont_svg_string_4272377='<svg><symbol id="iconfont-gantanhao-sanjiaokuang" viewBox="0 0 1024 1024"><path d="M957.6 872l-432-736c-6.4-10.4-21.6-10.4-27.2 0l-432 736c-6.4 10.4 1.6 24 13.6 24h864c12 0 20-13.6 13.6-24z m-416-104h-64v-64h64v64z m-63.2-128V384h64v256h-64z" ></path></symbol><symbol id="iconfont-chaosu" viewBox="0 0 1024 1024"><path d="M512 118.49933962c-277.18412817 0-501.92308561 224.73895744-501.92308561 501.92308561 0 70.9869343 14.75072767 138.592901 41.48547898 199.84700077h920.77478816c26.63097982-61.25577232 41.48380643-128.75796753 41.48380643-199.84700077C1013.92308561 343.13619812 789.18412817 118.49933962 512 118.49933962zM96.83890826 738.93706482c-10.75549518-37.59234542-16.69729508-77.33712868-16.69729381-118.41254065 0-238.56745086 193.29093468-431.85838555 431.85838555-431.85838555 238.46535191 0 431.75628789 193.29093468 431.75628789 431.85838555 0 41.17918346-5.83802714 80.92396673-16.5935223 118.41254065H96.83890826z" fill="" ></path><path d="M469.3880889 238.03998495h58.79703896v99.46238261h-58.79703896v-99.46238261zM130.43602118 581.0893841h99.46238263v58.69326616H130.43602118V581.0893841zM790.82272624 581.0893841h99.36028496v58.69326616h-99.36028496V581.0893841zM290.9483057 301.13855191l50.91034674-29.39768256 49.68014184 86.04395749-50.91034545 29.39768255-49.68014313-86.04395748zM659.19595833 387.18083686l-50.80657397-29.39768386 49.78224078-86.04395748 50.80657396 29.39768255-49.78224077 86.04395879zM180.11616303 446.07997345l29.39768255-50.9086716 86.04395878 49.68014184-29.39768385 50.91034674-86.04395748-49.68181698zM749.95318598 495.86388807l-29.39768256-50.90867162 85.94185855-49.68014183 29.39768257 50.91034545-85.94185856 49.678468zM503.46221977 710.00468333l-39.35647486-118.05603258 117.56562523-17.40361587a92.80924039 92.80924039 0 0 0-15.74158537-11.45344679c-44.26557241-25.55810794-100.93695362-10.37220699-126.49506157 33.89336542-25.50622155 44.17853801-10.32199443 100.84824539 33.94525053 126.40467949 44.17853801 25.50622155 100.75953585 10.27010804 126.26408485-33.90842867 3.7910359-6.56443398 6.5912141-13.46361616 8.70515627-20.40296916l-104.88699508 40.92644816z" fill="" ></path><path d="M507.79220174 604.9888092l362.00959892-58.30830544-347.23376498 130.23588621-17.71660677-70.31576282 2.94077283-1.61181795z" fill="" ></path></symbol><symbol id="iconfont-yuyin" viewBox="0 0 1024 1024"><path d="M515.041727 670.617766c91.584167 0 166.095647-74.504255 166.095647-166.095646V229.350568c0-91.584167-74.51148-166.095647-166.095647-166.095647-91.598617 0-166.102872 74.51148-166.102871 166.095647V504.52212c0 91.591392 74.504255 166.095647 166.102871 166.095646z" fill="" ></path><path d="M801.643237 874.001665H558.391759v-45.423608c161.507768-21.313766 286.60151-159.788217 286.60151-327.01819a43.350032 43.350032 0 0 0-86.700064 0c0 134.124998-109.12648 243.251478-243.258703 243.251479-134.124998 0-243.244253-109.12648-243.244253-243.251479a43.350032 43.350032 0 0 0-86.700063 0c0 167.229972 125.100967 305.711649 286.601509 327.01819v45.423608H228.440217a43.350032 43.350032 0 0 0 0 86.700064h573.20302a43.350032 43.350032 0 0 0 0-86.700064z" fill="" ></path></symbol><symbol id="iconfont-fatigue-driving" viewBox="0 0 1024 1024"><path d="M960 316.371l-252.379 67.625-16.906-63.095 108.151-164.228-141.963 38.039-16.906-63.095 252.379-67.625 16.906 63.095-108.151 164.228 141.963-38.039L960 316.371zM304 384s-95.999 16.001-112 160h640c-7.042-63.376-29.58-101.951-52.61-125.288l65.622-17.897C868.47 433.944 888.505 480.074 896 544h-1.804C934.078 574.362 960 623.496 960 678.955v50.087c0 54.621-25.139 103.113-64.001 133.573v65.384c0 17.674-14.326 32-31.999 32h-96c-17.673 0-32-14.326-32-32v-32H288v32c0 17.674-14.326 32-32 32h-96c-17.674 0-32-14.326-32-32v-65.384c-38.861-30.46-64-78.952-64-133.573v-50.087C64 623.496 89.921 574.362 129.803 544H128c22.667-193.333 159.999-224 159.999-224h347.429l18.286 64H304z m511.999 416c44.182 0 80-35.818 80-80.001 0-44.181-35.817-79.999-80-79.999-44.182 0-80 35.818-80 79.999 0.001 44.183 35.818 80.001 80 80.001zM376 784h272c13.255 0 24-10.745 24-24s-10.745-24-24-24H376c-13.255 0-24 10.745-24 24s10.745 24 24 24z m0-80h272c13.255 0 24-10.745 24-24s-10.745-24-24-24H376c-13.255 0-24 10.745-24 24s10.745 24 24 24z m-248.001 15.998c0 44.184 35.817 80.001 80 80.001C252.182 800 288 764.182 288 719.998c0-44.181-35.817-79.999-80.001-79.999-44.183 0-80 35.818-80 79.999z" ></path></symbol><symbol id="iconfont-xiyan" viewBox="0 0 1024 1024"><path d="M63.284325 904.625192h673.071466V766.051113H63.284325v138.574079z m830.121338 0h67.306942V766.051113h-67.306942v138.574079z m-112.178919 0h67.306942V766.051113H781.226744v138.574079z m38.140669-520.575306c27.595498-27.945469 44.870953-66.977437 44.870953-109.934808 0-85.453231-67.531046-154.74027-150.319587-154.74027v69.286016c45.768393 0 83.011622 38.33919 83.011622 85.453231s-37.243229 85.454254-83.011622 85.454254v69.287039c100.750635 0 179.485861 84.298941 179.485861 187.997722v103.006002h67.306942V616.622826c0.001023-102.775758-57.434084-191.462636-141.344169-232.57294zM692.830485 497.91112h-68.653613v0.231267c-45.754067 0-83.011622-45.266973-83.011622-92.382037s37.258579-80.834027 83.011622-80.834026v-69.287039c-82.787518 0-150.319587 69.287039-150.319587 154.74027s67.306942 154.74027 150.319587 154.74027v-0.231267h68.653613c46.89096 0 88.396259 34.181497 88.396259 94.922906v60.048631h67.306942v-75.984579c0-83.143629-71.79414-145.964396-155.703201-145.964396z" fill="#444444" ></path><path d="M63.284325 904.625192h673.071466V766.051113H63.284325v138.574079z m830.121338 0h67.306942V766.051113h-67.306942v138.574079z m-112.178919 0h67.306942V766.051113H781.226744v138.574079z m38.140669-520.575306c27.595498-27.945469 44.870953-66.977437 44.870953-109.934808 0-85.453231-67.531046-154.74027-150.319587-154.74027v69.286016c45.768393 0 83.011622 38.33919 83.011622 85.453231s-37.243229 85.454254-83.011622 85.454254v69.287039c100.750635 0 179.485861 84.298941 179.485861 187.997722v103.006002h67.306942V616.622826c0.001023-102.775758-57.434084-191.462636-141.344169-232.57294zM692.830485 497.91112h-68.653613v0.231267c-45.754067 0-83.011622-45.266973-83.011622-92.382037s37.258579-80.834027 83.011622-80.834026v-69.287039c-82.787518 0-150.319587 69.287039-150.319587 154.74027s67.306942 154.74027 150.319587 154.74027v-0.231267h68.653613c46.89096 0 88.396259 34.181497 88.396259 94.922906v60.048631h67.306942v-75.984579c0-83.143629-71.79414-145.964396-155.703201-145.964396z" fill="#444444" ></path></symbol><symbol id="iconfont-call" viewBox="0 0 1024 1024"><path d="M289.76 66.192c-22.672 4.24-37.92 12.56-59.952 31.584l-13.408 11.76-24.832 20.56-7.44 6.496c-5.408 4.96-9.056 8.704-13.568 13.824-75.04 84.896-95.008 215.056-52.752 335.792 28.928 82.624 80.048 164.288 153.04 245.632 76.848 85.648 142.08 139.824 217.168 179.568 61.168 32.32 109.44 46.72 165.04 48.4 67.408 2.08 128-13.36 178.368-45.952a204.48 204.48 0 0 0 24.848-19.248l8.512-7.76 16.912-15.744 15.68-13.648c29.6-26.352 42.144-47.472 44.48-78.656 3.328-44.816-16.4-78.8-64.048-119.52L850.976 636.8l-23.664-20.48c-46.4-38.304-84.928-51.952-132.64-44.752-34.048 5.088-55.52 18.064-86.24 50.208l-11.36 12.08c-13.616 14.352-17.888 17.248-23.872 18.448-7.072 1.408-19.968-4.592-50-28.992-43.808-35.52-80.16-76.288-111.6-125.136-17.2-26.88-22.88-43.456-21.28-54.656l0.624-2.928c-0.16 0.544 1.264-1.072 10.928-8.544l17.792-13.472 23.84-19.44c26.72-22.304 39.728-40.608 46.288-67.408 12-48.608 0.8-89.04-37.984-149.76l-21.76-33.632-7.008-10.288c-38.784-55.248-76.48-79.184-125.088-73.152l-8.192 1.28z m70.128 116.032l6.272 9.184 21.008 32.48c28.336 44.368 33.984 64.8 27.936 89.328-2.176 8.944-5.744 13.936-20.416 26.192l-24.544 19.936-14.8 11.152c-22.08 17.072-32.832 29.312-38.4 49.008-10.528 37.376 0.416 74.336 30.016 120.592 35.904 55.76 77.728 102.672 127.904 143.392 46.528 37.776 76.96 51.936 113.36 44.64 24.448-4.88 40.96-16.096 64.64-41.024l11.28-12c19.632-20.544 26.656-24.784 41.888-27.056 24.048-3.632 41.648 2.608 71.92 27.584l11.12 9.536 12.064 10.544 27.136 22.72c30.48 26.064 38.032 39.04 36.88 54.576-0.64 8.608-2.944 12.48-18.352 26.192l-16.72 14.592-17.28 16.064-8.128 7.408a126.24 126.24 0 0 1-15.2 11.776c-36.432 23.584-81.664 35.12-134.08 33.504-43.008-1.312-80.128-12.384-131.536-39.552-66.288-35.088-124.688-83.568-195.888-162.928-66.56-74.176-112.288-147.248-137.6-219.52-33.328-95.264-17.904-195.856 37.744-258.816 2.848-3.232 4.64-5.072 7.216-7.456l5.952-5.184 24.88-20.608 14-12.256 7.792-6.464c6.56-5.104 10.032-6.464 15.904-7.568 17.952-3.36 30.96 4.304 56.032 40.032z" fill="#000000" ></path></symbol><symbol id="iconfont-shipin" viewBox="0 0 1024 1024"><path d="M190.107826 889.989565a115.890087 115.890087 0 0 1-19.144348-4.096 45.679304 45.679304 0 0 1-23.952695-17.140869c-0.934957-1.469217-2.137043-3.116522-2.582261-3.82887a107.742609 107.742609 0 0 1-5.164522-10.685217 37.13113 37.13113 0 0 0-1.380174-3.917913A88.598261 88.598261 0 0 1 133.565217 835.494957v-1.335653h756.869566v1.335653c0 1.558261-2.404174 9.839304-4.318609 14.825739a44.343652 44.343652 0 0 1-3.561739 8.904347c-9.572174 19.545043-21.726609 27.158261-49.018435 30.809044-4.541217 0.534261-639.109565 0.534261-643.428174-0.044522z m-13.801739-83.968a6.722783 6.722783 0 0 1-2.537739-2.359652c-0.934957-1.558261-1.068522-2.715826-1.691826-14.781217l-2.092522-40.559305a36959.276522 36959.276522 0 0 0-5.476174-105.73913c-0.712348-12.109913-1.424696-26.713043-1.602783-32.411826-0.222609-5.743304-0.890435-20.613565-1.602782-33.124174a12221.395478 12221.395478 0 0 1-5.965913-113.975652L152.486957 408.353391 149.593043 353.725217a2447.538087 2447.538087 0 0 1-2.804869-84.190608c0-5.342609 0.133565-5.787826 1.202087-7.435131a8.370087 8.370087 0 0 1 2.137043-2.270608c0.667826-0.311652 37.442783-0.445217 119.54087-0.445218 68.697043 0 119.229217-0.178087 120.030609-0.445217a23.774609 23.774609 0 0 0 3.428174-1.424696 10.818783 10.818783 0 0 1 2.671304-0.979478c0.400696 0 1.113043-0.489739 1.602782-1.068522a8.637217 8.637217 0 0 1 2.671305-1.958956c1.29113-0.712348 2.137043-1.736348 3.517217-4.274087 2.671304-5.12 6.054957-12.733217 8.102957-18.521044l2.493217-6.589217c3.784348-10.195478 5.164522-14.514087 5.609739-17.541565 0.311652-1.78087 1.157565-5.921391 1.914435-9.171479a172.165565 172.165565 0 0 1 8.770783-31.966608c3.650783-8.681739 6.989913-13.712696 12.466087-19.144348A30.675478 30.675478 0 0 1 453.409391 138.462609c3.561739-1.78087 5.342609-2.404174 11.842783-4.051479 3.517217-0.890435 6.233043-0.890435 86.995478-0.801391l83.389218 0.133565 1.469217 1.78087 1.469217 1.869913 0.133566 16.11687c0.089043 10.50713 0 16.784696-0.311653 17.897739a6.233043 6.233043 0 0 1-2.31513 3.072l-1.78087 1.335652-82.543304 0.26713C482.170435 176.261565 468.992 176.39513 467.923478 176.973913c-1.914435 0.934957-3.116522 3.917913-3.917913 9.349565a408.887652 408.887652 0 0 1-1.869913 10.818783l-2.582261 13.935304c-2.537739 14.06887-4.452174 24.219826-6.010434 32.589913a118.873043 118.873043 0 0 0-1.602783 9.305044c0 1.647304 0.845913 3.161043 2.493217 4.452174 1.335652 1.113043 2.048 1.246609 7.435131 1.558261 3.250087 0.133565 13.445565 0.26713 22.617043 0.311652 18.877217 0.044522 18.877217 0.044522 20.48 3.517217 0.845913 1.914435 0.890435 5.12 0.890435 119.763478v117.715479l0.979478 1.647304c1.78087 2.849391 5.075478 3.784348 7.746783 2.092522 0.801391-0.489739 4.452174-3.82887 8.147478-7.479652 12.733217-12.466087 15.849739-15.315478 20.747131-18.699131 5.164522-3.606261 13.935304-7.034435 20.435478-7.969391 4.274087-0.623304 236.989217-0.623304 241.842087 0 10.24 1.335652 20.569043 6.054957 28.226782 12.955826 2.893913 2.671304 8.013913 8.815304 9.928348 12.020869 8.013913 13.445565 13.133913 27.247304 18.209392 48.88487l1.068521 4.585739-1.202087 2.270609a6.322087 6.322087 0 0 1-2.760348 3.116522c-1.558261 0.801391-11.264 0.890435-182.272 0.890434H496.37287l-1.78087 1.558261-1.78087 1.647305-0.222608 36.10713c-0.222609 32.411826-0.356174 37.220174-1.246609 46.747826-0.623304 5.87687-1.380174 14.514087-1.78087 19.144348l-1.647304 19.411478a16322.916174 16322.916174 0 0 0-5.253565 61.039305c-0.801391 8.637217-1.424696 16.473043-1.424696 17.497043 0 1.068522-0.578783 8.94887-1.335652 17.541565-0.801391 8.592696-1.647304 18.075826-1.869913 21.147826-0.311652 4.897391-0.534261 5.698783-1.691826 7.346087-0.75687 1.113043-1.869913 2.048-2.582261 2.226087-0.667826 0.178087-67.584 0.400696-148.613565 0.489739-127.866435 0.178087-147.545043 0.133565-148.791652-0.445217z m288.857043-443.970782c0-29.384348-0.133565-54.00487-0.26713-54.806261a8.592696 8.592696 0 0 0-1.602783-3.027479l-1.335652-1.55826-9.616695-0.178087c-7.123478-0.089043-9.928348 0.089043-10.818783 0.489739-1.914435 0.979478-3.161043 3.472696-3.784348 7.123478a235.653565 235.653565 0 0 1-1.958956 10.284522c-0.75687 3.784348-1.335652 7.301565-1.335653 7.791304 0 0.534261-0.623304 3.962435-1.380173 7.568696-2.671304 12.911304-4.85287 25.555478-6.233044 36.685913-0.311652 2.226087-0.623304 11.709217-0.801391 21.058782l-0.222609 17.051827 1.157565 1.647304c2.226087 3.250087 2.404174 3.294609 21.325913 3.294609h16.918261v-53.426087zM331.108174 413.161739h37.888l0.578783-4.096c0.26713-2.359652 1.29113-9.216 2.226086-15.315478l5.832348-39.268174 4.986435-33.435826c0.934957-6.366609 0.890435-8.592696-0.222609-11.709218a9.305043 9.305043 0 0 0-3.650782-4.63026l-2.671305-2.003479-91.803826-0.178087c-61.885217-0.089043-92.338087 0-93.495652 0.356174-1.157565 0.356174-1.914435 1.024-2.671304 2.359652l-1.068522 1.914435v50.754783c0 49.819826 0 50.799304 0.890435 52.313043a8.904348 8.904348 0 0 0 2.493217 2.493218l1.558261 1.024 50.621218-0.311652c27.870609-0.133565 67.673043-0.26713 88.509217-0.267131z m223.009391 392.904348a50.93287 50.93287 0 0 1-15.760695-5.030957 13.979826 13.979826 0 0 0-2.671305-1.335652c-0.845913 0-8.058435-5.787826-10.952348-8.815304a68.34087 68.34087 0 0 1-8.45913-10.640696 114.732522 114.732522 0 0 1-11.353044-26.445913c-0.222609-0.890435-1.068522-4.185043-1.780869-7.346087a204.221217 204.221217 0 0 1-4.140522-22.260869c-0.712348-8.013913-1.647304-20.880696-1.914435-25.377392l-0.26713-5.075478h359.557565v22.349913c0 25.689043-0.356174 30.408348-2.982956 37.709913-3.116522 8.681739-6.322087 14.692174-12.599653 23.151305-2.092522 2.982957-10.952348 12.02087-14.781217 15.226434a77.156174 77.156174 0 0 1-20.257391 11.575653c-8.637217 3.250087-1.29113 3.027478-130.270609 2.982956-89.666783 0-117.938087-0.178087-121.366261-0.667826z m253.061565-125.862957c-2.448696-0.133565-14.692174-0.801391-27.15826-1.647304-39.535304-2.448696-42.963478-2.537739-63.22087-1.869913-25.733565 0.890435-183.296 1.335652-186.724174 0.623304a30.809043 30.809043 0 0 1-13.356522-8.637217 73.015652 73.015652 0 0 1-5.075478-5.476174l-2.493217-3.250087a8.325565 8.325565 0 0 1-1.424696-2.31513c0-0.311652-0.311652-0.890435-0.623304-1.246609-2.671304-2.938435-7.479652-14.736696-8.94887-21.815652a88.954435 88.954435 0 0 1 1.113044-32.367305 29.96313 29.96313 0 0 1 6.589217-11.620173 28.716522 28.716522 0 0 1 16.072348-7.65774l5.431652-1.113043h149.23687c114.777043 0 149.949217 0.178087 152.08626 0.578783 1.602783 0.356174 4.096 0.801391 5.60974 1.024a32.411826 32.411826 0 0 1 11.353043 5.209043c3.116522 2.31513 6.188522 7.034435 7.880348 12.109913 1.513739 4.452174 2.849391 14.825739 2.849391 22.26087 0 11.486609-3.383652 23.151304-9.928348 33.792a240.194783 240.194783 0 0 0-2.760347 4.452174c-1.513739 2.582261-7.835826 9.394087-11.442087 12.288-2.226087 1.78087-5.520696 3.962435-7.435131 4.897391-3.116522 1.513739-3.784348 1.647304-8.281043 1.780869-2.671304 0.089043-6.90087 0.089043-9.349566 0z" fill="#4775F7" ></path><path d="M184.008348 308.268522v98.927304l5.12 6.500174h181.426087l14.959304-92.649739c1.335652-9.082435-1.335652-15.449043-8.102956-19.055304-8.013913-0.445217-71.234783-0.311652-189.484522 0.445217l-3.917913 5.787826zM461.467826 302.480696h-19.589565c-4.808348 0.934957-7.92487 4.274087-9.349565 10.017391-2.137043 8.592696-17.497043 48.840348-19.856696 63.354435a203.909565 203.909565 0 0 0-2.404174 32.946087c2.003478 4.452174 5.164522 6.678261 9.527652 6.678261h47.638261v-106.852174l-2.226087-3.917913-3.739826-2.226087z" fill="#FFFFFF" ></path></symbol></svg>',function(l){var c=(c=document.getElementsByTagName("script"))[c.length-1],t=c.getAttribute("data-injectcss"),c=c.getAttribute("data-disable-injectsvg");if(!c){var e,a,n,i,o,h=function(c,t){t.parentNode.insertBefore(c,t)};if(t&&!l.__iconfont__svg__cssinject__){l.__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)}}e=function(){var c,t=document.createElement("div");t.innerHTML=l._iconfont_svg_string_4272377,(t=t.getElementsByTagName("svg")[0])&&(t.setAttribute("aria-hidden","true"),t.style.position="absolute",t.style.width=0,t.style.height=0,t.style.overflow="hidden",t=t,(c=document.body).firstChild?h(t,c.firstChild):c.appendChild(t))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(e,0):(a=function(){document.removeEventListener("DOMContentLoaded",a,!1),e()},document.addEventListener("DOMContentLoaded",a,!1)):document.attachEvent&&(n=e,i=l.document,o=!1,s(),i.onreadystatechange=function(){"complete"==i.readyState&&(i.onreadystatechange=null,v())})}function v(){o||(o=!0,n())}function s(){try{i.documentElement.doScroll("left")}catch(c){return void setTimeout(s,50)}v()}}(window); |
| | |
| | | "description": "动力电池安全检查平台", |
| | | "glyphs": [ |
| | | { |
| | | "icon_id": "1727531", |
| | | "name": "307感叹号-三角框", |
| | | "font_class": "gantanhao-sanjiaokuang", |
| | | "unicode": "e8eb", |
| | | "unicode_decimal": 59627 |
| | | }, |
| | | { |
| | | "icon_id": "4164562", |
| | | "name": "chaosu", |
| | | "font_class": "chaosu", |
| | | "unicode": "e61b", |
| | | "unicode_decimal": 58907 |
| | | }, |
| | | { |
| | | "icon_id": "1312009", |
| | | "name": "语音", |
| | | "font_class": "yuyin", |
New file |
| | |
| | | import axios from 'axios'; |
| | | if (import.meta.env.VITE_APP_ENV === 'dev') { |
| | | // 跨域请求 |
| | | axios.defaults.baseURL = 'http://110.40.173.177:8005/'; |
| | | } else { |
| | | //axios.defaults.baseURL = location.protocol + '//' + location.host + '/envir/'; |
| | | axios.defaults.baseURL = "http://110.40.173.177:8005/"; |
| | | } |
| | | |
| | | // 添加请求拦截器 |
| | | axios.interceptors.request.use(function (config) { |
| | | // 在发送请求之前做些什么 |
| | | return config; |
| | | }, function (error) { |
| | | // 对请求错误做些什么 |
| | | return Promise.reject(error); |
| | | }); |
| | | |
| | | // 添加响应拦截器 |
| | | axios.interceptors.response.use(function (response) { |
| | | // 对响应数据做点什么 |
| | | return response; |
| | | }, function (error) { |
| | | return Promise.reject(error); |
| | | }); |
| | | |
| | | export default axios; |
New file |
| | |
| | | export default [ |
| | | // FATIGUE_DRIVING(10,"疲劳驾驶"), |
| | | // DISTRACTED_DRIVING(11,"分神驾驶"), |
| | | // SMOKING_ALARM(12,"抽烟"), |
| | | // TELPHONE_ALARM(13,"电话告警"), |
| | | // SPEEDING_ALARM(20,"超速"), |
| | | // RAPID_ACCELERATION(21,"急加速"), |
| | | // RAPID_DECELERATION(22,"急减速"); |
| | | { |
| | | label: "疲劳驾驶", |
| | | key: 10, |
| | | icon: "iconfont-fatigue-driving", |
| | | type: "danger" |
| | | }, |
| | | { |
| | | label: "分神驾驶", |
| | | key: 11, |
| | | icon: "iconfont-shipin", |
| | | type: "warning" |
| | | }, |
| | | { |
| | | label: "抽烟", |
| | | key: 12, |
| | | icon: "iconfont-xiyan", |
| | | type: "warning" |
| | | }, |
| | | { |
| | | label: "电话告警", |
| | | key: 13, |
| | | icon: "iconfont-call", |
| | | type: "" |
| | | }, |
| | | { |
| | | label: "超速", |
| | | key: 20, |
| | | icon: "iconfont-chaosu", |
| | | type: "warning" |
| | | }, |
| | | { |
| | | label: "急加速", |
| | | key: 21, |
| | | icon: "iconfont-gantanhao-sanjiaokuang", |
| | | type: "" |
| | | }, |
| | | { |
| | | label: "急减速", |
| | | key: 22, |
| | | icon: "iconfont-gantanhao-sanjiaokuang", |
| | | type: "danger" |
| | | }, |
| | | ]; |
New file |
| | |
| | | function getItemByKey(key, list) { |
| | | let result = 0; |
| | | for (let i = 0; i < list.length; i++) { |
| | | let item = list[i]; |
| | | if (item.key === key) { |
| | | result = item; |
| | | break; |
| | | } |
| | | } |
| | | return result; |
| | | } |
| | | |
| | | export default getItemByKey; |
| | |
| | | }, |
| | | icon: { |
| | | type: String, |
| | | default: "" |
| | | default: "iconfont-gantanhao-sanjiaokuang" |
| | | }, |
| | | type: { |
| | | type: String, |
| | |
| | | import * as echarts from 'echarts'; |
| | | const getGradientLineOption = ()=> { |
| | | return { |
| | | tooltip: {}, |
| | | tooltip: { |
| | | trigger: "item", |
| | | }, |
| | | grid: { |
| | | top: '10%', |
| | | left: '1%', |
| | |
| | | legend: { |
| | | show: false, |
| | | }, |
| | | xAxis: [{ |
| | | xAxis: { |
| | | type: 'category', |
| | | boundaryGap: true, |
| | | axisLine: { //坐标轴轴线相关设置。数学上的x轴 |
| | |
| | | axisTick: { |
| | | show: false, |
| | | }, |
| | | data: ['10-3', '10-4', '10-5', '10-6', '10-7', '10-8', '10-9', ], |
| | | }], |
| | | yAxis: [{ |
| | | }, |
| | | yAxis: { |
| | | type: 'value', |
| | | min: 0, |
| | | // max: 140, |
| | | splitNumber: 7, |
| | | splitLine: { |
| | | show: true, |
| | | lineStyle: { |
| | |
| | | }, |
| | | axisLine: { |
| | | show: true, |
| | | lineStyle: { |
| | | color: '#f9f9f9' |
| | | }, |
| | | }, |
| | | axisLabel: { |
| | | margin: 20, |
| | | textStyle: { |
| | | color: '#d1e6eb', |
| | | |
| | | }, |
| | | }, |
| | | axisTick: { |
| | | show: false, |
| | | }, |
| | | }], |
| | | }, |
| | | series: [ |
| | | { |
| | | name: '注册总量', |
| | | name: '', |
| | | type: 'line', |
| | | // smooth: true, //是否平滑曲线显示 |
| | | // symbol:'circle', // 默认是空心圆(中间是白色的),改成实心圆 |
| | |
| | | borderColor: '#f0f' |
| | | }, |
| | | label: { |
| | | show: false, |
| | | show: true, |
| | | position: 'top', |
| | | textStyle: { |
| | | color: '#fff', |
| | |
| | | color: "#28ffb3", |
| | | |
| | | } |
| | | }, |
| | | tooltip: { |
| | | show: false |
| | | }, |
| | | areaStyle: { //区域填充样式 |
| | | normal: { |
| | |
| | | shadowBlur: 20 //shadowBlur设图形阴影的模糊大小。配合shadowColor,shadowOffsetX/Y, 设置图形的阴影效果。 |
| | | } |
| | | }, |
| | | data: [393, 438, 485, 631, 689, 824, 987] |
| | | data: [[ "1", 393], [ 2, 393], 485, 631, 689, 824, 987] |
| | | }, |
| | | ] |
| | | } |
| | |
| | | import ChartBox from "@/components/chartBox.vue"; |
| | | import {onMounted, ref} from "vue"; |
| | | import HdwChart from "@/components/echarts/hdwChart.vue"; |
| | | import getGradientLineOption from "@/components/echarts/options/gradientLine"; |
| | | import getRosePieOption from "@/components/echarts/options/rosePie"; |
| | | import DangerActBox from "@/components/dangerActBox.vue"; |
| | | const alarmLine = ref(null); |
| | | const rosePie = ref(null); |
| | | onMounted(()=>{ |
| | | const alarmLineOption = getGradientLineOption(); |
| | | alarmLine.value.setOption(alarmLineOption); |
| | | import dangerActModule from "@/views/user/js/dangerActModule"; |
| | | const {dangerList, setLastAlarm} = dangerActModule(); |
| | | |
| | | import cameraAlarm from "@/views/user/js/cameraAlarm"; |
| | | import getGradientLineOption from "@/components/echarts/options/gradientLine"; |
| | | const alarmLine = ref(null); |
| | | const { |
| | | searchDriveAlarm, |
| | | searchLastAlarmList, |
| | | } = cameraAlarm(); |
| | | |
| | | const setAlarmLine = async ()=>{ |
| | | let data = await searchDriveAlarm(); |
| | | const alarmLineOption = getGradientLineOption(); |
| | | alarmLineOption.series[0].name = ""; |
| | | alarmLineOption.series[0].data = data.map(item=>{ |
| | | return [item.date, item.num]; |
| | | }); |
| | | alarmLine.value.setOption(alarmLineOption); |
| | | } |
| | | |
| | | onMounted(()=>{ |
| | | setAlarmLine(); |
| | | setLastAlarm(); |
| | | const rosePieOption = getRosePieOption(); |
| | | rosePie.value.setOption(rosePieOption); |
| | | }); |
| | | |
| | | import dangerActModule from "@/views/user/js/dangerActModule"; |
| | | const {dangerList} = dangerActModule(); |
| | | </script> |
| | | |
| | | <template> |
New file |
| | |
| | | import axios from "@/assets/js/axios"; |
| | | |
| | | /** |
| | | * 驾驶告警7日总数(不区分类型) |
| | | * @return {Promise<axios.AxiosResponse<any>> | *} |
| | | */ |
| | | export const statisticDriveAlarm = ()=>{ |
| | | return axios({ |
| | | method: "GET", |
| | | url: "/monitor/boxCameraAlarm/statisticDriveAlarm", |
| | | }); |
| | | } |
| | | |
| | | // 查询最近的20条告警 |
| | | export const searchLastAlarms = ()=>{ |
| | | return axios({ |
| | | method: "GET", |
| | | url: "/monitor/boxCameraAlarm/selectPlatform", |
| | | }); |
| | | } |
| | | |
| | | |
New file |
| | |
| | | import {ref} from "vue"; |
| | | import {statisticDriveAlarm} from "@/views/user/js/apis"; |
| | | |
| | | const driveAlarmModule = ()=>{ |
| | | const driveAlarm = ref([]); |
| | | const searchDriveAlarm = async ()=>{ |
| | | try{ |
| | | let res = await statisticDriveAlarm(); |
| | | let rs = res.data; |
| | | let list = []; |
| | | if(rs.code === 1) { |
| | | list = rs.data; |
| | | } |
| | | driveAlarm.value = list; |
| | | return list; |
| | | }catch (e) { |
| | | console.log(e); |
| | | driveAlarm.value = []; |
| | | return []; |
| | | } |
| | | } |
| | | |
| | | return { |
| | | driveAlarm, |
| | | searchDriveAlarm, |
| | | } |
| | | } |
| | | |
| | | export default driveAlarmModule; |
New file |
| | |
| | | import driveAlarmModule from "@/views/user/js/cameraAlarm/driveAlarmModule"; |
| | | import lastAlarmModule from "@/views/user/js/cameraAlarm/lastAlarmModule"; |
| | | const cameraAlarm = ()=>{ |
| | | const { |
| | | driveAlarm, |
| | | searchDriveAlarm, |
| | | } = driveAlarmModule(); |
| | | |
| | | const { |
| | | lastAlarm, |
| | | searchLastAlarmList |
| | | } = lastAlarmModule(); |
| | | |
| | | return { |
| | | driveAlarm, |
| | | searchDriveAlarm, |
| | | lastAlarm, |
| | | searchLastAlarmList |
| | | } |
| | | } |
| | | |
| | | export default cameraAlarm; |
New file |
| | |
| | | import {ref} from "vue"; |
| | | import {searchLastAlarms, statisticDriveAlarm} from "@/views/user/js/apis"; |
| | | import getItemByKey from "@/assets/js/tools/getItemByKey"; |
| | | import const_alarm from "@/assets/js/const/const_alarm"; |
| | | |
| | | const lastAlarmModule = ()=>{ |
| | | const lastAlarm = ref([]); |
| | | const searchLastAlarmList = async ()=>{ |
| | | try{ |
| | | let res = await searchLastAlarms(); |
| | | let rs = res.data; |
| | | let list = []; |
| | | if(rs.code === 1) { |
| | | list = rs.data; |
| | | } |
| | | console.log(list); |
| | | list = list.map(item=>{ |
| | | |
| | | item.name = item.regularName; |
| | | item.time = new Date(item.alarmTime).format("yyyy-MM-dd mm:hh:ss"); |
| | | const details = getItemByKey(item.regularLimits, const_alarm); |
| | | if(details) { |
| | | item.icon = details.icon; |
| | | item.type =details.type; |
| | | } |
| | | return item; |
| | | }); |
| | | lastAlarm.value = list; |
| | | return list; |
| | | }catch (e) { |
| | | console.log(e); |
| | | lastAlarm.value = []; |
| | | return []; |
| | | } |
| | | |
| | | } |
| | | return { |
| | | lastAlarm, |
| | | searchLastAlarmList |
| | | }; |
| | | } |
| | | |
| | | export default lastAlarmModule; |
| | |
| | | import {ref} from "vue"; |
| | | import {onMounted, ref} from "vue"; |
| | | |
| | | import cameraAlarm from "@/views/user/js/cameraAlarm"; |
| | | |
| | | const dangerActModule = ()=>{ |
| | | const dangerList = ref([ |
| | |
| | | }, |
| | | ]); |
| | | |
| | | const { |
| | | searchLastAlarmList |
| | | } = cameraAlarm(); |
| | | |
| | | const setLastAlarm = async ()=> { |
| | | dangerList.value = await searchLastAlarmList(); |
| | | } |
| | | |
| | | return { |
| | | dangerList, |
| | | setLastAlarm |
| | | }; |
| | | } |
| | | |