@ganwei-web/ganwei-pc-cli 6.2.1 → 6.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (852) hide show
  1. package/ganwei-app-6.2.1/.nvmrc +1 -0
  2. package/ganwei-app-6.2.1/moduleConfiguration/.editorconfig +22 -0
  3. package/ganwei-app-6.2.1/moduleConfiguration/.env.development +23 -0
  4. package/ganwei-app-6.2.1/moduleConfiguration/.env.local.config +8 -0
  5. package/ganwei-app-6.2.1/moduleConfiguration/.env.production +29 -0
  6. package/ganwei-app-6.2.1/moduleConfiguration/.env.test +22 -0
  7. package/ganwei-app-6.2.1/moduleConfiguration/.eslintignore +13 -0
  8. package/ganwei-app-6.2.1/moduleConfiguration/.eslintrc.cjs +178 -0
  9. package/ganwei-app-6.2.1/moduleConfiguration/.prettierignore +13 -0
  10. package/ganwei-app-6.2.1/moduleConfiguration/.prettierrc.cjs +37 -0
  11. package/ganwei-app-6.2.1/moduleConfiguration/cleanNodeModule.js +16 -0
  12. package/ganwei-app-6.2.1/moduleConfiguration/copyFile.js +127 -0
  13. package/ganwei-app-6.2.1/moduleConfiguration/filterStatic.js +65 -0
  14. package/ganwei-app-6.2.1/moduleConfiguration/init.js +42 -0
  15. package/ganwei-app-6.2.1/moduleConfiguration/moduleConfiguration.json +17 -0
  16. package/ganwei-app-6.2.1/package.json +41 -0
  17. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.babelrc +4 -0
  18. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.editorconfig +22 -0
  19. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.env.development +23 -0
  20. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.env.production +29 -0
  21. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.env.test +22 -0
  22. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.eslintignore +13 -0
  23. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.eslintrc.cjs +178 -0
  24. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.prettierignore +13 -0
  25. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.prettierrc.cjs +37 -0
  26. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/auto-imports.d.ts +5 -0
  27. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/banner.js +9 -0
  28. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/build-version.js +42 -0
  29. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/bulidList.js +26 -0
  30. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/enteryJson.js +108 -0
  31. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/filterStatic.js +64 -0
  32. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/init.js +27 -0
  33. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/look-dir.js +24 -0
  34. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/rollup-options.js +35 -0
  35. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/test.js +3 -0
  36. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/vite-plugin-stats-html.js +595 -0
  37. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/components.d.ts +20 -0
  38. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/env.d.ts +7 -0
  39. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/index.html +20 -0
  40. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/package-lock.json +3965 -0
  41. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/package.json +69 -0
  42. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/pnpm-lock.yaml +5034 -0
  43. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/css/index-plus-vars.css +93 -0
  44. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/css/index-plus.css +1 -0
  45. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/css/index.css +15926 -0
  46. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/css/pptxjs.css +161 -0
  47. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.css +1135 -0
  48. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.js +1 -0
  49. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.json +1969 -0
  50. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.ttf +0 -0
  51. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.woff +0 -0
  52. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.woff2 +0 -0
  53. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/language/en-US/noPage.json +3 -0
  54. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/language/zh-CN/noPage.json +3 -0
  55. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/language/zh-HK/noPage.json +3 -0
  56. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/themes/dark.css +77 -0
  57. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/themes/default-theme.js +34 -0
  58. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/themes/light.css +79 -0
  59. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/App.vue +198 -0
  60. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/index.scssc +0 -0
  61. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/linkSetting.scssc +0 -0
  62. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/sceneSetting.scssc +0 -0
  63. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/specialTask.scssc +0 -0
  64. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/style.scssc +0 -0
  65. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/weekTask.scssc +0 -0
  66. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/VideoSystem.scss +397 -0
  67. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/el-dialog.scss +58 -0
  68. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/el-drawer.scss +41 -0
  69. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/index.scss +1052 -0
  70. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/login.scss +320 -0
  71. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/mobileStyle.scss +332 -0
  72. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/noDataTips.scss +57 -0
  73. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/reset.scss +1192 -0
  74. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/style-black.scss +1 -0
  75. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/style-white.scss +1 -0
  76. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/style.scss +633 -0
  77. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/videoPlaybackCom.scss +468 -0
  78. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/videoPlayer.scss +441 -0
  79. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/images/logo.png +0 -0
  80. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/plugins/encrypt.js +122 -0
  81. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/appFrame.vue +163 -0
  82. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/bottom.vue +15 -0
  83. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/css/bottom.scss +381 -0
  84. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/css/top.scss +49 -0
  85. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/js/Voice.js +345 -0
  86. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/js/bottom.js +102 -0
  87. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/top.vue +114 -0
  88. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/i18n/i18n.js +42 -0
  89. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/i18n/i18nObserver.js +39 -0
  90. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/i18n/vueI18n.js +17 -0
  91. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/toast/index.js +64 -0
  92. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/toast/index.vue +152 -0
  93. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/hostMap.js +9 -0
  94. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/main.js +39 -0
  95. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/Auth.js +83 -0
  96. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/BA.js +81 -0
  97. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/EquipList.js +127 -0
  98. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/Event.js +34 -0
  99. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/GwEcharts.js +9 -0
  100. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/PPT.js +5 -0
  101. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/RealTime.js +43 -0
  102. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/SystemConfig.js +177 -0
  103. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/Video.js +57 -0
  104. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/VideoTour.js +129 -0
  105. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/WelcomeWord.js +24 -0
  106. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/WorkOrder.js +265 -0
  107. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/videoSystem.js +81 -0
  108. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api.js +35 -0
  109. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/apiFunction.js +200 -0
  110. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/encrypt.js +14 -0
  111. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/http.js +186 -0
  112. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/router.js +31 -0
  113. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/store.js +189 -0
  114. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/types.js +16 -0
  115. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/formValidate.js +25 -0
  116. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/isApp.js +18 -0
  117. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/language.js +45 -0
  118. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/myUtils.js +643 -0
  119. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/timeFormat.js +23 -0
  120. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/timesYMDHMS.js +27 -0
  121. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/views/ganwei-app-empty-page/src/noPage.vue +22 -0
  122. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/stats.html +356 -0
  123. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/vite.base.config.js +244 -0
  124. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/vite.config.ts +44 -0
  125. package/ganwei-app-6.2.1/packages/ganwei-app-home/.babelrc +4 -0
  126. package/ganwei-app-6.2.1/packages/ganwei-app-home/.editorconfig +22 -0
  127. package/ganwei-app-6.2.1/packages/ganwei-app-home/.env.development +23 -0
  128. package/ganwei-app-6.2.1/packages/ganwei-app-home/.env.production +29 -0
  129. package/ganwei-app-6.2.1/packages/ganwei-app-home/.env.test +22 -0
  130. package/ganwei-app-6.2.1/packages/ganwei-app-home/.eslintignore +13 -0
  131. package/ganwei-app-6.2.1/packages/ganwei-app-home/.eslintrc.cjs +178 -0
  132. package/ganwei-app-6.2.1/packages/ganwei-app-home/.prettierignore +13 -0
  133. package/ganwei-app-6.2.1/packages/ganwei-app-home/.prettierrc.cjs +37 -0
  134. package/ganwei-app-6.2.1/packages/ganwei-app-home/.stylelintrc.cjs +18 -0
  135. package/ganwei-app-6.2.1/packages/ganwei-app-home/auto-imports.d.ts +56 -0
  136. package/ganwei-app-6.2.1/packages/ganwei-app-home/components.d.ts +25 -0
  137. package/ganwei-app-6.2.1/packages/ganwei-app-home/env.d.ts +21 -0
  138. package/ganwei-app-6.2.1/packages/ganwei-app-home/index.html +20 -0
  139. package/ganwei-app-6.2.1/packages/ganwei-app-home/package.json +87 -0
  140. package/ganwei-app-6.2.1/packages/ganwei-app-home/public/static/language/en-US/home.json +39 -0
  141. package/ganwei-app-6.2.1/packages/ganwei-app-home/public/static/language/zh-CN/home.json +39 -0
  142. package/ganwei-app-6.2.1/packages/ganwei-app-home/public/static/language/zh-HK/home.json +39 -0
  143. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/App.vue +203 -0
  144. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/assets/images/logo.png +0 -0
  145. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/components/Layout/TitleList.vue +20 -0
  146. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/enums/index.ts +24 -0
  147. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/main.ts +29 -0
  148. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/models/index.ts +91 -0
  149. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/request/api/RealTime.ts +27 -0
  150. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/request/api.ts +5 -0
  151. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/router.ts +30 -0
  152. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/store.js +189 -0
  153. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/types.js +16 -0
  154. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/HomeMenuItem.vue +95 -0
  155. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/HomeMenus.vue +118 -0
  156. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/HomeMenusEditDrawer.vue +119 -0
  157. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/HomeSnapshots.vue +109 -0
  158. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/chatbot.vue +96 -0
  159. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/eslint.config.js +10 -0
  160. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/css/index.scss +5 -0
  161. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/img/chatbot.gif +0 -0
  162. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/img/six.png +0 -0
  163. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/index.vue +42 -0
  164. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/js/useLanguageStyle.ts +21 -0
  165. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/js/useManageMenus.ts +38 -0
  166. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/js/useMenus.ts +49 -0
  167. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/js/usePolling.ts +38 -0
  168. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/js/useRealTime.ts +128 -0
  169. package/ganwei-app-6.2.1/packages/ganwei-app-home/stats.html +4975 -0
  170. package/ganwei-app-6.2.1/packages/ganwei-app-home/tsconfig.json +58 -0
  171. package/ganwei-app-6.2.1/packages/ganwei-app-home/types/gw-app-public.d.ts +4 -0
  172. package/ganwei-app-6.2.1/packages/ganwei-app-home/vite.base.config.ts +233 -0
  173. package/ganwei-app-6.2.1/packages/ganwei-app-home/vite.config.ts +49 -0
  174. package/ganwei-app-6.2.1/packages/ganwei-app-index/.babelrc +4 -0
  175. package/ganwei-app-6.2.1/packages/ganwei-app-index/.editorconfig +22 -0
  176. package/ganwei-app-6.2.1/packages/ganwei-app-index/.env.development +23 -0
  177. package/ganwei-app-6.2.1/packages/ganwei-app-index/.env.production +29 -0
  178. package/ganwei-app-6.2.1/packages/ganwei-app-index/.env.test +22 -0
  179. package/ganwei-app-6.2.1/packages/ganwei-app-index/.eslintignore +13 -0
  180. package/ganwei-app-6.2.1/packages/ganwei-app-index/.eslintrc.cjs +178 -0
  181. package/ganwei-app-6.2.1/packages/ganwei-app-index/.prettierignore +13 -0
  182. package/ganwei-app-6.2.1/packages/ganwei-app-index/.prettierrc.cjs +37 -0
  183. package/ganwei-app-6.2.1/packages/ganwei-app-index/.stylelintrc.cjs +18 -0
  184. package/ganwei-app-6.2.1/packages/ganwei-app-index/auto-imports.d.ts +5 -0
  185. package/ganwei-app-6.2.1/packages/ganwei-app-index/env.d.ts +22 -0
  186. package/ganwei-app-6.2.1/packages/ganwei-app-index/index.html +20 -0
  187. package/ganwei-app-6.2.1/packages/ganwei-app-index/package-lock.json +18130 -0
  188. package/ganwei-app-6.2.1/packages/ganwei-app-index/package.json +88 -0
  189. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/css/ElementPlusAdapter.css +706 -0
  190. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/css/index-plus-vars.css +93 -0
  191. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/css/index-plus.css +1 -0
  192. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/css/index.css +15254 -0
  193. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/css/pptxjs.css +161 -0
  194. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/css/reset-6.1.css +433 -0
  195. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/element-icons.ttf +0 -0
  196. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/element-icons.woff +0 -0
  197. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/iconfont.css +1167 -0
  198. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/iconfont.js +1 -0
  199. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/iconfont.json +2025 -0
  200. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/iconfont.ttf +0 -0
  201. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/iconfont.woff +0 -0
  202. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/iconfont.woff2 +0 -0
  203. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/index-loading.png +0 -0
  204. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/loading_1.png +0 -0
  205. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/loading_2.png +0 -0
  206. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/loading_3.png +0 -0
  207. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/loading_4.png +0 -0
  208. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/logo.png +0 -0
  209. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/noPermission.png +0 -0
  210. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/noPermission1.png +0 -0
  211. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/refresh.png +0 -0
  212. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/scene_current.svg +36 -0
  213. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/scene_equip.svg +30 -0
  214. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/scene_safe.svg +29 -0
  215. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/scene_zonghe.svg +28 -0
  216. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/snapshot_alarm.svg +13 -0
  217. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/snapshot_info.svg +15 -0
  218. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/snapshot_setup.svg +15 -0
  219. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/snapshot_warning.svg +15 -0
  220. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/snapshot_zichan.svg +15 -0
  221. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/ts.svg +29 -0
  222. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/axios.min.js +2 -0
  223. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/base/MFEManager.js +70 -0
  224. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/echarts.min.js +45 -0
  225. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/enc-base64-min.js +88 -0
  226. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/hmac-sha256.js +18 -0
  227. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/jsencrypt.min.js +2 -0
  228. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/signalr.min.js +17 -0
  229. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/transformpcm.worker.js +58 -0
  230. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue2/elementUI.min.js +1 -0
  231. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue2/injectCss.js +12 -0
  232. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue2/vue-i18n.min.js +6 -0
  233. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue2/vue-router.min.js +11 -0
  234. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue2/vue.min.js +11 -0
  235. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue2/vuex.min.js +6 -0
  236. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/ElementPlusAdapter.iife.js +628 -0
  237. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/elementPlus.min.js +73 -0
  238. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/gw_app_api.iife.js +4024 -0
  239. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/vue-i18n.min.js +6 -0
  240. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/vue-router.min.js +6 -0
  241. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/vue.min.js +1 -0
  242. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/vuex.min.js +6 -0
  243. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/autoPlay.json +187 -0
  244. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/commandConfig.json +10 -0
  245. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/config.json +32 -0
  246. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/modules.json +93 -0
  247. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/player.json +6 -0
  248. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/ppt.json +6 -0
  249. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/scene.json +72 -0
  250. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/welcome.json +8 -0
  251. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/language/en-US/frame.json +30 -0
  252. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/language/en-US/publics.json +73 -0
  253. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/language/zh-CN/frame.json +30 -0
  254. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/language/zh-CN/publics.json +73 -0
  255. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/language/zh-HK/frame.json +30 -0
  256. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/language/zh-HK/publics.json +73 -0
  257. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/themes/dark-6.1.css +325 -0
  258. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/themes/dark.css +84 -0
  259. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/themes/default-theme.js +43 -0
  260. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/themes/light-6.1.css +333 -0
  261. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/themes/light.css +85 -0
  262. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/App.vue +256 -0
  263. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/NavigationBar/components/NavBarItem.vue +28 -0
  264. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/NavigationBar/components/NavBarItemBack.vue +18 -0
  265. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/NavigationBar/components/NavBarItemCommon.vue +13 -0
  266. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/NavigationBar/components/NavBarItemLogo.vue +33 -0
  267. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/NavigationBar/index.vue +66 -0
  268. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/NavigationBar/models/index.ts +10 -0
  269. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/appFrame/appFrame.vue +119 -0
  270. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/appFrame/bottom.vue +76 -0
  271. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/appFrame/css/bottom.scss +54 -0
  272. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/appFrame/css/top.scss +44 -0
  273. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/appFrame/js/useGestrue.ts +22 -0
  274. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/appFrame/top.vue +93 -0
  275. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/loading/index.vue +71 -0
  276. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/qrcodeReader/qrcodeReader.vue +328 -0
  277. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/components/QrcodeCapture.vue +54 -0
  278. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/components/QrcodeDropZone.vue +42 -0
  279. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/components/QrcodeStream.vue +327 -0
  280. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/index.js +32 -0
  281. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/misc/camera.js +153 -0
  282. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/misc/errors.js +25 -0
  283. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/misc/scanner.js +114 -0
  284. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/misc/shimGetUserMedia.js +30 -0
  285. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/misc/util.js +16 -0
  286. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/mixins/CommonAPI.vue +27 -0
  287. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/enums/index.ts +19 -0
  288. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/hostMap.ts +8 -0
  289. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/main.ts +27 -0
  290. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/models/index.ts +81 -0
  291. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/request/api/Auth.ts +80 -0
  292. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/request/api.ts +5 -0
  293. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/router.ts +134 -0
  294. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/store.js +192 -0
  295. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/types.js +16 -0
  296. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/utils/MFEManager.ts +141 -0
  297. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/utils/URLSearchParams.ts +149 -0
  298. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/utils/defineWindowAttr.ts +4 -0
  299. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/utils/eventBus.ts +6 -0
  300. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/EditPassword/index.vue +142 -0
  301. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/ganwei-app-jump/src/index.vue +174 -0
  302. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/ganwei-app-jump/src/lifecycles.js +29 -0
  303. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/Index.vue +113 -0
  304. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/getSystemInfo.ts +35 -0
  305. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/useEventBus.ts +93 -0
  306. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/useInitMenus.ts +47 -0
  307. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/useKeepAlive.ts +35 -0
  308. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/useNavigationBar.ts +94 -0
  309. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/usePush.ts +62 -0
  310. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/useScan.ts +36 -0
  311. package/ganwei-app-6.2.1/packages/ganwei-app-index/stats.html +4975 -0
  312. package/ganwei-app-6.2.1/packages/ganwei-app-index/tsconfig.json +58 -0
  313. package/ganwei-app-6.2.1/packages/ganwei-app-index/types/gw-app-public.d.ts +4 -0
  314. package/ganwei-app-6.2.1/packages/ganwei-app-index/vite.base.config.ts +233 -0
  315. package/ganwei-app-6.2.1/packages/ganwei-app-index/vite.config.ts +51 -0
  316. package/ganwei-app-6.2.1/packages/ganwei-app-login/.babelrc +4 -0
  317. package/ganwei-app-6.2.1/packages/ganwei-app-login/.editorconfig +22 -0
  318. package/ganwei-app-6.2.1/packages/ganwei-app-login/.env.development +23 -0
  319. package/ganwei-app-6.2.1/packages/ganwei-app-login/.env.production +29 -0
  320. package/ganwei-app-6.2.1/packages/ganwei-app-login/.env.test +22 -0
  321. package/ganwei-app-6.2.1/packages/ganwei-app-login/.eslintignore +13 -0
  322. package/ganwei-app-6.2.1/packages/ganwei-app-login/.eslintrc.cjs +178 -0
  323. package/ganwei-app-6.2.1/packages/ganwei-app-login/.prettierignore +13 -0
  324. package/ganwei-app-6.2.1/packages/ganwei-app-login/.prettierrc.cjs +37 -0
  325. package/ganwei-app-6.2.1/packages/ganwei-app-login/.stylelintrc.cjs +16 -0
  326. package/ganwei-app-6.2.1/packages/ganwei-app-login/auto-imports.d.ts +5 -0
  327. package/ganwei-app-6.2.1/packages/ganwei-app-login/env.d.ts +67 -0
  328. package/ganwei-app-6.2.1/packages/ganwei-app-login/index.html +20 -0
  329. package/ganwei-app-6.2.1/packages/ganwei-app-login/package.json +79 -0
  330. package/ganwei-app-6.2.1/packages/ganwei-app-login/public/static/language/en-US/login.json +48 -0
  331. package/ganwei-app-6.2.1/packages/ganwei-app-login/public/static/language/zh-CN/login.json +48 -0
  332. package/ganwei-app-6.2.1/packages/ganwei-app-login/public/static/language/zh-HK/login.json +48 -0
  333. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/App.vue +225 -0
  334. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/assets/images/bg.png +0 -0
  335. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/assets/images/logo.png +0 -0
  336. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/assets/images/refresh.png +0 -0
  337. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/components/app-drag/index.vue +183 -0
  338. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/hostMap.ts +11 -0
  339. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/main.ts +19 -0
  340. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/models/index.ts +48 -0
  341. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/request/api/Auth.ts +27 -0
  342. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/request/api.ts +5 -0
  343. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/router.ts +30 -0
  344. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/views/login/Login.vue +99 -0
  345. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/views/login/css/login.scss +78 -0
  346. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/views/login/js/useLogin.ts +73 -0
  347. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/views/login/js/useRememberPassword.ts +48 -0
  348. package/ganwei-app-6.2.1/packages/ganwei-app-login/stats.html +4975 -0
  349. package/ganwei-app-6.2.1/packages/ganwei-app-login/tsconfig.json +56 -0
  350. package/ganwei-app-6.2.1/packages/ganwei-app-login/types/gw-app-public.d.ts +4 -0
  351. package/ganwei-app-6.2.1/packages/ganwei-app-login/vite.base.config.ts +233 -0
  352. package/ganwei-app-6.2.1/packages/ganwei-app-login/vite.config.ts +51 -0
  353. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.babelrc +4 -0
  354. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.editorconfig +22 -0
  355. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.env.development +23 -0
  356. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.env.production +29 -0
  357. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.env.test +22 -0
  358. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.eslintignore +13 -0
  359. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.eslintrc.cjs +178 -0
  360. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.prettierignore +13 -0
  361. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.prettierrc.cjs +37 -0
  362. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.stylelintrc.cjs +17 -0
  363. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/auto-imports.d.ts +5 -0
  364. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/env.d.ts +21 -0
  365. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/index.html +20 -0
  366. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/package.json +85 -0
  367. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/public/static/language/en-US/setPage.json +25 -0
  368. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/public/static/language/zh-CN/setPage.json +25 -0
  369. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/public/static/language/zh-HK/setPage.json +25 -0
  370. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/App.vue +202 -0
  371. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/assets/images/logo.png +0 -0
  372. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/components/buttonModeSelect/index.vue +190 -0
  373. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/hostMap.ts +11 -0
  374. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/main.ts +24 -0
  375. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/models/index.ts +0 -0
  376. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/request/api/Auth.ts +21 -0
  377. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/request/api.ts +5 -0
  378. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/router.ts +29 -0
  379. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/store.js +189 -0
  380. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/types.js +16 -0
  381. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/js/useChangeLanguage.ts +19 -0
  382. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/js/useChangeTheme.ts +16 -0
  383. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/js/useClearCache.ts +26 -0
  384. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/js/useJavaFunc.ts +146 -0
  385. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/js/useLogout.ts +52 -0
  386. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/setPage.vue +120 -0
  387. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/stats.html +4975 -0
  388. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/tsconfig.json +58 -0
  389. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/types/gw-app-public.d.ts +4 -0
  390. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/vite.base.config.ts +233 -0
  391. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/vite.config.ts +49 -0
  392. package/ganwei-app-6.2.1/packages/ganwei-app-template/.babelrc +4 -0
  393. package/ganwei-app-6.2.1/packages/ganwei-app-template/.editorconfig +22 -0
  394. package/ganwei-app-6.2.1/packages/ganwei-app-template/.env.development +23 -0
  395. package/ganwei-app-6.2.1/packages/ganwei-app-template/.env.production +29 -0
  396. package/ganwei-app-6.2.1/packages/ganwei-app-template/.env.test +22 -0
  397. package/ganwei-app-6.2.1/packages/ganwei-app-template/.eslintignore +13 -0
  398. package/ganwei-app-6.2.1/packages/ganwei-app-template/.eslintrc.cjs +178 -0
  399. package/ganwei-app-6.2.1/packages/ganwei-app-template/.prettierignore +13 -0
  400. package/ganwei-app-6.2.1/packages/ganwei-app-template/.prettierrc.cjs +37 -0
  401. package/ganwei-app-6.2.1/packages/ganwei-app-template/auto-imports.d.ts +5 -0
  402. package/ganwei-app-6.2.1/packages/ganwei-app-template/components.d.ts +14 -0
  403. package/ganwei-app-6.2.1/packages/ganwei-app-template/env.d.ts +7 -0
  404. package/ganwei-app-6.2.1/packages/ganwei-app-template/index.html +18 -0
  405. package/ganwei-app-6.2.1/packages/ganwei-app-template/package.json +77 -0
  406. package/ganwei-app-6.2.1/packages/ganwei-app-template/public/static/language/en-US/template.json +3 -0
  407. package/ganwei-app-6.2.1/packages/ganwei-app-template/public/static/language/zh-CN/template.json +3 -0
  408. package/ganwei-app-6.2.1/packages/ganwei-app-template/public/static/language/zh-HK/template.json +3 -0
  409. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/App.vue +202 -0
  410. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/assets/images/logo.png +0 -0
  411. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/components/buttonModeSelect/index.vue +190 -0
  412. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/hostMap.ts +11 -0
  413. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/main.ts +24 -0
  414. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/models/index.ts +0 -0
  415. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/request/api/Auth.ts +21 -0
  416. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/request/api.ts +5 -0
  417. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/router.ts +29 -0
  418. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/store.js +189 -0
  419. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/types.js +16 -0
  420. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/views/ganwei-app-template/src/template.vue +22 -0
  421. package/ganwei-app-6.2.1/packages/ganwei-app-template/tsconfig.json +58 -0
  422. package/ganwei-app-6.2.1/packages/ganwei-app-template/types/gw-app-public.d.ts +4 -0
  423. package/ganwei-app-6.2.1/packages/ganwei-app-template/vite.base.config.js +246 -0
  424. package/ganwei-app-6.2.1/packages/ganwei-app-template/vite.config.ts +44 -0
  425. package/ganwei-app-6.2.1/pnpm-lock.yaml +8810 -0
  426. package/ganwei-app-6.2.1/pnpm-workspace.yaml +3 -0
  427. package/ganwei-iotcenter-index-6.2.1/.nvmrc +1 -0
  428. package/ganwei-iotcenter-index-6.2.1/configuration/cleanNodeModule.js +18 -0
  429. package/ganwei-iotcenter-index-6.2.1/configuration/gitClone.js +45 -0
  430. package/ganwei-iotcenter-index-6.2.1/configuration/moduleConfiguration.json +20 -0
  431. package/ganwei-iotcenter-index-6.2.1/configuration/updateModule.cjs +30 -0
  432. package/ganwei-iotcenter-index-6.2.1/init.cjs +30 -0
  433. package/ganwei-iotcenter-index-6.2.1/package.json +41 -0
  434. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.babelrc +4 -0
  435. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.editorconfig +22 -0
  436. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.env.development +22 -0
  437. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.env.production +22 -0
  438. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.env.test +22 -0
  439. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.eslintignore +13 -0
  440. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.eslintrc.cjs +176 -0
  441. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.prettierignore +13 -0
  442. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.prettierrc.cjs +19 -0
  443. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/auto-imports.d.ts +5 -0
  444. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/build/enteryJson.js +9 -0
  445. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/build/vite-addInfo-html.ts +38 -0
  446. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/build/vite-plugin-stats-html.js +595 -0
  447. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/components.d.ts +87 -0
  448. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/env.d.ts +7 -0
  449. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/index.html +31 -0
  450. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/package.json +89 -0
  451. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/css/element-plus/css-vars.css +1 -0
  452. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/css/element-plus/index.css +16959 -0
  453. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/css/element-ui/index.css +16075 -0
  454. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/css/equipStatus.css +70 -0
  455. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/css/index.css +15926 -0
  456. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/css/reset-6-1.css +155 -0
  457. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.css +1135 -0
  458. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.js +1 -0
  459. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.json +1969 -0
  460. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.ttf +0 -0
  461. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.woff +0 -0
  462. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.woff2 +0 -0
  463. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/element-icons.ttf +0 -0
  464. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/element-icons.woff +0 -0
  465. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.css +3779 -0
  466. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.js +1 -0
  467. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.json +6596 -0
  468. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.ttf +0 -0
  469. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.woff +0 -0
  470. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.woff2 +0 -0
  471. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/http/createAxios.js +486 -0
  472. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/head-background.png +0 -0
  473. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-alarmIcon-dark.svg +48 -0
  474. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-alarmIcon-green.svg +42 -0
  475. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-alarmIcon-light.svg +26 -0
  476. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-apppreview-dark.svg +20 -0
  477. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-apppreview-green.svg +20 -0
  478. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-apppreview-light.svg +14 -0
  479. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-contentfull-dark.svg +22 -0
  480. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-contentfull-green.svg +16 -0
  481. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-contentfull-light.svg +16 -0
  482. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-contentfull.svg +22 -0
  483. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-fullscreen-dark.svg +19 -0
  484. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-fullscreen-green.svg +14 -0
  485. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-fullscreen-light.svg +12 -0
  486. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-fullscreen.svg +19 -0
  487. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-loading.png +0 -0
  488. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-logo-src-dark.svg +67 -0
  489. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-logo-src-green.svg +67 -0
  490. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-logo-src-light.svg +67 -0
  491. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-logo-src-small.png +0 -0
  492. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-logo-src.svg +67 -0
  493. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-nopage-dark.png +0 -0
  494. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-nopage-green.png +0 -0
  495. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-nopage-light.png +0 -0
  496. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-normalIcon-dark.svg +32 -0
  497. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-normalIcon-green.svg +32 -0
  498. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-normalIcon-light.svg +9 -0
  499. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-skin-dark.svg +22 -0
  500. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-skin-green.svg +22 -0
  501. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-skin-light.svg +15 -0
  502. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-skin.svg +22 -0
  503. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-tuchuquanping-dark.svg +18 -0
  504. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-tuchuquanping-green.svg +18 -0
  505. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-tuchuquanping-light.svg +18 -0
  506. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-tuchuquanping.svg +18 -0
  507. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-upgrade.svg +18 -0
  508. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-user-dark.svg +22 -0
  509. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-user-green.svg +27 -0
  510. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-user-light.svg +22 -0
  511. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-user.svg +26 -0
  512. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-warningIcon-dark.svg +37 -0
  513. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-warningIcon-green.svg +37 -0
  514. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-warningIcon-light.svg +15 -0
  515. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/login-bg-img.png +0 -0
  516. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/logo.png +0 -0
  517. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/menu-background.png +0 -0
  518. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/renew-message-dark.svg +1 -0
  519. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/renew-message-green.svg +1 -0
  520. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/renew-message-light.svg +1 -0
  521. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/right-close.png +0 -0
  522. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/right-open.png +0 -0
  523. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-fullscreen.png +0 -0
  524. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-guzhang.png +0 -0
  525. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-jinggao.png +0 -0
  526. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-shezhi.png +0 -0
  527. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-xinxi.png +0 -0
  528. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-zichan.png +0 -0
  529. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/unread-message-dark.svg +19 -0
  530. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/unread-message-green.svg +22 -0
  531. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/unread-message-light.svg +17 -0
  532. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/webconfig-location.svg +17 -0
  533. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/axios.min.js +2 -0
  534. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/echarts.min.js +25 -0
  535. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/element-ui/index.js +1 -0
  536. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/element-ui/index.js.gz +0 -0
  537. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/enc-base64-min.js +86 -0
  538. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/filereader.js +455 -0
  539. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/font.js +56 -0
  540. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/getConfigInfoData.js +57 -0
  541. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/getLanguage.js +144 -0
  542. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/getLanguageOptions.js +52 -0
  543. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/getUserPermissionList.js +55 -0
  544. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/h5player.min.js +311 -0
  545. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/hmac-sha256.js +18 -0
  546. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/jquery.slim.min.js +2 -0
  547. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/jsencrypt.min.js +2 -0
  548. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/jszip.min.js +14 -0
  549. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/liveplayer-lib.min.js +1 -0
  550. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/moment.js +5670 -0
  551. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/pptxjs.min.js +14105 -0
  552. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/signalr.min.js +17 -0
  553. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/tXml.js +244 -0
  554. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/transformpcm.worker.js +58 -0
  555. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/vue-i18n.min.js +6 -0
  556. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/vue-router.min.js +11 -0
  557. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/vue.min.js +11 -0
  558. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/vuex.min.js +6 -0
  559. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/json/RAMScope.json +201 -0
  560. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/json/config.json +158 -0
  561. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/json/snapshot.json +34 -0
  562. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/lib/treeV2/treeV2.css +246 -0
  563. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/lib/treeV2/treeV2.js +5384 -0
  564. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/dark-6-1.css +430 -0
  565. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/dark.css +426 -0
  566. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/default-theme-6-1.js +48 -0
  567. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/default-theme.js +53 -0
  568. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/green-6-1.css +357 -0
  569. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/light-6-1.css +424 -0
  570. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/light.css +414 -0
  571. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/themeConfig.json +42 -0
  572. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/App.vue +52 -0
  573. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/assets/plugins/encrypt.js +122 -0
  574. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/auto-import.d.ts +61 -0
  575. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/asideMenu/contractMenu.vue +216 -0
  576. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/asideMenu/menu.vue +238 -0
  577. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/asideMenu/topNav.vue +238 -0
  578. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/contextMenu/index.js +42 -0
  579. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/contextMenu/index.vue +113 -0
  580. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexLeftContent/index.js +204 -0
  581. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexLeftContent/index.scss +258 -0
  582. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexLeftContent/index.vue +112 -0
  583. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/appPreview/images/appconnect.jpg +0 -0
  584. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/appPreview/index.vue +282 -0
  585. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/contentFullScreen/index.js +19 -0
  586. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/contentFullScreen/index.vue +10 -0
  587. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/fullScreen/index.js +50 -0
  588. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/fullScreen/index.vue +10 -0
  589. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/index.js +28 -0
  590. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/index.scss +137 -0
  591. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/index.vue +20 -0
  592. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/processDesign/ApprovalDialog.vue +147 -0
  593. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/processDesign/index.js +327 -0
  594. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/processDesign/index.scss +253 -0
  595. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/processDesign/index.vue +61 -0
  596. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/RenewDialog.vue +97 -0
  597. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/index.js +95 -0
  598. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/index.scss +0 -0
  599. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/index.vue +8 -0
  600. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/renew.vue +271 -0
  601. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/saveMode/index.js +45 -0
  602. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/saveMode/index.scss +36 -0
  603. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/saveMode/index.vue +22 -0
  604. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/switchTheme/index.js +70 -0
  605. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/switchTheme/index.scss +94 -0
  606. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/switchTheme/index.vue +35 -0
  607. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/unReadMessages/index.js +146 -0
  608. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/unReadMessages/index.scss +0 -0
  609. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/unReadMessages/index.vue +8 -0
  610. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/upgrade/index.js +81 -0
  611. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/upgrade/index.scss +147 -0
  612. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/upgrade/index.vue +30 -0
  613. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/PWEditDialog/forceEdit.js +78 -0
  614. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/PWEditDialog/index.js +265 -0
  615. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/PWEditDialog/index.scss +5 -0
  616. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/PWEditDialog/index.vue +39 -0
  617. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/index.js +94 -0
  618. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/index.scss +113 -0
  619. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/index.vue +90 -0
  620. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/logoutDialog/index.js +68 -0
  621. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/logoutDialog/index.vue +16 -0
  622. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/restartPlatformDialog/index.js +178 -0
  623. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/restartPlatformDialog/index.scss +16 -0
  624. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/restartPlatformDialog/index.vue +46 -0
  625. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/safeModeDialog/index.vue +195 -0
  626. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/switchPark/index.js +70 -0
  627. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/switchPark/index.scss +95 -0
  628. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/switchPark/index.vue +35 -0
  629. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/systemInfoDialog/index.js +240 -0
  630. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/systemInfoDialog/index.scss +158 -0
  631. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/systemInfoDialog/index.vue +50 -0
  632. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/index.js +63 -0
  633. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/index.scss +40 -0
  634. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/index.vue +20 -0
  635. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/labelPage/index.js +398 -0
  636. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/labelPage/index.scss +136 -0
  637. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/labelPage/index.vue +36 -0
  638. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/normalPage/index.js +34 -0
  639. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/normalPage/index.scss +44 -0
  640. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/normalPage/index.vue +21 -0
  641. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/inputPassword/index.vue +65 -0
  642. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/isDebug/isDebug.vue +50 -0
  643. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/isDebug/warning.png +0 -0
  644. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/noAccess/noAccess.vue +78 -0
  645. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/noAccess/noPage.vue +68 -0
  646. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/sceneMonitor/index.js +95 -0
  647. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/toast/index.js +65 -0
  648. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/toast/index.vue +136 -0
  649. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/unreadMsg/listItem.vue +36 -0
  650. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/unreadMsg/unread.vue +300 -0
  651. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/hostMap.js +13 -0
  652. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/main.js +50 -0
  653. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/mixins/judgePermission.js +29 -0
  654. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/publish/pub.ts +28 -0
  655. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/request/api/frame.js +142 -0
  656. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/request/api.js +14 -0
  657. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/router.js +34 -0
  658. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/store.js +221 -0
  659. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/types.js +16 -0
  660. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/utils/MFEManager.js +156 -0
  661. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/utils/gwEquipCache.js +325 -0
  662. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/utils/gwSignalr.js +66 -0
  663. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/utils/historyExport.js +158 -0
  664. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/utils/setStorage.js +5 -0
  665. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/Index.vue +81 -0
  666. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/index.js +294 -0
  667. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/jumpIframe/index.vue +242 -0
  668. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/jumpIframe/preloadMethod.js +54 -0
  669. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/jumpIframe/queryParser.js +47 -0
  670. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/tsconfig.json +57 -0
  671. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/vite.config.ts +270 -0
  672. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.babelrc +8 -0
  673. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.editorconfig +22 -0
  674. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.env.development +22 -0
  675. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.env.production +22 -0
  676. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.env.test +22 -0
  677. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.eslintignore +13 -0
  678. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.eslintrc.cjs +162 -0
  679. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.prettierignore +13 -0
  680. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.prettierrc.cjs +37 -0
  681. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/auto-imports.d.ts +5 -0
  682. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/build/enteryJson.js +72 -0
  683. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/build/vite-addInfo-html.ts +38 -0
  684. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/build/vite-plugin-stats-html.js +595 -0
  685. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/env.d.ts +7 -0
  686. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/index.html +34 -0
  687. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/package.json +84 -0
  688. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/drag.css +140 -0
  689. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/element-plus/css-vars.css +1 -0
  690. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/element-plus/index.css +16957 -0
  691. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/element-ui/index.css +16075 -0
  692. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/element-ui/reset.css +1471 -0
  693. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/index.css +15926 -0
  694. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/reset-6-1.css +114 -0
  695. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.css +1135 -0
  696. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.js +1 -0
  697. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.json +1969 -0
  698. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.ttf +0 -0
  699. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.woff +0 -0
  700. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.woff2 +0 -0
  701. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/element-icons.ttf +0 -0
  702. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/element-icons.woff +0 -0
  703. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.css +4151 -0
  704. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.js +1 -0
  705. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.json +7247 -0
  706. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.ttf +0 -0
  707. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.woff +0 -0
  708. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.woff2 +0 -0
  709. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/http/createAxios.js +316 -0
  710. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/center.svg +23 -0
  711. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/centerActive.svg +24 -0
  712. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/center_light.svg +15 -0
  713. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/index-loading.png +0 -0
  714. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/index-logo-src-dark.svg +67 -0
  715. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/index-logo-src-green.svg +67 -0
  716. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/index-logo-src-light.svg +67 -0
  717. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/index-logo-src-small.png +0 -0
  718. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/index-logo-src.svg +67 -0
  719. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/left.svg +23 -0
  720. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/leftActive.svg +24 -0
  721. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/left_light.svg +15 -0
  722. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/login-bg-img.png +0 -0
  723. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/login-drag-start.png +0 -0
  724. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/login-drag-stop.png +0 -0
  725. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/logo.png +0 -0
  726. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/refresh.png +0 -0
  727. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/right.svg +23 -0
  728. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/rightActive.svg +24 -0
  729. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/right_light.svg +15 -0
  730. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/axios.min.js +3 -0
  731. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/drag.js +391 -0
  732. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/font.js +57 -0
  733. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/getConfigInfoData.js +57 -0
  734. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/getLanguage.js +143 -0
  735. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/getLanguageOptions.js +52 -0
  736. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/jquery.min.js +10716 -0
  737. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/dark-6-1.css +430 -0
  738. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/dark.css +426 -0
  739. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/default-theme-6-1.js +46 -0
  740. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/default-theme.js +53 -0
  741. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/green-6-1.css +336 -0
  742. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/light-6-1.css +424 -0
  743. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/light.css +414 -0
  744. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/themeConfig.json +42 -0
  745. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/App.vue +70 -0
  746. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/alertHandle.scss +22 -0
  747. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/browserScroll.scss +5 -0
  748. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/btnHandle.scss +36 -0
  749. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/containerHandle.scss +402 -0
  750. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/dialogStyle.scss +43 -0
  751. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/equipStatus.scss +88 -0
  752. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/index.scss +1358 -0
  753. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/inputStyle.scss +16 -0
  754. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/listHandle.scss +113 -0
  755. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/login.scss +355 -0
  756. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/mainInfo.scss +297 -0
  757. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/maintenanceInfo.scss +199 -0
  758. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/style.css +921 -0
  759. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/tableHandle.scss +147 -0
  760. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/txtHandle.scss +39 -0
  761. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/images/login-bg-img.png +0 -0
  762. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/images/login-sso-error.png +0 -0
  763. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/images/logo-bg.png +0 -0
  764. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/plugins/encrypt.js +122 -0
  765. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/declaration/declaration.scss +118 -0
  766. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/declaration/declaration.vue +109 -0
  767. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/declaration/declarationPacts.vue +42 -0
  768. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/passwordModification/checkEmailContainer.vue +134 -0
  769. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/passwordModification/inputEmailContainer.vue +128 -0
  770. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/passwordModification/modifyPasswordContainer.vue +138 -0
  771. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/passwordModification/passwordModification - /345/211/257/346/234/254.vue" +4 -0
  772. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/passwordModification/passwordModification.vue +223 -0
  773. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/directive/loadMore/loadMore.js +14 -0
  774. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/hostMap.js +18 -0
  775. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/main.js +39 -0
  776. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/mixins/setDefaultLanguage.js +87 -0
  777. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/request/api/login.js +95 -0
  778. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/request/api.js +13 -0
  779. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/router.js +48 -0
  780. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/types.js +16 -0
  781. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/utils/formValidate.js +25 -0
  782. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/utils/isApp.js +18 -0
  783. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/utils/language.js +45 -0
  784. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/utils/myUtils.js +646 -0
  785. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/utils/timeFormat.js +23 -0
  786. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/utils/timesYMDHMS.js +27 -0
  787. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/views/js/mainInfo.js +374 -0
  788. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/views/js/maintenanceInfo.js +202 -0
  789. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/views/login.vue +458 -0
  790. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/views/ssoLogin.vue +230 -0
  791. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/views/ssoLogout.vue +58 -0
  792. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/vite.config.ts +237 -0
  793. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.babelrc +8 -0
  794. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.editorconfig +22 -0
  795. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.env.development +22 -0
  796. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.env.production +22 -0
  797. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.env.test +22 -0
  798. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.eslintignore +13 -0
  799. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.eslintrc.cjs +162 -0
  800. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.prettierignore +13 -0
  801. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.prettierrc.cjs +37 -0
  802. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/auto-imports.d.ts +5 -0
  803. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/build/enteryJson.js +64 -0
  804. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/build/vite-addInfo-html.js +15 -0
  805. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/build/vite-addInfo-html.ts +38 -0
  806. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/build/vite-plugin-stats-html +14 -0
  807. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/build/vite-plugin-stats-html.js +595 -0
  808. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/env.d.ts +7 -0
  809. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/index.html +25 -0
  810. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/package.json +94 -0
  811. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/css/element-plus/css-vars.css +1 -0
  812. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/css/element-plus/index.css +16957 -0
  813. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/css/reset-6-1.css +114 -0
  814. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.css +1135 -0
  815. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.js +1 -0
  816. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.json +1969 -0
  817. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.ttf +0 -0
  818. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.woff +0 -0
  819. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.woff2 +0 -0
  820. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/element-icons.ttf +0 -0
  821. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/element-icons.woff +0 -0
  822. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.css +3535 -0
  823. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.js +1 -0
  824. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.json +6169 -0
  825. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.ttf +0 -0
  826. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.woff +0 -0
  827. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.woff2 +0 -0
  828. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/http/createAxios.js +372 -0
  829. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/images/index-loading.png +0 -0
  830. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/js/axios.min.js +3 -0
  831. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/js/font.js +58 -0
  832. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/js/getConfigInfoData.js +58 -0
  833. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/js/getLanguage.js +142 -0
  834. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/js/getLanguageOptions.js +51 -0
  835. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/themes/dark-6-1.css +430 -0
  836. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/themes/default-theme-6-1.js +48 -0
  837. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/themes/light-6-1.css +424 -0
  838. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/themes/themeConfig.json +42 -0
  839. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/App.vue +41 -0
  840. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/assets/images/template.jpg +0 -0
  841. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/hostMap.js +14 -0
  842. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/main.js +39 -0
  843. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/request/api/template.js +11 -0
  844. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/request/api.js +9 -0
  845. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/router.js +23 -0
  846. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/utils/setStorage.js +5 -0
  847. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/views/template.vue +1008 -0
  848. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/tsconfig.json +21 -0
  849. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/tsconfig.node.json +10 -0
  850. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/vite.config.ts +240 -0
  851. package/ganwei-iotcenter-index-6.2.1/pnpm-workspace.yaml +3 -0
  852. package/package.json +3 -2
@@ -0,0 +1,2025 @@
1
+ {
2
+ "id": "4309878",
3
+ "name": "ganwei-app-6.1",
4
+ "font_family": "iconfont-app",
5
+ "css_prefix_text": "icon",
6
+ "description": "基线app",
7
+ "glyphs": [
8
+ {
9
+ "icon_id": "39659952",
10
+ "name": "gw-icon-menu-huanyingci",
11
+ "font_class": "gw-icon-menu-huanyingci",
12
+ "unicode": "e65b",
13
+ "unicode_decimal": 58971
14
+ },
15
+ {
16
+ "icon_id": "39658026",
17
+ "name": "gw-icon-menu-shengchanrenwu",
18
+ "font_class": "gw-icon-menu-shengchanrenwu",
19
+ "unicode": "e659",
20
+ "unicode_decimal": 58969
21
+ },
22
+ {
23
+ "icon_id": "39658025",
24
+ "name": "gw-icon-menu-liuchengzhongxin",
25
+ "font_class": "gw-icon-menu-liuchengzhongxin",
26
+ "unicode": "e657",
27
+ "unicode_decimal": 58967
28
+ },
29
+ {
30
+ "icon_id": "39658024",
31
+ "name": "gw-icon-menu-shipinxitong",
32
+ "font_class": "gw-icon-menu-shipinxitong",
33
+ "unicode": "e65a",
34
+ "unicode_decimal": 58970
35
+ },
36
+ {
37
+ "icon_id": "39658022",
38
+ "name": "gw-icon-menu-baogongjilu",
39
+ "font_class": "gw-icon-menu-baogongjilu",
40
+ "unicode": "e65c",
41
+ "unicode_decimal": 58972
42
+ },
43
+ {
44
+ "icon_id": "39658021",
45
+ "name": "gw-icon-menu-baogongrenwu",
46
+ "font_class": "gw-icon-menu-baogongrenwu",
47
+ "unicode": "e65d",
48
+ "unicode_decimal": 58973
49
+ },
50
+ {
51
+ "icon_id": "39658020",
52
+ "name": "gw-icon-menu-fangkexitong",
53
+ "font_class": "gw-icon-menu-fangkexitong",
54
+ "unicode": "e65e",
55
+ "unicode_decimal": 58974
56
+ },
57
+ {
58
+ "icon_id": "39658019",
59
+ "name": "gw-icon-menu-baogongshenhe",
60
+ "font_class": "gw-icon-menu-baogongshenhe",
61
+ "unicode": "e65f",
62
+ "unicode_decimal": 58975
63
+ },
64
+ {
65
+ "icon_id": "37667491",
66
+ "name": "gw-icon-menu-shezhi",
67
+ "font_class": "gw-icon-menu-shezhi",
68
+ "unicode": "e73f",
69
+ "unicode_decimal": 59199
70
+ },
71
+ {
72
+ "icon_id": "37667482",
73
+ "name": "gw-icon-menu-yuyin",
74
+ "font_class": "gw-icon-menu-yuyin",
75
+ "unicode": "e740",
76
+ "unicode_decimal": 59200
77
+ },
78
+ {
79
+ "icon_id": "37667484",
80
+ "name": "gw-icon-menu-liebiao",
81
+ "font_class": "gw-icon-menu-liebiao",
82
+ "unicode": "e742",
83
+ "unicode_decimal": 59202
84
+ },
85
+ {
86
+ "icon_id": "37667481",
87
+ "name": "gw-icon-menu-shebei",
88
+ "font_class": "gw-icon-menu-shebei",
89
+ "unicode": "e743",
90
+ "unicode_decimal": 59203
91
+ },
92
+ {
93
+ "icon_id": "37667483",
94
+ "name": "gw-icon-menu-shouye",
95
+ "font_class": "gw-icon-menu-shouye",
96
+ "unicode": "e744",
97
+ "unicode_decimal": 59204
98
+ },
99
+ {
100
+ "icon_id": "36582292",
101
+ "name": "gw-icon-bofang",
102
+ "font_class": "gw-icon-bofang",
103
+ "unicode": "e738",
104
+ "unicode_decimal": 59192
105
+ },
106
+ {
107
+ "icon_id": "36582294",
108
+ "name": "gw-icon-suoxiao",
109
+ "font_class": "gw-icon-suoxiao",
110
+ "unicode": "e739",
111
+ "unicode_decimal": 59193
112
+ },
113
+ {
114
+ "icon_id": "36582293",
115
+ "name": "gw-icon-zanting",
116
+ "font_class": "gw-icon-zanting",
117
+ "unicode": "e73a",
118
+ "unicode_decimal": 59194
119
+ },
120
+ {
121
+ "icon_id": "36582290",
122
+ "name": "gw-icon-jietu",
123
+ "font_class": "gw-icon-jietu",
124
+ "unicode": "e73b",
125
+ "unicode_decimal": 59195
126
+ },
127
+ {
128
+ "icon_id": "36582289",
129
+ "name": "gw-icon-fangda",
130
+ "font_class": "gw-icon-fangda",
131
+ "unicode": "e73c",
132
+ "unicode_decimal": 59196
133
+ },
134
+ {
135
+ "icon_id": "36582288",
136
+ "name": "gw-icon-shengyin",
137
+ "font_class": "gw-icon-shengyin",
138
+ "unicode": "e73d",
139
+ "unicode_decimal": 59197
140
+ },
141
+ {
142
+ "icon_id": "36582287",
143
+ "name": "gw-icon-gengduo",
144
+ "font_class": "gw-icon-gengduo1",
145
+ "unicode": "e73e",
146
+ "unicode_decimal": 59198
147
+ },
148
+ {
149
+ "icon_id": "36582307",
150
+ "name": "gw-icon- sousuo",
151
+ "font_class": "a-gw-icon-sousuo",
152
+ "unicode": "e732",
153
+ "unicode_decimal": 59186
154
+ },
155
+ {
156
+ "icon_id": "36582308",
157
+ "name": "gw-icon- fangda",
158
+ "font_class": "a-gw-icon-fangda",
159
+ "unicode": "e734",
160
+ "unicode_decimal": 59188
161
+ },
162
+ {
163
+ "icon_id": "36582296",
164
+ "name": "gw-icon-jingyin",
165
+ "font_class": "gw-icon-jingyin",
166
+ "unicode": "e735",
167
+ "unicode_decimal": 59189
168
+ },
169
+ {
170
+ "icon_id": "36582295",
171
+ "name": "gw-icon-luxiang",
172
+ "font_class": "gw-icon-luxiang",
173
+ "unicode": "e736",
174
+ "unicode_decimal": 59190
175
+ },
176
+ {
177
+ "icon_id": "36582291",
178
+ "name": "gw-icon-yuntaikongzhi",
179
+ "font_class": "gw-icon-yuntaikongzhi",
180
+ "unicode": "e737",
181
+ "unicode_decimal": 59191
182
+ },
183
+ {
184
+ "icon_id": "34170617",
185
+ "name": "gw-icon-shoudianton",
186
+ "font_class": "gw-icon-shoudianton",
187
+ "unicode": "e721",
188
+ "unicode_decimal": 59169
189
+ },
190
+ {
191
+ "icon_id": "29082195",
192
+ "name": "gw-icon-shibai",
193
+ "font_class": "gw-icon-shibai",
194
+ "unicode": "e715",
195
+ "unicode_decimal": 59157
196
+ },
197
+ {
198
+ "icon_id": "28941378",
199
+ "name": "gw-icon-tishi",
200
+ "font_class": "gw-icon-tishi2",
201
+ "unicode": "e733",
202
+ "unicode_decimal": 59187
203
+ },
204
+ {
205
+ "icon_id": "28902061",
206
+ "name": "gw-icon-tishiyu",
207
+ "font_class": "gw-icon-tishiyu",
208
+ "unicode": "e731",
209
+ "unicode_decimal": 59185
210
+ },
211
+ {
212
+ "icon_id": "28833175",
213
+ "name": "gw-icon-shijian-renyuan",
214
+ "font_class": "gw-icon-shijian-renyuan",
215
+ "unicode": "e72e",
216
+ "unicode_decimal": 59182
217
+ },
218
+ {
219
+ "icon_id": "28833176",
220
+ "name": "gw-icon-shijian-mingcheng",
221
+ "font_class": "gw-icon-shijian-mingcheng",
222
+ "unicode": "e72f",
223
+ "unicode_decimal": 59183
224
+ },
225
+ {
226
+ "icon_id": "28833177",
227
+ "name": "gw-icon-shijian-shijian",
228
+ "font_class": "gw-icon-shijian-shijian",
229
+ "unicode": "e730",
230
+ "unicode_decimal": 59184
231
+ },
232
+ {
233
+ "icon_id": "28818414",
234
+ "name": "gw-icon-guangbi",
235
+ "font_class": "gw-icon-guangbi",
236
+ "unicode": "e70e",
237
+ "unicode_decimal": 59150
238
+ },
239
+ {
240
+ "icon_id": "28776812",
241
+ "name": "gw-icon-chenggong",
242
+ "font_class": "gw-icon-chenggong",
243
+ "unicode": "e665",
244
+ "unicode_decimal": 58981
245
+ },
246
+ {
247
+ "icon_id": "28776813",
248
+ "name": "gw-icon-biaoti-xiala",
249
+ "font_class": "gw-icon-biaoti-xiala",
250
+ "unicode": "e666",
251
+ "unicode_decimal": 58982
252
+ },
253
+ {
254
+ "icon_id": "28776814",
255
+ "name": "gw-icon-da-chenggong",
256
+ "font_class": "gw-icon-da-chenggong",
257
+ "unicode": "e667",
258
+ "unicode_decimal": 58983
259
+ },
260
+ {
261
+ "icon_id": "28776815",
262
+ "name": "gw-icon-dagouhui",
263
+ "font_class": "gw-icon-dagouhui",
264
+ "unicode": "e6f8",
265
+ "unicode_decimal": 59128
266
+ },
267
+ {
268
+ "icon_id": "28776816",
269
+ "name": "gw-icon-shezhi-renyuan",
270
+ "font_class": "gw-icon-shezhi-renyuan",
271
+ "unicode": "e6f9",
272
+ "unicode_decimal": 59129
273
+ },
274
+ {
275
+ "icon_id": "28776817",
276
+ "name": "gw-icon-beizhu",
277
+ "font_class": "gw-icon-beizhu",
278
+ "unicode": "e708",
279
+ "unicode_decimal": 59144
280
+ },
281
+ {
282
+ "icon_id": "28776818",
283
+ "name": "gw-icon-beijing",
284
+ "font_class": "gw-icon-beijing",
285
+ "unicode": "e70c",
286
+ "unicode_decimal": 59148
287
+ },
288
+ {
289
+ "icon_id": "28776819",
290
+ "name": "gw-icon-ziti",
291
+ "font_class": "gw-icon-ziti",
292
+ "unicode": "e70d",
293
+ "unicode_decimal": 59149
294
+ },
295
+ {
296
+ "icon_id": "28776821",
297
+ "name": "gw-icon-shezhi-xinxi",
298
+ "font_class": "gw-icon-shezhi-xinxi",
299
+ "unicode": "e70f",
300
+ "unicode_decimal": 59151
301
+ },
302
+ {
303
+ "icon_id": "28776822",
304
+ "name": "gw-icon-tianjia",
305
+ "font_class": "gw-icon-tianjia",
306
+ "unicode": "e711",
307
+ "unicode_decimal": 59153
308
+ },
309
+ {
310
+ "icon_id": "28776823",
311
+ "name": "gw-icon-zhuce-kanjian",
312
+ "font_class": "gw-icon-zhuce-kanjian",
313
+ "unicode": "e712",
314
+ "unicode_decimal": 59154
315
+ },
316
+ {
317
+ "icon_id": "28776824",
318
+ "name": "gw-icon-tishi",
319
+ "font_class": "gw-icon-tishi",
320
+ "unicode": "e713",
321
+ "unicode_decimal": 59155
322
+ },
323
+ {
324
+ "icon_id": "28776825",
325
+ "name": "gw-icon-shezhi-pifu",
326
+ "font_class": "gw-icon-shezhi-pifu",
327
+ "unicode": "e714",
328
+ "unicode_decimal": 59156
329
+ },
330
+ {
331
+ "icon_id": "28776827",
332
+ "name": "gw-icon-dagoulan",
333
+ "font_class": "gw-icon-dagoulan",
334
+ "unicode": "e716",
335
+ "unicode_decimal": 59158
336
+ },
337
+ {
338
+ "icon_id": "28776828",
339
+ "name": "gw-icon-shezhi-gengduo",
340
+ "font_class": "gw-icon-shezhi-gengduo",
341
+ "unicode": "e717",
342
+ "unicode_decimal": 59159
343
+ },
344
+ {
345
+ "icon_id": "28776829",
346
+ "name": "gw-icon-zhuce-yingchang",
347
+ "font_class": "gw-icon-zhuce-yingchang",
348
+ "unicode": "e718",
349
+ "unicode_decimal": 59160
350
+ },
351
+ {
352
+ "icon_id": "28776830",
353
+ "name": "gw-icon-zhuce-mima",
354
+ "font_class": "gw-icon-zhuce-mima",
355
+ "unicode": "e719",
356
+ "unicode_decimal": 59161
357
+ },
358
+ {
359
+ "icon_id": "28776831",
360
+ "name": "gw-icon-fanghui",
361
+ "font_class": "gw-icon-fanghui",
362
+ "unicode": "e71a",
363
+ "unicode_decimal": 59162
364
+ },
365
+ {
366
+ "icon_id": "28776832",
367
+ "name": "gw-icon-zhuce-zhanghao",
368
+ "font_class": "gw-icon-zhuce-zhanghao",
369
+ "unicode": "e71b",
370
+ "unicode_decimal": 59163
371
+ },
372
+ {
373
+ "icon_id": "28776833",
374
+ "name": "gw-icon-dagou",
375
+ "font_class": "gw-icon-dagou",
376
+ "unicode": "e71c",
377
+ "unicode_decimal": 59164
378
+ },
379
+ {
380
+ "icon_id": "28776834",
381
+ "name": "gw-icon-guanbidaping",
382
+ "font_class": "gw-icon-guanbidaping",
383
+ "unicode": "e71d",
384
+ "unicode_decimal": 59165
385
+ },
386
+ {
387
+ "icon_id": "28776835",
388
+ "name": "gw-icon-gengduo",
389
+ "font_class": "gw-icon-gengduo",
390
+ "unicode": "e71e",
391
+ "unicode_decimal": 59166
392
+ },
393
+ {
394
+ "icon_id": "28776836",
395
+ "name": "gw-icon-bianji",
396
+ "font_class": "gw-icon-bianji",
397
+ "unicode": "e71f",
398
+ "unicode_decimal": 59167
399
+ },
400
+ {
401
+ "icon_id": "28776837",
402
+ "name": "gw-icon-shezhi",
403
+ "font_class": "gw-icon-shezhi",
404
+ "unicode": "e720",
405
+ "unicode_decimal": 59168
406
+ },
407
+ {
408
+ "icon_id": "28776839",
409
+ "name": "gw-icon-wubao",
410
+ "font_class": "gw-icon-wubao",
411
+ "unicode": "e722",
412
+ "unicode_decimal": 59170
413
+ },
414
+ {
415
+ "icon_id": "28776840",
416
+ "name": "gw-icon-dakaidaping",
417
+ "font_class": "gw-icon-dakaidaping",
418
+ "unicode": "e723",
419
+ "unicode_decimal": 59171
420
+ },
421
+ {
422
+ "icon_id": "28776841",
423
+ "name": "gw-icon-shaixuan",
424
+ "font_class": "gw-icon-shaixuan",
425
+ "unicode": "e724",
426
+ "unicode_decimal": 59172
427
+ },
428
+ {
429
+ "icon_id": "28780219",
430
+ "name": "gw-icon-changgui",
431
+ "font_class": "gw-icon-changgui",
432
+ "unicode": "e725",
433
+ "unicode_decimal": 59173
434
+ },
435
+ {
436
+ "icon_id": "28780220",
437
+ "name": "gw-icon-juzuo",
438
+ "font_class": "gw-icon-juzuo",
439
+ "unicode": "e726",
440
+ "unicode_decimal": 59174
441
+ },
442
+ {
443
+ "icon_id": "28780221",
444
+ "name": "gw-icon-juyou",
445
+ "font_class": "gw-icon-juyou",
446
+ "unicode": "e727",
447
+ "unicode_decimal": 59175
448
+ },
449
+ {
450
+ "icon_id": "28780222",
451
+ "name": "gw-icon-chuizhijuzhong",
452
+ "font_class": "gw-icon-chuizhijuzhong",
453
+ "unicode": "e728",
454
+ "unicode_decimal": 59176
455
+ },
456
+ {
457
+ "icon_id": "28780224",
458
+ "name": "gw-icon-juzhong",
459
+ "font_class": "gw-icon-juzhong",
460
+ "unicode": "e729",
461
+ "unicode_decimal": 59177
462
+ },
463
+ {
464
+ "icon_id": "28780256",
465
+ "name": "gw-icon-qinxie",
466
+ "font_class": "gw-icon-qinxie",
467
+ "unicode": "e72b",
468
+ "unicode_decimal": 59179
469
+ },
470
+ {
471
+ "icon_id": "28780257",
472
+ "name": "gw-icon-jucu",
473
+ "font_class": "gw-icon-jucu",
474
+ "unicode": "e72c",
475
+ "unicode_decimal": 59180
476
+ },
477
+ {
478
+ "icon_id": "28780451",
479
+ "name": "gw-icon-bianjing",
480
+ "font_class": "gw-icon-bianjing",
481
+ "unicode": "e72d",
482
+ "unicode_decimal": 59181
483
+ },
484
+ {
485
+ "icon_id": "11644390",
486
+ "name": "48_分屏布局_3",
487
+ "font_class": "_fenpingbuju_1",
488
+ "unicode": "e6f7",
489
+ "unicode_decimal": 59127
490
+ },
491
+ {
492
+ "icon_id": "11875909",
493
+ "name": "24_播放",
494
+ "font_class": "_bofang1",
495
+ "unicode": "e709",
496
+ "unicode_decimal": 59145
497
+ },
498
+ {
499
+ "icon_id": "11926260",
500
+ "name": "24_录像",
501
+ "font_class": "_luxiang1",
502
+ "unicode": "e70a",
503
+ "unicode_decimal": 59146
504
+ },
505
+ {
506
+ "icon_id": "11926263",
507
+ "name": "24_截图",
508
+ "font_class": "_jietu",
509
+ "unicode": "e70b",
510
+ "unicode_decimal": 59147
511
+ },
512
+ {
513
+ "icon_id": "18836429",
514
+ "name": "视频分屏#9",
515
+ "font_class": "shipinfenping9",
516
+ "unicode": "e8f3",
517
+ "unicode_decimal": 59635
518
+ },
519
+ {
520
+ "icon_id": "18836431",
521
+ "name": "视频分屏#1",
522
+ "font_class": "shipinfenping1",
523
+ "unicode": "e8f5",
524
+ "unicode_decimal": 59637
525
+ },
526
+ {
527
+ "icon_id": "18836438",
528
+ "name": "视屏分屏#4",
529
+ "font_class": "shipingfenping4",
530
+ "unicode": "e8fc",
531
+ "unicode_decimal": 59644
532
+ },
533
+ {
534
+ "icon_id": "7127392",
535
+ "name": "巡更",
536
+ "font_class": "xungeng",
537
+ "unicode": "e60b",
538
+ "unicode_decimal": 58891
539
+ },
540
+ {
541
+ "icon_id": "13136203",
542
+ "name": "24_系统设置_未激活",
543
+ "font_class": "_xitongshezhi_weijihuo",
544
+ "unicode": "e792",
545
+ "unicode_decimal": 59282
546
+ },
547
+ {
548
+ "icon_id": "15000275",
549
+ "name": "16_报警系统_待选",
550
+ "font_class": "16_baojingxitong_daixuan",
551
+ "unicode": "e7dc",
552
+ "unicode_decimal": 59356
553
+ },
554
+ {
555
+ "icon_id": "18623727",
556
+ "name": "移动",
557
+ "font_class": "yidong",
558
+ "unicode": "e8f0",
559
+ "unicode_decimal": 59632
560
+ },
561
+ {
562
+ "icon_id": "24642425",
563
+ "name": "维护",
564
+ "font_class": "weihu",
565
+ "unicode": "e60a",
566
+ "unicode_decimal": 58890
567
+ },
568
+ {
569
+ "icon_id": "627566",
570
+ "name": "二维码",
571
+ "font_class": "erweima",
572
+ "unicode": "e642",
573
+ "unicode_decimal": 58946
574
+ },
575
+ {
576
+ "icon_id": "1567554",
577
+ "name": "loading",
578
+ "font_class": "loading",
579
+ "unicode": "e6f6",
580
+ "unicode_decimal": 59126
581
+ },
582
+ {
583
+ "icon_id": "18333857",
584
+ "name": "曲线",
585
+ "font_class": "quxian",
586
+ "unicode": "e8e9",
587
+ "unicode_decimal": 59625
588
+ },
589
+ {
590
+ "icon_id": "16241908",
591
+ "name": "白天、太阳-填充",
592
+ "font_class": "baitiantaiyang-tianchong",
593
+ "unicode": "eba0",
594
+ "unicode_decimal": 60320
595
+ },
596
+ {
597
+ "icon_id": "16621484",
598
+ "name": "勾",
599
+ "font_class": "gou",
600
+ "unicode": "e62d",
601
+ "unicode_decimal": 58925
602
+ },
603
+ {
604
+ "icon_id": "10166180",
605
+ "name": "16_图例说明",
606
+ "font_class": "_tulishuoming",
607
+ "unicode": "e6f5",
608
+ "unicode_decimal": 59125
609
+ },
610
+ {
611
+ "icon_id": "12137687",
612
+ "name": "12_翻页符",
613
+ "font_class": "_fanyefu",
614
+ "unicode": "e710",
615
+ "unicode_decimal": 59152
616
+ },
617
+ {
618
+ "icon_id": "11121373",
619
+ "name": "过滤器",
620
+ "font_class": "guolvqi",
621
+ "unicode": "e627",
622
+ "unicode_decimal": 58919
623
+ },
624
+ {
625
+ "icon_id": "1200220",
626
+ "name": "三角",
627
+ "font_class": "yousanjiao",
628
+ "unicode": "e629",
629
+ "unicode_decimal": 58921
630
+ },
631
+ {
632
+ "icon_id": "1206411",
633
+ "name": "三角",
634
+ "font_class": "xiasanjiao",
635
+ "unicode": "e631",
636
+ "unicode_decimal": 58929
637
+ },
638
+ {
639
+ "icon_id": "15968749",
640
+ "name": "未处理数",
641
+ "font_class": "weichulishu",
642
+ "unicode": "e602",
643
+ "unicode_decimal": 58882
644
+ },
645
+ {
646
+ "icon_id": "15968752",
647
+ "name": "已处理数",
648
+ "font_class": "yichulishu",
649
+ "unicode": "e605",
650
+ "unicode_decimal": 58885
651
+ },
652
+ {
653
+ "icon_id": "15968750",
654
+ "name": "设备异常数",
655
+ "font_class": "shebeiyichangshu",
656
+ "unicode": "e603",
657
+ "unicode_decimal": 58883
658
+ },
659
+ {
660
+ "icon_id": "15968751",
661
+ "name": "设备总数",
662
+ "font_class": "shebeizongshu",
663
+ "unicode": "e606",
664
+ "unicode_decimal": 58886
665
+ },
666
+ {
667
+ "icon_id": "15968753",
668
+ "name": "设置正常数",
669
+ "font_class": "shezhizhengchangshu",
670
+ "unicode": "e607",
671
+ "unicode_decimal": 58887
672
+ },
673
+ {
674
+ "icon_id": "9592761",
675
+ "name": "邮箱",
676
+ "font_class": "youxiang",
677
+ "unicode": "e6f2",
678
+ "unicode_decimal": 59122
679
+ },
680
+ {
681
+ "icon_id": "3730074",
682
+ "name": "关闭",
683
+ "font_class": "guanbi1",
684
+ "unicode": "e61f",
685
+ "unicode_decimal": 58911
686
+ },
687
+ {
688
+ "icon_id": "6127281",
689
+ "name": "下载",
690
+ "font_class": "xiazai",
691
+ "unicode": "e60c",
692
+ "unicode_decimal": 58892
693
+ },
694
+ {
695
+ "icon_id": "8765247",
696
+ "name": "下载",
697
+ "font_class": "xiazai2",
698
+ "unicode": "e63a",
699
+ "unicode_decimal": 58938
700
+ },
701
+ {
702
+ "icon_id": "14946934",
703
+ "name": "16_删除",
704
+ "font_class": "16_shanchu",
705
+ "unicode": "e7cf",
706
+ "unicode_decimal": 59343
707
+ },
708
+ {
709
+ "icon_id": "59103",
710
+ "name": "快进",
711
+ "font_class": "kuaijin",
712
+ "unicode": "e6f3",
713
+ "unicode_decimal": 59123
714
+ },
715
+ {
716
+ "icon_id": "3582630",
717
+ "name": "快退",
718
+ "font_class": "kuaitui",
719
+ "unicode": "e741",
720
+ "unicode_decimal": 59201
721
+ },
722
+ {
723
+ "icon_id": "3868258",
724
+ "name": "场景管理",
725
+ "font_class": "sceneNew",
726
+ "unicode": "e1006",
727
+ "unicode_decimal": 921606
728
+ },
729
+ {
730
+ "icon_id": "5558578",
731
+ "name": "播放 三角形",
732
+ "font_class": "bofangsanjiaoxing",
733
+ "unicode": "e63d",
734
+ "unicode_decimal": 58941
735
+ },
736
+ {
737
+ "icon_id": "6475842",
738
+ "name": "声音",
739
+ "font_class": "shengyin1",
740
+ "unicode": "e6f4",
741
+ "unicode_decimal": 59124
742
+ },
743
+ {
744
+ "icon_id": "7263293",
745
+ "name": "静音",
746
+ "font_class": "jingyin",
747
+ "unicode": "e612",
748
+ "unicode_decimal": 58898
749
+ },
750
+ {
751
+ "icon_id": "7329645",
752
+ "name": "左箭头 向左 线性",
753
+ "font_class": "zuojiantouxiangzuoxianxing",
754
+ "unicode": "e608",
755
+ "unicode_decimal": 58888
756
+ },
757
+ {
758
+ "icon_id": "13599709",
759
+ "name": "暂停 停止",
760
+ "font_class": "zantingtingzhi",
761
+ "unicode": "e609",
762
+ "unicode_decimal": 58889
763
+ },
764
+ {
765
+ "icon_id": "14666052",
766
+ "name": "上箭头",
767
+ "font_class": "shangjiantou",
768
+ "unicode": "e72a",
769
+ "unicode_decimal": 59178
770
+ },
771
+ {
772
+ "icon_id": "9592736",
773
+ "name": "场景切换",
774
+ "font_class": "changjingqiehuan",
775
+ "unicode": "e661",
776
+ "unicode_decimal": 58977
777
+ },
778
+ {
779
+ "icon_id": "9592737",
780
+ "name": "文件类型",
781
+ "font_class": "wenjianleixing",
782
+ "unicode": "e662",
783
+ "unicode_decimal": 58978
784
+ },
785
+ {
786
+ "icon_id": "9592738",
787
+ "name": "视频讲解",
788
+ "font_class": "shipinjiangjie",
789
+ "unicode": "e663",
790
+ "unicode_decimal": 58979
791
+ },
792
+ {
793
+ "icon_id": "9592739",
794
+ "name": "PPT演示",
795
+ "font_class": "PPTyanshi",
796
+ "unicode": "e664",
797
+ "unicode_decimal": 58980
798
+ },
799
+ {
800
+ "icon_id": "9593010",
801
+ "name": "88_文件类型",
802
+ "font_class": "_wenjianleixing",
803
+ "unicode": "e668",
804
+ "unicode_decimal": 58984
805
+ },
806
+ {
807
+ "icon_id": "9593011",
808
+ "name": "88_视频讲解",
809
+ "font_class": "_shipinjiangjie",
810
+ "unicode": "e669",
811
+ "unicode_decimal": 58985
812
+ },
813
+ {
814
+ "icon_id": "9593012",
815
+ "name": "88_PPT演示",
816
+ "font_class": "_PPTyanshi",
817
+ "unicode": "e66a",
818
+ "unicode_decimal": 58986
819
+ },
820
+ {
821
+ "icon_id": "9593013",
822
+ "name": "88_场景切换",
823
+ "font_class": "_changjingqiehuan",
824
+ "unicode": "e66b",
825
+ "unicode_decimal": 58987
826
+ },
827
+ {
828
+ "icon_id": "9593029",
829
+ "name": "88_Nav_分组管理",
830
+ "font_class": "_Nav_fenzuguanli",
831
+ "unicode": "e66c",
832
+ "unicode_decimal": 58988
833
+ },
834
+ {
835
+ "icon_id": "9593030",
836
+ "name": "88_Nav_场景切换",
837
+ "font_class": "_Nav_changjingqiehuan",
838
+ "unicode": "e66d",
839
+ "unicode_decimal": 58989
840
+ },
841
+ {
842
+ "icon_id": "9593031",
843
+ "name": "88_Nav_扫一扫",
844
+ "font_class": "_Nav_saoyisao",
845
+ "unicode": "e66e",
846
+ "unicode_decimal": 58990
847
+ },
848
+ {
849
+ "icon_id": "9593032",
850
+ "name": "88_Nav_人员管理",
851
+ "font_class": "_Nav_renyuanguanli",
852
+ "unicode": "e66f",
853
+ "unicode_decimal": 58991
854
+ },
855
+ {
856
+ "icon_id": "9593033",
857
+ "name": "88_Nav_筛选",
858
+ "font_class": "_Nav_shaixuan",
859
+ "unicode": "e670",
860
+ "unicode_decimal": 58992
861
+ },
862
+ {
863
+ "icon_id": "9593034",
864
+ "name": "88_Nav_新建场景",
865
+ "font_class": "_Nav_xinjianchangjing",
866
+ "unicode": "e671",
867
+ "unicode_decimal": 58993
868
+ },
869
+ {
870
+ "icon_id": "9593035",
871
+ "name": "88_Nav_新建联动",
872
+ "font_class": "_Nav_xinjianliandong",
873
+ "unicode": "e672",
874
+ "unicode_decimal": 58994
875
+ },
876
+ {
877
+ "icon_id": "9593036",
878
+ "name": "88_Nav_新增事件",
879
+ "font_class": "_Nav_xinzengshijian",
880
+ "unicode": "e673",
881
+ "unicode_decimal": 58995
882
+ },
883
+ {
884
+ "icon_id": "9593037",
885
+ "name": "88_Nav_退出登录",
886
+ "font_class": "_Nav_tuichudenglu",
887
+ "unicode": "e674",
888
+ "unicode_decimal": 58996
889
+ },
890
+ {
891
+ "icon_id": "9593038",
892
+ "name": "88_Nav_搜索设备",
893
+ "font_class": "_Nav_sousuoshebei",
894
+ "unicode": "e675",
895
+ "unicode_decimal": 58997
896
+ },
897
+ {
898
+ "icon_id": "9593364",
899
+ "name": "56_Tab_功能模块_Initial",
900
+ "font_class": "_Tab_gongnengmokuai_Initial",
901
+ "unicode": "e676",
902
+ "unicode_decimal": 58998
903
+ },
904
+ {
905
+ "icon_id": "9593365",
906
+ "name": "56_Tab_设备列表_Initial",
907
+ "font_class": "_Tab_shebeiliebiao_Initial",
908
+ "unicode": "e677",
909
+ "unicode_decimal": 58999
910
+ },
911
+ {
912
+ "icon_id": "9593366",
913
+ "name": "56_Tab_功能模块_Selected",
914
+ "font_class": "_Tab_gongnengmokuai_Selected",
915
+ "unicode": "e678",
916
+ "unicode_decimal": 59000
917
+ },
918
+ {
919
+ "icon_id": "9593367",
920
+ "name": "56_Tab_设备列表_Selected",
921
+ "font_class": "_Tab_shebeiliebiao_Selected",
922
+ "unicode": "e679",
923
+ "unicode_decimal": 59001
924
+ },
925
+ {
926
+ "icon_id": "9593368",
927
+ "name": "56_Tab_首页_Initial",
928
+ "font_class": "_Tab_shouye_Initial",
929
+ "unicode": "e67a",
930
+ "unicode_decimal": 59002
931
+ },
932
+ {
933
+ "icon_id": "9593369",
934
+ "name": "56_Tab_设置_Initial",
935
+ "font_class": "_Tab_shezhi_Initial",
936
+ "unicode": "e67b",
937
+ "unicode_decimal": 59003
938
+ },
939
+ {
940
+ "icon_id": "9593370",
941
+ "name": "56_Tab_首页_Selected",
942
+ "font_class": "_Tab_shouye_Selected",
943
+ "unicode": "e67c",
944
+ "unicode_decimal": 59004
945
+ },
946
+ {
947
+ "icon_id": "9593371",
948
+ "name": "56_Tab_设置_Selected",
949
+ "font_class": "_Tab_shezhi_Selected",
950
+ "unicode": "e67d",
951
+ "unicode_decimal": 59005
952
+ },
953
+ {
954
+ "icon_id": "9593441",
955
+ "name": "56_欢迎词_图片",
956
+ "font_class": "_huanyingci_tupian",
957
+ "unicode": "e67e",
958
+ "unicode_decimal": 59006
959
+ },
960
+ {
961
+ "icon_id": "9593442",
962
+ "name": "56_欢迎词_大屏",
963
+ "font_class": "_huanyingci_daping",
964
+ "unicode": "e67f",
965
+ "unicode_decimal": 59007
966
+ },
967
+ {
968
+ "icon_id": "9593443",
969
+ "name": "56_欢迎词_字体",
970
+ "font_class": "_huanyingci_ziti",
971
+ "unicode": "e680",
972
+ "unicode_decimal": 59008
973
+ },
974
+ {
975
+ "icon_id": "9593444",
976
+ "name": "56_欢迎词_键盘",
977
+ "font_class": "_huanyingci_jianpan",
978
+ "unicode": "e681",
979
+ "unicode_decimal": 59009
980
+ },
981
+ {
982
+ "icon_id": "9593471",
983
+ "name": "44_Nav_添加",
984
+ "font_class": "_Nav_tianjia",
985
+ "unicode": "e682",
986
+ "unicode_decimal": 59010
987
+ },
988
+ {
989
+ "icon_id": "9593472",
990
+ "name": "44_Nav_搜索",
991
+ "font_class": "_Nav_sousuo",
992
+ "unicode": "e683",
993
+ "unicode_decimal": 59011
994
+ },
995
+ {
996
+ "icon_id": "9593473",
997
+ "name": "44_Nav_返回",
998
+ "font_class": "_Nav_fanhui",
999
+ "unicode": "e684",
1000
+ "unicode_decimal": 59012
1001
+ },
1002
+ {
1003
+ "icon_id": "9593474",
1004
+ "name": "44_Nav_编辑",
1005
+ "font_class": "_Nav_bianji",
1006
+ "unicode": "e685",
1007
+ "unicode_decimal": 59013
1008
+ },
1009
+ {
1010
+ "icon_id": "9593475",
1011
+ "name": "44_Nav_关闭",
1012
+ "font_class": "_Nav_guanbi",
1013
+ "unicode": "e686",
1014
+ "unicode_decimal": 59014
1015
+ },
1016
+ {
1017
+ "icon_id": "9593901",
1018
+ "name": "56_选择器",
1019
+ "font_class": "_xuanzeqi",
1020
+ "unicode": "e687",
1021
+ "unicode_decimal": 59015
1022
+ },
1023
+ {
1024
+ "icon_id": "9594376",
1025
+ "name": "72_快照类型_警告",
1026
+ "font_class": "_kuaizhaoleixing_jinggao",
1027
+ "unicode": "e688",
1028
+ "unicode_decimal": 59016
1029
+ },
1030
+ {
1031
+ "icon_id": "9594377",
1032
+ "name": "72_快照类型_故障",
1033
+ "font_class": "_kuaizhaoleixing_guzhang",
1034
+ "unicode": "e689",
1035
+ "unicode_decimal": 59017
1036
+ },
1037
+ {
1038
+ "icon_id": "9594378",
1039
+ "name": "72_快照类型_设置",
1040
+ "font_class": "_kuaizhaoleixing_shezhi",
1041
+ "unicode": "e68a",
1042
+ "unicode_decimal": 59018
1043
+ },
1044
+ {
1045
+ "icon_id": "9594379",
1046
+ "name": "72_快照类型_资产",
1047
+ "font_class": "_kuaizhaoleixing_zichan",
1048
+ "unicode": "e68b",
1049
+ "unicode_decimal": 59019
1050
+ },
1051
+ {
1052
+ "icon_id": "9594380",
1053
+ "name": "72_快照类型_信息",
1054
+ "font_class": "_kuaizhaoleixing_xinxi",
1055
+ "unicode": "e68c",
1056
+ "unicode_decimal": 59020
1057
+ },
1058
+ {
1059
+ "icon_id": "9594621",
1060
+ "name": "56_欢迎词_常规",
1061
+ "font_class": "_huanyingci_changgui",
1062
+ "unicode": "e68d",
1063
+ "unicode_decimal": 59021
1064
+ },
1065
+ {
1066
+ "icon_id": "9594622",
1067
+ "name": "56_欢迎词_加粗",
1068
+ "font_class": "_huanyingci_jiacu",
1069
+ "unicode": "e68e",
1070
+ "unicode_decimal": 59022
1071
+ },
1072
+ {
1073
+ "icon_id": "9594623",
1074
+ "name": "56_欢迎词_倾斜",
1075
+ "font_class": "_huanyingci_qingxie",
1076
+ "unicode": "e68f",
1077
+ "unicode_decimal": 59023
1078
+ },
1079
+ {
1080
+ "icon_id": "9594627",
1081
+ "name": "56_欢迎词_左对齐",
1082
+ "font_class": "_huanyingci_zuoduiqi",
1083
+ "unicode": "e690",
1084
+ "unicode_decimal": 59024
1085
+ },
1086
+ {
1087
+ "icon_id": "9594628",
1088
+ "name": "56_欢迎词_居中",
1089
+ "font_class": "_huanyingci_juzhong",
1090
+ "unicode": "e691",
1091
+ "unicode_decimal": 59025
1092
+ },
1093
+ {
1094
+ "icon_id": "9594629",
1095
+ "name": "56_欢迎词_右对齐",
1096
+ "font_class": "_huanyingci_youduiqi",
1097
+ "unicode": "e692",
1098
+ "unicode_decimal": 59026
1099
+ },
1100
+ {
1101
+ "icon_id": "9594630",
1102
+ "name": "56_欢迎词_水平居中",
1103
+ "font_class": "_huanyingci_shuipingjuzhong",
1104
+ "unicode": "e693",
1105
+ "unicode_decimal": 59027
1106
+ },
1107
+ {
1108
+ "icon_id": "9594715",
1109
+ "name": "56_欢迎词_大屏预览",
1110
+ "font_class": "_huanyingci_dapingyulan",
1111
+ "unicode": "e694",
1112
+ "unicode_decimal": 59028
1113
+ },
1114
+ {
1115
+ "icon_id": "9594716",
1116
+ "name": "56_欢迎词_关闭大屏",
1117
+ "font_class": "_huanyingci_guanbidaping",
1118
+ "unicode": "e695",
1119
+ "unicode_decimal": 59029
1120
+ },
1121
+ {
1122
+ "icon_id": "9594888",
1123
+ "name": "36_列表类型_关于",
1124
+ "font_class": "_liebiaoleixing_guanyu",
1125
+ "unicode": "e696",
1126
+ "unicode_decimal": 59030
1127
+ },
1128
+ {
1129
+ "icon_id": "9594889",
1130
+ "name": "36_列表类型_监控复制",
1131
+ "font_class": "_liebiaoleixing_jiankongfuzhi",
1132
+ "unicode": "e697",
1133
+ "unicode_decimal": 59031
1134
+ },
1135
+ {
1136
+ "icon_id": "9594890",
1137
+ "name": "36_列表类型_清空缓存",
1138
+ "font_class": "_liebiaoleixing_qingkonghuancun",
1139
+ "unicode": "e698",
1140
+ "unicode_decimal": 59032
1141
+ },
1142
+ {
1143
+ "icon_id": "9594891",
1144
+ "name": "36_列表类型_夜间模式",
1145
+ "font_class": "_liebiaoleixing_yejianmoshi",
1146
+ "unicode": "e699",
1147
+ "unicode_decimal": 59033
1148
+ },
1149
+ {
1150
+ "icon_id": "9594892",
1151
+ "name": "36_列表类型_系统语言",
1152
+ "font_class": "_liebiaoleixing_xitongyuyan",
1153
+ "unicode": "e69a",
1154
+ "unicode_decimal": 59034
1155
+ },
1156
+ {
1157
+ "icon_id": "9594893",
1158
+ "name": "36_列表类型_账号",
1159
+ "font_class": "_liebiaoleixing_zhanghao",
1160
+ "unicode": "e69b",
1161
+ "unicode_decimal": 59035
1162
+ },
1163
+ {
1164
+ "icon_id": "9594978",
1165
+ "name": "44_列表_详情",
1166
+ "font_class": "_liebiao_xiangqing",
1167
+ "unicode": "e69c",
1168
+ "unicode_decimal": 59036
1169
+ },
1170
+ {
1171
+ "icon_id": "9594979",
1172
+ "name": "44_列表_选项",
1173
+ "font_class": "_liebiao_xuanxiang",
1174
+ "unicode": "e69d",
1175
+ "unicode_decimal": 59037
1176
+ },
1177
+ {
1178
+ "icon_id": "9595014",
1179
+ "name": "44_列表_图表统计",
1180
+ "font_class": "_liebiao_tubiaotongji",
1181
+ "unicode": "e69e",
1182
+ "unicode_decimal": 59038
1183
+ },
1184
+ {
1185
+ "icon_id": "9595631",
1186
+ "name": "56_PPT控制_打开PPT",
1187
+ "font_class": "_PPTkongzhi_dakaiPPT",
1188
+ "unicode": "e69f",
1189
+ "unicode_decimal": 59039
1190
+ },
1191
+ {
1192
+ "icon_id": "9595632",
1193
+ "name": "56_PPT控制_关闭PPT",
1194
+ "font_class": "_PPTkongzhi_guanbiPPT",
1195
+ "unicode": "e6a0",
1196
+ "unicode_decimal": 59040
1197
+ },
1198
+ {
1199
+ "icon_id": "9595633",
1200
+ "name": "56_PPT控制_跳页",
1201
+ "font_class": "_PPTkongzhi_tiaoye",
1202
+ "unicode": "e6a1",
1203
+ "unicode_decimal": 59041
1204
+ },
1205
+ {
1206
+ "icon_id": "9595634",
1207
+ "name": "56_PPT控制_上一页",
1208
+ "font_class": "_PPTkongzhi_shangyiye",
1209
+ "unicode": "e6a2",
1210
+ "unicode_decimal": 59042
1211
+ },
1212
+ {
1213
+ "icon_id": "9595635",
1214
+ "name": "56_PPT控制_下一页",
1215
+ "font_class": "_PPTkongzhi_xiayiye",
1216
+ "unicode": "e6a3",
1217
+ "unicode_decimal": 59043
1218
+ },
1219
+ {
1220
+ "icon_id": "9595688",
1221
+ "name": "56_视频控制_关闭讲解",
1222
+ "font_class": "_shipinkongzhi_guanbijiangjie",
1223
+ "unicode": "e6a4",
1224
+ "unicode_decimal": 59044
1225
+ },
1226
+ {
1227
+ "icon_id": "9595689",
1228
+ "name": "56_视频控制_继续播放",
1229
+ "font_class": "_shipinkongzhi_jixubofang",
1230
+ "unicode": "e6a5",
1231
+ "unicode_decimal": 59045
1232
+ },
1233
+ {
1234
+ "icon_id": "9595690",
1235
+ "name": "56_视频控制_开始讲解",
1236
+ "font_class": "_shipinkongzhi_kaishijiangjie",
1237
+ "unicode": "e6a6",
1238
+ "unicode_decimal": 59046
1239
+ },
1240
+ {
1241
+ "icon_id": "9595691",
1242
+ "name": "56_视频控制_音量减小",
1243
+ "font_class": "_shipinkongzhi_yinliangjianxiao",
1244
+ "unicode": "e6a7",
1245
+ "unicode_decimal": 59047
1246
+ },
1247
+ {
1248
+ "icon_id": "9595692",
1249
+ "name": "56_视频控制_暂停讲解",
1250
+ "font_class": "_shipinkongzhi_zantingjiangjie",
1251
+ "unicode": "e6a8",
1252
+ "unicode_decimal": 59048
1253
+ },
1254
+ {
1255
+ "icon_id": "9595693",
1256
+ "name": "56_视频控制_音量增加",
1257
+ "font_class": "_shipinkongzhi_yinliangzengjia",
1258
+ "unicode": "e6a9",
1259
+ "unicode_decimal": 59049
1260
+ },
1261
+ {
1262
+ "icon_id": "9597482",
1263
+ "name": "56_场景指令_大数据",
1264
+ "font_class": "_changjingzhiling_dashuju",
1265
+ "unicode": "e6aa",
1266
+ "unicode_decimal": 59050
1267
+ },
1268
+ {
1269
+ "icon_id": "9597483",
1270
+ "name": "56_场景指令_电梯",
1271
+ "font_class": "_changjingzhiling_dianti",
1272
+ "unicode": "e6ab",
1273
+ "unicode_decimal": 59051
1274
+ },
1275
+ {
1276
+ "icon_id": "9597484",
1277
+ "name": "56_场景指令_工厂",
1278
+ "font_class": "_changjingzhiling_gongchang",
1279
+ "unicode": "e6ac",
1280
+ "unicode_decimal": 59052
1281
+ },
1282
+ {
1283
+ "icon_id": "9597485",
1284
+ "name": "56_场景指令_城市",
1285
+ "font_class": "_changjingzhiling_chengshi",
1286
+ "unicode": "e6ad",
1287
+ "unicode_decimal": 59053
1288
+ },
1289
+ {
1290
+ "icon_id": "9597486",
1291
+ "name": "56_场景指令_城管",
1292
+ "font_class": "_changjingzhiling_chengguan",
1293
+ "unicode": "e6ae",
1294
+ "unicode_decimal": 59054
1295
+ },
1296
+ {
1297
+ "icon_id": "9597487",
1298
+ "name": "56_场景指令_河流监测",
1299
+ "font_class": "_changjingzhiling_heliujiance",
1300
+ "unicode": "e6af",
1301
+ "unicode_decimal": 59055
1302
+ },
1303
+ {
1304
+ "icon_id": "9597488",
1305
+ "name": "56_场景指令_欢迎模式",
1306
+ "font_class": "_changjingzhiling_huanyingmoshi",
1307
+ "unicode": "e6b0",
1308
+ "unicode_decimal": 59056
1309
+ },
1310
+ {
1311
+ "icon_id": "9597489",
1312
+ "name": "56_场景指令_防区报警",
1313
+ "font_class": "_changjingzhiling_fangqubaojing",
1314
+ "unicode": "e6b1",
1315
+ "unicode_decimal": 59057
1316
+ },
1317
+ {
1318
+ "icon_id": "9597490",
1319
+ "name": "56_场景指令_电网",
1320
+ "font_class": "_changjingzhiling_dianwang",
1321
+ "unicode": "e6b2",
1322
+ "unicode_decimal": 59058
1323
+ },
1324
+ {
1325
+ "icon_id": "9597491",
1326
+ "name": "56_场景指令_环保",
1327
+ "font_class": "_changjingzhiling_huanbao",
1328
+ "unicode": "e6b3",
1329
+ "unicode_decimal": 59059
1330
+ },
1331
+ {
1332
+ "icon_id": "9597492",
1333
+ "name": "56_场景指令_公交",
1334
+ "font_class": "_changjingzhiling_gongjiao",
1335
+ "unicode": "e6b4",
1336
+ "unicode_decimal": 59060
1337
+ },
1338
+ {
1339
+ "icon_id": "9597493",
1340
+ "name": "56_场景指令_监控",
1341
+ "font_class": "_changjingzhiling_jiankong",
1342
+ "unicode": "e6b5",
1343
+ "unicode_decimal": 59061
1344
+ },
1345
+ {
1346
+ "icon_id": "9597494",
1347
+ "name": "56_场景指令_欢迎词",
1348
+ "font_class": "_changjingzhiling_huanyingci",
1349
+ "unicode": "e6b6",
1350
+ "unicode_decimal": 59062
1351
+ },
1352
+ {
1353
+ "icon_id": "9597495",
1354
+ "name": "56_场景指令_戒毒所模式",
1355
+ "font_class": "_changjingzhiling_jiedusuomoshi",
1356
+ "unicode": "e6b7",
1357
+ "unicode_decimal": 59063
1358
+ },
1359
+ {
1360
+ "icon_id": "9597496",
1361
+ "name": "56_场景指令_建筑",
1362
+ "font_class": "_changjingzhiling_jianzhu",
1363
+ "unicode": "e6b8",
1364
+ "unicode_decimal": 59064
1365
+ },
1366
+ {
1367
+ "icon_id": "9597497",
1368
+ "name": "56_场景指令_河流报警",
1369
+ "font_class": "_changjingzhiling_heliubaojing",
1370
+ "unicode": "e6b9",
1371
+ "unicode_decimal": 59065
1372
+ },
1373
+ {
1374
+ "icon_id": "9597498",
1375
+ "name": "56_场景指令_监狱",
1376
+ "font_class": "_changjingzhiling_jianyu",
1377
+ "unicode": "e6ba",
1378
+ "unicode_decimal": 59066
1379
+ },
1380
+ {
1381
+ "icon_id": "9597499",
1382
+ "name": "56_场景指令_交通1",
1383
+ "font_class": "_changjingzhiling_jiaotong",
1384
+ "unicode": "e6bb",
1385
+ "unicode_decimal": 59067
1386
+ },
1387
+ {
1388
+ "icon_id": "9597500",
1389
+ "name": "56_场景指令_控制",
1390
+ "font_class": "_changjingzhiling_kongzhi",
1391
+ "unicode": "e6bc",
1392
+ "unicode_decimal": 59068
1393
+ },
1394
+ {
1395
+ "icon_id": "9597501",
1396
+ "name": "56_场景指令_首页",
1397
+ "font_class": "_changjingzhiling_shouye",
1398
+ "unicode": "e6bd",
1399
+ "unicode_decimal": 59069
1400
+ },
1401
+ {
1402
+ "icon_id": "9597502",
1403
+ "name": "56_场景指令_开闸排污",
1404
+ "font_class": "_changjingzhiling_kaizhapaiwu",
1405
+ "unicode": "e6be",
1406
+ "unicode_decimal": 59070
1407
+ },
1408
+ {
1409
+ "icon_id": "9597503",
1410
+ "name": "56_场景指令_交通2",
1411
+ "font_class": "_changjingzhiling_jiaotong1",
1412
+ "unicode": "e6bf",
1413
+ "unicode_decimal": 59071
1414
+ },
1415
+ {
1416
+ "icon_id": "9597504",
1417
+ "name": "56_场景指令_空调报警",
1418
+ "font_class": "_changjingzhiling_kongtiaobaojing",
1419
+ "unicode": "e6c0",
1420
+ "unicode_decimal": 59072
1421
+ },
1422
+ {
1423
+ "icon_id": "9597505",
1424
+ "name": "56_场景指令_能源",
1425
+ "font_class": "_changjingzhiling_nengyuan",
1426
+ "unicode": "e6c1",
1427
+ "unicode_decimal": 59073
1428
+ },
1429
+ {
1430
+ "icon_id": "9597506",
1431
+ "name": "56_场景指令_小镇",
1432
+ "font_class": "_changjingzhiling_xiaozhen",
1433
+ "unicode": "e6c2",
1434
+ "unicode_decimal": 59074
1435
+ },
1436
+ {
1437
+ "icon_id": "9597507",
1438
+ "name": "56_场景指令_三维",
1439
+ "font_class": "_changjingzhiling_sanwei",
1440
+ "unicode": "e6c3",
1441
+ "unicode_decimal": 59075
1442
+ },
1443
+ {
1444
+ "icon_id": "9597508",
1445
+ "name": "56_场景指令_影院",
1446
+ "font_class": "_changjingzhiling_yingyuan",
1447
+ "unicode": "e6c4",
1448
+ "unicode_decimal": 59076
1449
+ },
1450
+ {
1451
+ "icon_id": "9597509",
1452
+ "name": "56_场景指令_消防报警",
1453
+ "font_class": "_changjingzhiling_xiaofangbaojing",
1454
+ "unicode": "e6c5",
1455
+ "unicode_decimal": 59077
1456
+ },
1457
+ {
1458
+ "icon_id": "9597510",
1459
+ "name": "56_场景指令_消防报警恢复",
1460
+ "font_class": "_changjingzhiling_xiaofangbaojinghuifu",
1461
+ "unicode": "e6c6",
1462
+ "unicode_decimal": 59078
1463
+ },
1464
+ {
1465
+ "icon_id": "9597511",
1466
+ "name": "56_场景指令_演示模式",
1467
+ "font_class": "_changjingzhiling_yanshimoshi",
1468
+ "unicode": "e6c7",
1469
+ "unicode_decimal": 59079
1470
+ },
1471
+ {
1472
+ "icon_id": "9597512",
1473
+ "name": "56_场景指令_烟感",
1474
+ "font_class": "_changjingzhiling_yangan",
1475
+ "unicode": "e6c8",
1476
+ "unicode_decimal": 59080
1477
+ },
1478
+ {
1479
+ "icon_id": "9597513",
1480
+ "name": "56_场景指令_照明",
1481
+ "font_class": "_changjingzhiling_zhaoming",
1482
+ "unicode": "e6c9",
1483
+ "unicode_decimal": 59081
1484
+ },
1485
+ {
1486
+ "icon_id": "9597514",
1487
+ "name": "56_场景指令_中心",
1488
+ "font_class": "_changjingzhiling_zhongxin",
1489
+ "unicode": "e6ca",
1490
+ "unicode_decimal": 59082
1491
+ },
1492
+ {
1493
+ "icon_id": "9597653",
1494
+ "name": "88_功能入口_底图",
1495
+ "font_class": "_gongnengrukou_ditu",
1496
+ "unicode": "e6cb",
1497
+ "unicode_decimal": 59083
1498
+ },
1499
+ {
1500
+ "icon_id": "9597654",
1501
+ "name": "48_功能入口_PPT设置",
1502
+ "font_class": "_gongnengrukou_PPTshezhi",
1503
+ "unicode": "e6cc",
1504
+ "unicode_decimal": 59084
1505
+ },
1506
+ {
1507
+ "icon_id": "9597655",
1508
+ "name": "48_功能入口_监控列表",
1509
+ "font_class": "_gongnengrukou_jiankongliebiao",
1510
+ "unicode": "e6cd",
1511
+ "unicode_decimal": 59085
1512
+ },
1513
+ {
1514
+ "icon_id": "9597656",
1515
+ "name": "48_功能入口_欢迎词",
1516
+ "font_class": "_gongnengrukou_huanyingci",
1517
+ "unicode": "e6ce",
1518
+ "unicode_decimal": 59086
1519
+ },
1520
+ {
1521
+ "icon_id": "9597657",
1522
+ "name": "48_功能入口_地图监控",
1523
+ "font_class": "_gongnengrukou_ditujiankong",
1524
+ "unicode": "e6cf",
1525
+ "unicode_decimal": 59087
1526
+ },
1527
+ {
1528
+ "icon_id": "9598959",
1529
+ "name": "56_功能模块_设备联动",
1530
+ "font_class": "_gongnengmokuai_shebeiliandong",
1531
+ "unicode": "e6d0",
1532
+ "unicode_decimal": 59088
1533
+ },
1534
+ {
1535
+ "icon_id": "9598960",
1536
+ "name": "56_功能模块_场景配置",
1537
+ "font_class": "_gongnengmokuai_changjingpeizhi",
1538
+ "unicode": "e6d1",
1539
+ "unicode_decimal": 59089
1540
+ },
1541
+ {
1542
+ "icon_id": "9598961",
1543
+ "name": "56_功能模块_报警排班",
1544
+ "font_class": "_gongnengmokuai_baojingpaiban",
1545
+ "unicode": "e6d2",
1546
+ "unicode_decimal": 59090
1547
+ },
1548
+ {
1549
+ "icon_id": "9598962",
1550
+ "name": "56_功能模块_事件查询",
1551
+ "font_class": "_gongnengmokuai_shijianchaxun",
1552
+ "unicode": "e6d3",
1553
+ "unicode_decimal": 59091
1554
+ },
1555
+ {
1556
+ "icon_id": "9598963",
1557
+ "name": "120_功能模块_底图",
1558
+ "font_class": "_gongnengmokuai_ditu",
1559
+ "unicode": "e6d4",
1560
+ "unicode_decimal": 59092
1561
+ },
1562
+ {
1563
+ "icon_id": "9598964",
1564
+ "name": "56_功能模块_系统配置",
1565
+ "font_class": "_gongnengmokuai_xitongpeizhi",
1566
+ "unicode": "e6d5",
1567
+ "unicode_decimal": 59093
1568
+ },
1569
+ {
1570
+ "icon_id": "1164943",
1571
+ "name": "点",
1572
+ "font_class": "dian",
1573
+ "unicode": "e62c",
1574
+ "unicode_decimal": 58924
1575
+ },
1576
+ {
1577
+ "icon_id": "993873",
1578
+ "name": "语音",
1579
+ "font_class": "yuyin",
1580
+ "unicode": "e6e1",
1581
+ "unicode_decimal": 59105
1582
+ },
1583
+ {
1584
+ "icon_id": "554230",
1585
+ "name": "保存",
1586
+ "font_class": "iconset0238",
1587
+ "unicode": "e6d6",
1588
+ "unicode_decimal": 59094
1589
+ },
1590
+ {
1591
+ "icon_id": "1220293",
1592
+ "name": "勾选",
1593
+ "font_class": "gouxuan",
1594
+ "unicode": "e604",
1595
+ "unicode_decimal": 58884
1596
+ },
1597
+ {
1598
+ "icon_id": "609202",
1599
+ "name": "箭头",
1600
+ "font_class": "jiantouarrow502",
1601
+ "unicode": "e6d7",
1602
+ "unicode_decimal": 59095
1603
+ },
1604
+ {
1605
+ "icon_id": "9845292",
1606
+ "name": "280_撤回",
1607
+ "font_class": "_chehui",
1608
+ "unicode": "e6d8",
1609
+ "unicode_decimal": 59096
1610
+ },
1611
+ {
1612
+ "icon_id": "10816506",
1613
+ "name": "56_茅台场景_人脸门径",
1614
+ "font_class": "_maotaichangjing_renlianmenjing",
1615
+ "unicode": "e6d9",
1616
+ "unicode_decimal": 59097
1617
+ },
1618
+ {
1619
+ "icon_id": "10816507",
1620
+ "name": "56_茅台场景_环境监测",
1621
+ "font_class": "_maotaichangjing_huanjingjiance",
1622
+ "unicode": "e6da",
1623
+ "unicode_decimal": 59098
1624
+ },
1625
+ {
1626
+ "icon_id": "10816508",
1627
+ "name": "56_茅台场景_智慧井盖",
1628
+ "font_class": "_maotaichangjing_zhihuijinggai",
1629
+ "unicode": "e6db",
1630
+ "unicode_decimal": 59099
1631
+ },
1632
+ {
1633
+ "icon_id": "10816509",
1634
+ "name": "56_茅台场景_视频监控",
1635
+ "font_class": "_maotaichangjing_shipinjiankong",
1636
+ "unicode": "e6dc",
1637
+ "unicode_decimal": 59100
1638
+ },
1639
+ {
1640
+ "icon_id": "10816510",
1641
+ "name": "56_茅台场景_智慧照明",
1642
+ "font_class": "_maotaichangjing_zhihuizhaoming",
1643
+ "unicode": "e6dd",
1644
+ "unicode_decimal": 59101
1645
+ },
1646
+ {
1647
+ "icon_id": "10816511",
1648
+ "name": "56_茅台场景_资产管理",
1649
+ "font_class": "_maotaichangjing_zichanguanli",
1650
+ "unicode": "e6de",
1651
+ "unicode_decimal": 59102
1652
+ },
1653
+ {
1654
+ "icon_id": "10816512",
1655
+ "name": "56_茅台场景_智慧停车",
1656
+ "font_class": "_maotaichangjing_zhihuitingche",
1657
+ "unicode": "e6df",
1658
+ "unicode_decimal": 59103
1659
+ },
1660
+ {
1661
+ "icon_id": "11636519",
1662
+ "name": "88_3D",
1663
+ "font_class": "_D",
1664
+ "unicode": "e6e0",
1665
+ "unicode_decimal": 59104
1666
+ },
1667
+ {
1668
+ "icon_id": "11636520",
1669
+ "name": "88_BA",
1670
+ "font_class": "_BA",
1671
+ "unicode": "e6e2",
1672
+ "unicode_decimal": 59106
1673
+ },
1674
+ {
1675
+ "icon_id": "11636521",
1676
+ "name": "88_huanjing",
1677
+ "font_class": "_huanjing",
1678
+ "unicode": "e6e3",
1679
+ "unicode_decimal": 59107
1680
+ },
1681
+ {
1682
+ "icon_id": "11636522",
1683
+ "name": "88_baojing",
1684
+ "font_class": "_baojing",
1685
+ "unicode": "e6e4",
1686
+ "unicode_decimal": 59108
1687
+ },
1688
+ {
1689
+ "icon_id": "11636523",
1690
+ "name": "88_dianti",
1691
+ "font_class": "_dianti",
1692
+ "unicode": "e6e5",
1693
+ "unicode_decimal": 59109
1694
+ },
1695
+ {
1696
+ "icon_id": "11636524",
1697
+ "name": "88_nenghao",
1698
+ "font_class": "_nenghao",
1699
+ "unicode": "e6e6",
1700
+ "unicode_decimal": 59110
1701
+ },
1702
+ {
1703
+ "icon_id": "11636525",
1704
+ "name": "88_jinggai",
1705
+ "font_class": "_jinggai",
1706
+ "unicode": "e6e7",
1707
+ "unicode_decimal": 59111
1708
+ },
1709
+ {
1710
+ "icon_id": "11636526",
1711
+ "name": "88_menjin",
1712
+ "font_class": "_menjin",
1713
+ "unicode": "e6e8",
1714
+ "unicode_decimal": 59112
1715
+ },
1716
+ {
1717
+ "icon_id": "11636527",
1718
+ "name": "88_keliu",
1719
+ "font_class": "_keliu",
1720
+ "unicode": "e6e9",
1721
+ "unicode_decimal": 59113
1722
+ },
1723
+ {
1724
+ "icon_id": "11636528",
1725
+ "name": "88_wangluo",
1726
+ "font_class": "_wangluo",
1727
+ "unicode": "e6ea",
1728
+ "unicode_decimal": 59114
1729
+ },
1730
+ {
1731
+ "icon_id": "11636529",
1732
+ "name": "88_shipin",
1733
+ "font_class": "_shipin",
1734
+ "unicode": "e6eb",
1735
+ "unicode_decimal": 59115
1736
+ },
1737
+ {
1738
+ "icon_id": "11636530",
1739
+ "name": "88_xiaofang",
1740
+ "font_class": "_xiaofang",
1741
+ "unicode": "e6ec",
1742
+ "unicode_decimal": 59116
1743
+ },
1744
+ {
1745
+ "icon_id": "11636531",
1746
+ "name": "88_jifang",
1747
+ "font_class": "_jifang",
1748
+ "unicode": "e6ed",
1749
+ "unicode_decimal": 59117
1750
+ },
1751
+ {
1752
+ "icon_id": "11636532",
1753
+ "name": "88_dengguang",
1754
+ "font_class": "_dengguang",
1755
+ "unicode": "e6ee",
1756
+ "unicode_decimal": 59118
1757
+ },
1758
+ {
1759
+ "icon_id": "11636533",
1760
+ "name": "88_tingchechang",
1761
+ "font_class": "_tingchechang",
1762
+ "unicode": "e6ef",
1763
+ "unicode_decimal": 59119
1764
+ },
1765
+ {
1766
+ "icon_id": "11644401",
1767
+ "name": "48_录像",
1768
+ "font_class": "_luxiang",
1769
+ "unicode": "e6fc",
1770
+ "unicode_decimal": 59132
1771
+ },
1772
+ {
1773
+ "icon_id": "11644402",
1774
+ "name": "48_关闭全部",
1775
+ "font_class": "_guanbiquanbu",
1776
+ "unicode": "e6fe",
1777
+ "unicode_decimal": 59134
1778
+ },
1779
+ {
1780
+ "icon_id": "11644403",
1781
+ "name": "48_全屏",
1782
+ "font_class": "_quanping",
1783
+ "unicode": "e6ff",
1784
+ "unicode_decimal": 59135
1785
+ },
1786
+ {
1787
+ "icon_id": "11644404",
1788
+ "name": "48_快照",
1789
+ "font_class": "_kuaizhao",
1790
+ "unicode": "e700",
1791
+ "unicode_decimal": 59136
1792
+ },
1793
+ {
1794
+ "icon_id": "647455",
1795
+ "name": "播放",
1796
+ "font_class": "bofang",
1797
+ "unicode": "e653",
1798
+ "unicode_decimal": 58963
1799
+ },
1800
+ {
1801
+ "icon_id": "11757270",
1802
+ "name": "56_茅台指令_隐藏窗口",
1803
+ "font_class": "_maotaizhiling_yincangchuangkou",
1804
+ "unicode": "e701",
1805
+ "unicode_decimal": 59137
1806
+ },
1807
+ {
1808
+ "icon_id": "2116272",
1809
+ "name": "关闭",
1810
+ "font_class": "close_icon",
1811
+ "unicode": "e658",
1812
+ "unicode_decimal": 58968
1813
+ },
1814
+ {
1815
+ "icon_id": "11781525",
1816
+ "name": "18_方向键",
1817
+ "font_class": "_fangxiangjian",
1818
+ "unicode": "e702",
1819
+ "unicode_decimal": 59138
1820
+ },
1821
+ {
1822
+ "icon_id": "11781526",
1823
+ "name": "18_功能键_缩小",
1824
+ "font_class": "_gongnengjian_suoxiao",
1825
+ "unicode": "e703",
1826
+ "unicode_decimal": 59139
1827
+ },
1828
+ {
1829
+ "icon_id": "11781527",
1830
+ "name": "18_功能键_放大",
1831
+ "font_class": "_gongnengjian_fangda",
1832
+ "unicode": "e704",
1833
+ "unicode_decimal": 59140
1834
+ },
1835
+ {
1836
+ "icon_id": "11846077",
1837
+ "name": "48_播放",
1838
+ "font_class": "_bofang",
1839
+ "unicode": "e705",
1840
+ "unicode_decimal": 59141
1841
+ },
1842
+ {
1843
+ "icon_id": "11848288",
1844
+ "name": "48_暂停",
1845
+ "font_class": "_zanting",
1846
+ "unicode": "e707",
1847
+ "unicode_decimal": 59143
1848
+ },
1849
+ {
1850
+ "icon_id": "11927416",
1851
+ "name": "48_码率切换",
1852
+ "font_class": "_mashuaiqiehuan",
1853
+ "unicode": "e706",
1854
+ "unicode_decimal": 59142
1855
+ },
1856
+ {
1857
+ "icon_id": "11912611",
1858
+ "name": "24_枪机",
1859
+ "font_class": "_qiangji",
1860
+ "unicode": "e6fa",
1861
+ "unicode_decimal": 59130
1862
+ },
1863
+ {
1864
+ "icon_id": "11912612",
1865
+ "name": "24_球机",
1866
+ "font_class": "_qiuji",
1867
+ "unicode": "e6fb",
1868
+ "unicode_decimal": 59131
1869
+ },
1870
+ {
1871
+ "icon_id": "1630011",
1872
+ "name": "开放SDK下载",
1873
+ "font_class": "kaifangSDKxiazai",
1874
+ "unicode": "e6f0",
1875
+ "unicode_decimal": 59120
1876
+ },
1877
+ {
1878
+ "icon_id": "12548766",
1879
+ "name": "定时",
1880
+ "font_class": "dingshi-",
1881
+ "unicode": "e61e",
1882
+ "unicode_decimal": 58910
1883
+ },
1884
+ {
1885
+ "icon_id": "16096381",
1886
+ "name": "显示",
1887
+ "font_class": "xianshi",
1888
+ "unicode": "e7e3",
1889
+ "unicode_decimal": 59363
1890
+ },
1891
+ {
1892
+ "icon_id": "16096383",
1893
+ "name": "隐藏",
1894
+ "font_class": "yincang",
1895
+ "unicode": "e7e5",
1896
+ "unicode_decimal": 59365
1897
+ },
1898
+ {
1899
+ "icon_id": "16096384",
1900
+ "name": "账号",
1901
+ "font_class": "zhanghao",
1902
+ "unicode": "e7e6",
1903
+ "unicode_decimal": 59366
1904
+ },
1905
+ {
1906
+ "icon_id": "16096428",
1907
+ "name": "密码",
1908
+ "font_class": "mima",
1909
+ "unicode": "e7e7",
1910
+ "unicode_decimal": 59367
1911
+ },
1912
+ {
1913
+ "icon_id": "15346625",
1914
+ "name": "下载",
1915
+ "font_class": "xiazai1",
1916
+ "unicode": "e6f1",
1917
+ "unicode_decimal": 59121
1918
+ },
1919
+ {
1920
+ "icon_id": "17218965",
1921
+ "name": "时间F",
1922
+ "font_class": "shijianF",
1923
+ "unicode": "e8b6",
1924
+ "unicode_decimal": 59574
1925
+ },
1926
+ {
1927
+ "icon_id": "17218966",
1928
+ "name": "时间L",
1929
+ "font_class": "shijianL",
1930
+ "unicode": "e8b7",
1931
+ "unicode_decimal": 59575
1932
+ },
1933
+ {
1934
+ "icon_id": "17218967",
1935
+ "name": "添加L",
1936
+ "font_class": "tianjiaL",
1937
+ "unicode": "e8b8",
1938
+ "unicode_decimal": 59576
1939
+ },
1940
+ {
1941
+ "icon_id": "17218968",
1942
+ "name": "搜索L",
1943
+ "font_class": "sousuoL",
1944
+ "unicode": "e8b9",
1945
+ "unicode_decimal": 59577
1946
+ },
1947
+ {
1948
+ "icon_id": "17218969",
1949
+ "name": "方向L",
1950
+ "font_class": "fangxiangL",
1951
+ "unicode": "e8ba",
1952
+ "unicode_decimal": 59578
1953
+ },
1954
+ {
1955
+ "icon_id": "17218970",
1956
+ "name": "位置F",
1957
+ "font_class": "weizhiF",
1958
+ "unicode": "e8bb",
1959
+ "unicode_decimal": 59579
1960
+ },
1961
+ {
1962
+ "icon_id": "17218971",
1963
+ "name": "账号F",
1964
+ "font_class": "zhanghaoF",
1965
+ "unicode": "e8bc",
1966
+ "unicode_decimal": 59580
1967
+ },
1968
+ {
1969
+ "icon_id": "17226072",
1970
+ "name": "接受完成通过L",
1971
+ "font_class": "jieshouwanchengtongguoL",
1972
+ "unicode": "e8bd",
1973
+ "unicode_decimal": 59581
1974
+ },
1975
+ {
1976
+ "icon_id": "17226073",
1977
+ "name": "重新分配L",
1978
+ "font_class": "zhongxinfenpeiL",
1979
+ "unicode": "e8be",
1980
+ "unicode_decimal": 59582
1981
+ },
1982
+ {
1983
+ "icon_id": "17226074",
1984
+ "name": "分配人员L",
1985
+ "font_class": "fenpeirenyuanL",
1986
+ "unicode": "e8bf",
1987
+ "unicode_decimal": 59583
1988
+ },
1989
+ {
1990
+ "icon_id": "17226075",
1991
+ "name": "转单L",
1992
+ "font_class": "zhuandanL",
1993
+ "unicode": "e8c0",
1994
+ "unicode_decimal": 59584
1995
+ },
1996
+ {
1997
+ "icon_id": "17226076",
1998
+ "name": "误报L",
1999
+ "font_class": "wubaoL",
2000
+ "unicode": "e8c1",
2001
+ "unicode_decimal": 59585
2002
+ },
2003
+ {
2004
+ "icon_id": "15968748",
2005
+ "name": "告警总数",
2006
+ "font_class": "gaojingzongshu",
2007
+ "unicode": "e601",
2008
+ "unicode_decimal": 58881
2009
+ },
2010
+ {
2011
+ "icon_id": "11925986",
2012
+ "name": "16_删除",
2013
+ "font_class": "_shanchu",
2014
+ "unicode": "e6fd",
2015
+ "unicode_decimal": 59133
2016
+ },
2017
+ {
2018
+ "icon_id": "14946937",
2019
+ "name": "16_编辑",
2020
+ "font_class": "16_bianji",
2021
+ "unicode": "e7d2",
2022
+ "unicode_decimal": 59346
2023
+ }
2024
+ ]
2025
+ }