openatc-components 0.5.68 → 0.5.70

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 (333) hide show
  1. package/.babelrc +18 -18
  2. package/.editorconfig +9 -9
  3. package/.eslintignore +5 -5
  4. package/.eslintrc.js +31 -31
  5. package/.postcssrc.js +10 -10
  6. package/README.md +30 -30
  7. package/build/build.js +41 -41
  8. package/build/check-versions.js +54 -54
  9. package/build/package.config.js +58 -58
  10. package/build/package.dev.config.js +107 -107
  11. package/build/package.prod.config.js +160 -160
  12. package/build/utils.js +101 -101
  13. package/build/vue-loader.conf.js +22 -22
  14. package/build/webpack.base.conf.js +120 -120
  15. package/build/webpack.dev.conf.js +95 -95
  16. package/build/webpack.prod.conf.js +149 -149
  17. package/config/prod.env.js +5 -5
  18. package/config/test.env.js +7 -7
  19. package/debug.log +6 -0
  20. package/index.html +12 -12
  21. package/package/kisscomps/components/Channelization/Channelization.vue +585 -585
  22. package/package/kisscomps/components/ChannelizationFlowStatistic/ChannelizationFlowStatistic.vue +360 -360
  23. package/package/kisscomps/components/ChannelizationWithInterface/ChannelizationWithInterface.vue +518 -518
  24. package/package/kisscomps/components/CommonKanban/CommonKanban.vue +132 -132
  25. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-east-bottom.vue +41 -41
  26. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-east-top.vue +60 -60
  27. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-ewped.vue +105 -105
  28. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-north-left.vue +60 -60
  29. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-north-right.vue +60 -60
  30. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-snped.vue +105 -105
  31. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-south-left.vue +60 -60
  32. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-south-right.vue +60 -60
  33. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-west-bottom.vue +60 -60
  34. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-west-top.vue +60 -60
  35. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-xlped.vue +30 -30
  36. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-xrped.vue +30 -30
  37. package/package/kisscomps/components/DirectionListConfiguration/svg/pedSvg.vue +78 -78
  38. package/package/kisscomps/components/DrawChannelization/drawsvg/basicCoordInfo.vue +181 -181
  39. package/package/kisscomps/components/DrawChannelization/drawsvg/channelizationElements.vue +255 -255
  40. package/package/kisscomps/components/DrawChannelization/drawsvg/detectorAssociatedComponent.vue +152 -152
  41. package/package/kisscomps/components/DrawChannelization/drawsvg/drawElement/TextBox.vue +91 -91
  42. package/package/kisscomps/components/DrawChannelization/drawsvg/drawElement/editText.vue +108 -108
  43. package/package/kisscomps/components/DrawChannelization/drawsvg/firstImportCrossmap.vue +51 -51
  44. package/package/kisscomps/components/DrawChannelization/drawsvg/iconSvg/countdownSvg.vue +236 -236
  45. package/package/kisscomps/components/DrawChannelization/drawsvg/iconSvg/detectorChart.vue +247 -247
  46. package/package/kisscomps/components/DrawChannelization/drawsvg/iconSvg/detectorIconSvg.vue +210 -210
  47. package/package/kisscomps/components/DrawChannelization/drawsvg/iconSvg/laneIcon.vue +72 -72
  48. package/package/kisscomps/components/DrawChannelization/drawsvg/iconSvg/motorwayIconSvg.vue +368 -368
  49. package/package/kisscomps/components/DrawChannelization/drawsvg/iconSvg/pedroadIconSvg.vue +230 -230
  50. package/package/kisscomps/components/DrawChannelization/drawsvg/importDialog.vue +74 -74
  51. package/package/kisscomps/components/DrawChannelization/drawsvg/index.vue +144 -144
  52. package/package/kisscomps/components/DrawChannelization/drawsvg/laneEditPanel.vue +707 -707
  53. package/package/kisscomps/components/DrawChannelization/drawsvg/overlapAssociatedComponent.vue +172 -172
  54. package/package/kisscomps/components/DrawChannelization/drawsvg/table.vue +99 -99
  55. package/package/kisscomps/components/DrawChannelization/drawsvg/utils/loadutils.js +87 -87
  56. package/package/kisscomps/components/DrawChannelization/drawsvg/utils/phaseDataModel.js +32 -32
  57. package/package/kisscomps/components/DrawChannelization/drawsvg/utils/phasePos.json +20 -20
  58. package/package/kisscomps/components/DrawChannelization/phaseDataMgr.js +278 -278
  59. package/package/kisscomps/components/ExpendConfig/ExpendConfig.vue +118 -118
  60. package/package/kisscomps/components/FaultDetailModal/FaultDetailModal.vue +178 -178
  61. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/CustomRoadsSvg.vue +46 -46
  62. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/PedSectionEWSvg.vue +447 -447
  63. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/PedSectionSNSvg.vue +341 -341
  64. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampEastSvg.vue +497 -497
  65. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampNorthSvg.vue +353 -353
  66. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampSouthSvg.vue +359 -359
  67. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampWestSvg.vue +443 -443
  68. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/SidewalkSvg.vue +1190 -1190
  69. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LCrossRoadsSvg.vue +640 -640
  70. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeEastRoadsSvg.vue +497 -497
  71. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeNorthRoadsSvg.vue +486 -486
  72. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeSouthRoadsSvg.vue +490 -490
  73. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeWestRoadsSvg.vue +575 -575
  74. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/refreshSvg.vue +63 -63
  75. package/package/kisscomps/components/IntersectionMap/crossDirection/busIcon/busMapSvg.vue +50 -50
  76. package/package/kisscomps/components/IntersectionMap/crossDirection/busIcon/eastBusSvg.vue +167 -167
  77. package/package/kisscomps/components/IntersectionMap/crossDirection/busIcon/northBusSvg.vue +168 -168
  78. package/package/kisscomps/components/IntersectionMap/crossDirection/busIcon/southBusSvg.vue +168 -168
  79. package/package/kisscomps/components/IntersectionMap/crossDirection/busIcon/westBusSvg.vue +169 -169
  80. package/package/kisscomps/components/IntersectionMap/crossDirection/phaseIcon/rampPhaseIconSvg.vue +122 -122
  81. package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.json +196 -196
  82. package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.left.json +196 -196
  83. package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/rampPos.json +52 -52
  84. package/package/kisscomps/components/IntersectionWithInterface/IntersectionWithInterface.vue +4 -3
  85. package/package/kisscomps/components/KanBan/kanban.vue +231 -231
  86. package/package/kisscomps/components/MessageBox/index.vue +96 -96
  87. package/package/kisscomps/components/PatternOptimize/PatternOptimize.vue +329 -329
  88. package/package/kisscomps/components/PatternWalkSvg/PatternWalkSvg.vue +423 -423
  89. package/package/kisscomps/components/PhaseDirectionSelect/PhaseDirectionSelect.vue +126 -126
  90. package/package/kisscomps/components/PhaseDirectionText/PhaseDirectionText.vue +106 -106
  91. package/package/kisscomps/components/PhaseLegend/PhaseLegend.vue +286 -286
  92. package/package/kisscomps/components/PhaseMarker/index.js +6 -6
  93. package/package/kisscomps/components/PhaseMarker/phasemarker.vue +215 -215
  94. package/package/kisscomps/components/PhaseMarker/svg/patternSvg.vue +121 -121
  95. package/package/kisscomps/components/PhaseMarker/svg/phase.vue +60 -60
  96. package/package/kisscomps/components/PhaseMarker/svg/phaseCount.vue +62 -62
  97. package/package/kisscomps/components/PhaseMarker/svg/phaseCountCycle.vue +62 -62
  98. package/package/kisscomps/components/PhaseMarker/svg/phaseSvg.vue +117 -117
  99. package/package/kisscomps/components/PhasePedSelect/index.vue +208 -206
  100. package/package/kisscomps/components/SchemeConfig/azimuthlocking/index.vue +365 -365
  101. package/package/kisscomps/components/SchemeConfig/azimuthlocking/utils.js +92 -92
  102. package/package/kisscomps/components/SchemeConfig/closePhaselControlModal/index.vue +214 -214
  103. package/package/kisscomps/components/SchemeConfig/lockingPhaselControlModal/index.vue +235 -235
  104. package/package/kisscomps/components/SchemeConfig/manualControlModal/index.vue +235 -235
  105. package/package/kisscomps/components/SchemeConfig/manualControlModalNew/controlModelGroup.vue +131 -131
  106. package/package/kisscomps/components/SchemeConfig/manualControlModalNew/othersIcon.vue +151 -151
  107. package/package/kisscomps/components/SchemeConfig/priorityControl/index.vue +215 -215
  108. package/package/kisscomps/components/SchemeConfig/priorityControl/utils.js +163 -163
  109. package/package/kisscomps/components/SchemeConfig/utils/thirdPartypermission.js +95 -95
  110. package/package/kisscomps/components/StageOptimize/StageOptimize.vue +367 -367
  111. package/package/kisscomps/components/StageOptimize/index.js +2 -2
  112. package/package/kisscomps/components/StageStatus/StageStatus.vue +341 -341
  113. package/package/kisscomps/components/SvgIcon/SvgIcon.vue +53 -53
  114. package/package/kisscomps/components/XiaoKanban/DirSelector.vue +356 -356
  115. package/package/kisscomps/components/XiaoKanban/index.vue +122 -122
  116. package/package/kisscomps/components/patternConfig/pattern/planChart/model/coordinationModel.js +665 -665
  117. package/package/kisscomps/components/patternConfig/planMenu.vue +329 -329
  118. package/package/kissui.js +216608 -0
  119. package/package/kissui.min.js +1 -1
  120. package/package.json +1 -1
  121. package/pnpm-lock.yaml +16362 -0
  122. package/src/EdgeMgr/EdgeModelBase.js +16 -16
  123. package/src/EdgeMgr/controller/crossDiagramMgr.js +125 -125
  124. package/src/api/authapi.js +31 -31
  125. package/src/api/config.js +21 -21
  126. package/src/api/device.js +135 -135
  127. package/src/api/fault.js +66 -66
  128. package/src/api/index.js +24 -24
  129. package/src/api/login.js +46 -46
  130. package/src/api/optimize.js +72 -72
  131. package/src/api/passwdAssest.js +101 -101
  132. package/src/api/permission.js +33 -33
  133. package/src/api/route.js +171 -171
  134. package/src/assets/font/LICENSE.txt +202 -202
  135. package/src/assets/font/font.css +6 -6
  136. package/src/i18n/index.js +26 -26
  137. package/src/icons/index.js +20 -20
  138. package/src/icons/svg/azimuthlocking.svg +26 -26
  139. package/src/icons/svg/bendi.svg +110 -110
  140. package/src/icons/svg/bujin.svg +36 -36
  141. package/src/icons/svg/connectBlue.svg +7 -7
  142. package/src/icons/svg/currentvolume.svg +0 -0
  143. package/src/icons/svg/custom-BRTlane.svg +40 -40
  144. package/src/icons/svg/custom-buslane.svg +40 -40
  145. package/src/icons/svg/custom-detector.svg +12 -12
  146. package/src/icons/svg/custom-east-bottom.svg +32 -32
  147. package/src/icons/svg/custom-east-top.svg +32 -32
  148. package/src/icons/svg/custom-ewped.svg +35 -35
  149. package/src/icons/svg/custom-nonmotorizedlane.svg +40 -40
  150. package/src/icons/svg/custom-north-left.svg +32 -32
  151. package/src/icons/svg/custom-north-right.svg +32 -32
  152. package/src/icons/svg/custom-peddetector.svg +17 -17
  153. package/src/icons/svg/custom-snped.svg +35 -35
  154. package/src/icons/svg/custom-south-left.svg +32 -32
  155. package/src/icons/svg/custom-south-right.svg +32 -32
  156. package/src/icons/svg/custom-tramlane.svg +40 -40
  157. package/src/icons/svg/custom-vehiclebranch.svg +40 -40
  158. package/src/icons/svg/custom-vehiclemainroad.svg +41 -41
  159. package/src/icons/svg/custom-west-bottom.svg +32 -32
  160. package/src/icons/svg/custom-west-top.svg +32 -32
  161. package/src/icons/svg/custom-xlped.svg +14 -14
  162. package/src/icons/svg/custom-xrped.svg +14 -14
  163. package/src/icons/svg/cutRed.svg +7 -7
  164. package/src/icons/svg/cycle.svg +0 -0
  165. package/src/icons/svg/dingzhouqi.svg +34 -34
  166. package/src/icons/svg/ganyingkongzhi.svg +30 -30
  167. package/src/icons/svg/guandeng.svg +81 -81
  168. package/src/icons/svg/huangshan.svg +71 -71
  169. package/src/icons/svg/maincontrol.svg +0 -0
  170. package/src/icons/svg/manualcontrolbackground.svg +51 -51
  171. package/src/icons/svg/manualcontrolbackground1.svg +62 -62
  172. package/src/icons/svg/manualcontrolbackgrounden.svg +62 -62
  173. package/src/icons/svg/model.svg +0 -0
  174. package/src/icons/svg/phasediff.svg +0 -0
  175. package/src/icons/svg/prioritycontrol.svg +21 -21
  176. package/src/icons/svg/quanhong.svg +86 -86
  177. package/src/icons/svg/shanghe.svg +11 -11
  178. package/src/icons/svg/shoudong.svg +103 -103
  179. package/src/icons/svg/tentativeplan.svg +28 -28
  180. package/src/icons/svg/time.svg +0 -0
  181. package/src/icons/svg/wuxianlan.svg +46 -46
  182. package/src/icons/svg/xiala.svg +11 -11
  183. package/src/icons/svg/xingrenguojie.svg +33 -33
  184. package/src/icons/svg/xitong.svg +89 -89
  185. package/src/icons/svg/youxian.svg +41 -41
  186. package/src/icons/svg/zizhukongzhi.svg +43 -43
  187. package/src/kisscomps/components/Channelization/Channelization.vue +585 -585
  188. package/src/kisscomps/components/ChannelizationFlowStatistic/ChannelizationFlowStatistic.vue +360 -360
  189. package/src/kisscomps/components/ChannelizationWithInterface/ChannelizationWithInterface.vue +518 -518
  190. package/src/kisscomps/components/CommonKanban/CommonKanban.vue +132 -132
  191. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-east-bottom.vue +41 -41
  192. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-east-top.vue +60 -60
  193. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-ewped.vue +105 -105
  194. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-north-left.vue +60 -60
  195. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-north-right.vue +60 -60
  196. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-snped.vue +105 -105
  197. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-south-left.vue +60 -60
  198. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-south-right.vue +60 -60
  199. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-west-bottom.vue +60 -60
  200. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-west-top.vue +60 -60
  201. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-xlped.vue +30 -30
  202. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-xrped.vue +30 -30
  203. package/src/kisscomps/components/DirectionListConfiguration/svg/pedSvg.vue +78 -78
  204. package/src/kisscomps/components/DrawChannelization/drawsvg/basicCoordInfo.vue +181 -181
  205. package/src/kisscomps/components/DrawChannelization/drawsvg/channelizationElements.vue +255 -255
  206. package/src/kisscomps/components/DrawChannelization/drawsvg/detectorAssociatedComponent.vue +152 -152
  207. package/src/kisscomps/components/DrawChannelization/drawsvg/drawElement/TextBox.vue +91 -91
  208. package/src/kisscomps/components/DrawChannelization/drawsvg/drawElement/editText.vue +108 -108
  209. package/src/kisscomps/components/DrawChannelization/drawsvg/firstImportCrossmap.vue +51 -51
  210. package/src/kisscomps/components/DrawChannelization/drawsvg/iconSvg/countdownSvg.vue +236 -236
  211. package/src/kisscomps/components/DrawChannelization/drawsvg/iconSvg/detectorChart.vue +247 -247
  212. package/src/kisscomps/components/DrawChannelization/drawsvg/iconSvg/detectorIconSvg.vue +210 -210
  213. package/src/kisscomps/components/DrawChannelization/drawsvg/iconSvg/laneIcon.vue +72 -72
  214. package/src/kisscomps/components/DrawChannelization/drawsvg/iconSvg/motorwayIconSvg.vue +368 -368
  215. package/src/kisscomps/components/DrawChannelization/drawsvg/iconSvg/pedroadIconSvg.vue +230 -230
  216. package/src/kisscomps/components/DrawChannelization/drawsvg/importDialog.vue +74 -74
  217. package/src/kisscomps/components/DrawChannelization/drawsvg/index.vue +144 -144
  218. package/src/kisscomps/components/DrawChannelization/drawsvg/laneEditPanel.vue +707 -707
  219. package/src/kisscomps/components/DrawChannelization/drawsvg/overlapAssociatedComponent.vue +172 -172
  220. package/src/kisscomps/components/DrawChannelization/drawsvg/table.vue +99 -99
  221. package/src/kisscomps/components/DrawChannelization/drawsvg/utils/loadutils.js +87 -87
  222. package/src/kisscomps/components/DrawChannelization/drawsvg/utils/phaseDataModel.js +32 -32
  223. package/src/kisscomps/components/DrawChannelization/drawsvg/utils/phasePos.json +20 -20
  224. package/src/kisscomps/components/DrawChannelization/phaseDataMgr.js +278 -278
  225. package/src/kisscomps/components/ExpendConfig/ExpendConfig.vue +118 -118
  226. package/src/kisscomps/components/FaultDetailModal/FaultDetailModal.vue +178 -178
  227. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/CustomRoadsSvg.vue +46 -46
  228. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/PedSectionEWSvg.vue +447 -447
  229. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/PedSectionSNSvg.vue +341 -341
  230. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampEastSvg.vue +497 -497
  231. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampNorthSvg.vue +353 -353
  232. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampSouthSvg.vue +359 -359
  233. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampWestSvg.vue +443 -443
  234. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/SidewalkSvg.vue +1190 -1190
  235. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LCrossRoadsSvg.vue +640 -640
  236. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeEastRoadsSvg.vue +497 -497
  237. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeNorthRoadsSvg.vue +486 -486
  238. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeSouthRoadsSvg.vue +490 -490
  239. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeWestRoadsSvg.vue +575 -575
  240. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/refreshSvg.vue +63 -63
  241. package/src/kisscomps/components/IntersectionMap/crossDirection/busIcon/busMapSvg.vue +50 -50
  242. package/src/kisscomps/components/IntersectionMap/crossDirection/busIcon/eastBusSvg.vue +167 -167
  243. package/src/kisscomps/components/IntersectionMap/crossDirection/busIcon/northBusSvg.vue +168 -168
  244. package/src/kisscomps/components/IntersectionMap/crossDirection/busIcon/southBusSvg.vue +168 -168
  245. package/src/kisscomps/components/IntersectionMap/crossDirection/busIcon/westBusSvg.vue +169 -169
  246. package/src/kisscomps/components/IntersectionMap/crossDirection/phaseIcon/rampPhaseIconSvg.vue +122 -122
  247. package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.json +196 -196
  248. package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.left.json +196 -196
  249. package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/rampPos.json +52 -52
  250. package/src/kisscomps/components/IntersectionWithInterface/IntersectionWithInterface.vue +4 -3
  251. package/src/kisscomps/components/KanBan/kanban.vue +231 -231
  252. package/src/kisscomps/components/MessageBox/index.vue +96 -96
  253. package/src/kisscomps/components/PatternOptimize/PatternOptimize.vue +329 -329
  254. package/src/kisscomps/components/PatternWalkSvg/PatternWalkSvg.vue +423 -423
  255. package/src/kisscomps/components/PhaseDirectionSelect/PhaseDirectionSelect.vue +126 -126
  256. package/src/kisscomps/components/PhaseDirectionText/PhaseDirectionText.vue +106 -106
  257. package/src/kisscomps/components/PhaseLegend/PhaseLegend.vue +286 -286
  258. package/src/kisscomps/components/PhaseMarker/index.js +6 -6
  259. package/src/kisscomps/components/PhaseMarker/phasemarker.vue +215 -215
  260. package/src/kisscomps/components/PhaseMarker/svg/patternSvg.vue +121 -121
  261. package/src/kisscomps/components/PhaseMarker/svg/phase.vue +60 -60
  262. package/src/kisscomps/components/PhaseMarker/svg/phaseCount.vue +62 -62
  263. package/src/kisscomps/components/PhaseMarker/svg/phaseCountCycle.vue +62 -62
  264. package/src/kisscomps/components/PhaseMarker/svg/phaseSvg.vue +117 -117
  265. package/src/kisscomps/components/PhasePedSelect/index.vue +208 -206
  266. package/src/kisscomps/components/SchemeConfig/azimuthlocking/index.vue +365 -365
  267. package/src/kisscomps/components/SchemeConfig/azimuthlocking/utils.js +92 -92
  268. package/src/kisscomps/components/SchemeConfig/closePhaselControlModal/index.vue +214 -214
  269. package/src/kisscomps/components/SchemeConfig/lockingPhaselControlModal/index.vue +235 -235
  270. package/src/kisscomps/components/SchemeConfig/manualControlModal/index.vue +235 -235
  271. package/src/kisscomps/components/SchemeConfig/manualControlModalNew/controlModelGroup.vue +131 -131
  272. package/src/kisscomps/components/SchemeConfig/manualControlModalNew/othersIcon.vue +151 -151
  273. package/src/kisscomps/components/SchemeConfig/priorityControl/index.vue +215 -215
  274. package/src/kisscomps/components/SchemeConfig/priorityControl/utils.js +163 -163
  275. package/src/kisscomps/components/SchemeConfig/utils/thirdPartypermission.js +95 -95
  276. package/src/kisscomps/components/StageOptimize/StageOptimize.vue +367 -367
  277. package/src/kisscomps/components/StageOptimize/index.js +2 -2
  278. package/src/kisscomps/components/StageStatus/StageStatus.vue +341 -341
  279. package/src/kisscomps/components/SvgIcon/SvgIcon.vue +53 -53
  280. package/src/kisscomps/components/XiaoKanban/DirSelector.vue +356 -356
  281. package/src/kisscomps/components/XiaoKanban/index.vue +122 -122
  282. package/src/kisscomps/components/patternConfig/pattern/planChart/model/coordinationModel.js +665 -665
  283. package/src/kisscomps/components/patternConfig/planMenu.vue +329 -329
  284. package/src/lib/publicjs/ArryListUtil.js +38 -38
  285. package/src/lib/publicjs/HttpurlMgr.js +45 -45
  286. package/src/lib/publicjs/KissApi.js +158 -158
  287. package/src/lib/publicjs/KissWSSub/Heartcheck.js +128 -128
  288. package/src/lib/publicjs/KissWSSub/KissWsSub.js +91 -91
  289. package/src/lib/publicjs/KissWSSub/KissWsSubByType.js +152 -152
  290. package/src/lib/publicjs/KissWSSub/SimuWsSubByType.js +44 -44
  291. package/src/lib/publicjs/KissWSSub/Sub.js +51 -51
  292. package/src/lib/publicjs/KissWSSub/SubChannel.js +119 -119
  293. package/src/lib/publicjs/basecomponents.js +65 -65
  294. package/src/lib/publicjs/localStorage.js +112 -112
  295. package/src/lib/publicjs/objdeepcopy.js +32 -32
  296. package/src/lib/publicjs/pageScroll.js +30 -30
  297. package/src/lib/publicjs/passwdAssest.js +101 -101
  298. package/src/lib/publicjs/styleclassfactory.js +32 -32
  299. package/src/store/index.js +26 -26
  300. package/src/store/modules/globalParam.js +67 -67
  301. package/src/utils/ControlFormat.js +6 -7
  302. package/src/utils/conflictList.js +87 -87
  303. package/src/utils/dateFormat.js +41 -41
  304. package/src/utils/index.js +69 -69
  305. package/src/utils/phaseList.js +203 -203
  306. package/src/utils/validate.js +43 -43
  307. package/src/views/home.1.vue +479 -479
  308. package/src/views/home.vue +124 -93
  309. package/src/views/intersection2.vue +10 -6
  310. package/src/views/json/phaseFeature.json +225 -0
  311. package/src/views/json/statusPattern.json +140 -0
  312. package/src/views/schemeconfig.vue +1 -1
  313. package/static/styles/channelizatioon.scss +433 -433
  314. package/static/styles/common.scss +30 -30
  315. package/static/styles/commonkanban.scss +168 -168
  316. package/static/styles/dark/index.scss +2 -2
  317. package/static/styles/dark/theme/element-dark.scss +44 -44
  318. package/static/styles/index.scss +84 -84
  319. package/static/styles/light/index.scss +2 -2
  320. package/static/styles/light/theme/element-light.scss +44 -44
  321. package/static/styles/patternConfig.scss +56 -56
  322. package/static/styles/phasePedSelect.scss +71 -71
  323. package/static/styles/stages.scss +57 -57
  324. package/static/styles/xiaokanban.scss +61 -61
  325. package/static/token.json +2 -2
  326. package/test/e2e/custom-assertions/elementCount.js +27 -27
  327. package/test/e2e/nightwatch.conf.js +46 -46
  328. package/test/e2e/runner.js +48 -48
  329. package/test/e2e/specs/test.js +19 -19
  330. package/test/unit/.eslintrc +7 -7
  331. package/test/unit/jest.conf.js +30 -30
  332. package/test/unit/setup.js +3 -3
  333. package/test/unit/specs/HelloWorld.spec.js +11 -11
@@ -1,93 +1,124 @@
1
- <template>
2
- <div id="test1">
3
- <div>
4
- <phase-marker :params="params"
5
- :dirshow="dirshow"
6
- :showLevel="showLevel"
7
- ></phase-marker>
8
- </div>
9
- <div style="height: 100px;">
10
- <xdr-dir-selector Width="300px"
11
- Height="300px"
12
- :showlist="dirshow"></xdr-dir-selector>
13
- </div>
14
- <div>
15
- <phase-direction-text :phaseidArray="phaseidArray" agentid="12006_423" />
16
- </div>
17
- <div style="width: 200px;">
18
- <phase-direction-select agentid="12006_423" @getSelectPhaseId="getSelectPhaseId" @getSelectPhaseInfo="getSelectPhaseInfo" />
19
- </div>
20
- </div>
21
- </template>
22
-
23
- <script>
24
- export default {
25
- data () {
26
- return {
27
- params: {
28
- countdown: 0,
29
- split: 0,
30
- control: 0,
31
- cycle: 0,
32
- offset: 0,
33
- curpattern: 'NO PLAN'
34
- },
35
- showLevel: 3,
36
- dirshow: [
37
- {
38
- id: 1,
39
- color: '#77FB65'
40
- }, {
41
- id: 2,
42
- color: '#E24B4B'
43
- }
44
- ],
45
- datalist: [
46
- {
47
- value: 5,
48
- name: '测试',
49
- color: '#77FB65'
50
- },
51
- {
52
- value: 1,
53
- name: '吃饭'
54
- }
55
- ],
56
- mainwidth1: '400px',
57
- mainheight1: '25px',
58
- mainwidth: '400px',
59
- mainheight: '25px',
60
- display: true,
61
- name: ['曹操', '刘备', '孙权'],
62
- list1: [{value: 39, maxNum: 50}],
63
- list2: [{value: 55, maxNum: 50}],
64
- list3: [{value: 7, maxNum: 10, color: 'red'}, {value: 80, maxNum: 100}],
65
- progressPercentage: 0,
66
- curseconds: 0,
67
- totalseconds: 86400,
68
- starttime: '2019-04-25 00:00:00',
69
- endtime: '2019-04-26 00:00:00',
70
- phaseidArray: [1, 3]
71
- }
72
- },
73
- methods: {
74
- getSelectPhaseId (phaseid) {
75
- console.log(phaseid)
76
- },
77
- getSelectPhaseInfo (phaseinfo) {
78
- console.log(phaseinfo)
79
- }
80
- },
81
- watch: {
82
- },
83
- mounted () {
84
- }
85
- }
86
- </script>
87
- <style scoped>
88
- .wrap {
89
- /* background: #333333; */
90
- width: 100%;
91
- height: 100%;
92
- }
93
- </style>
1
+ <template>
2
+ <div id="test1">
3
+ <!-- <div>
4
+ <phase-marker :params="params"
5
+ :dirshow="dirshow"
6
+ :showLevel="showLevel"
7
+ ></phase-marker>
8
+ </div>
9
+ <div style="height: 100px;">
10
+ <xdr-dir-selector Width="300px"
11
+ Height="300px"
12
+ :showlist="dirshow"></xdr-dir-selector>
13
+ </div>
14
+ <div>
15
+ <phase-direction-text :phaseidArray="phaseidArray" agentid="12006_423" />
16
+ </div>
17
+ <div style="width: 200px;">
18
+ <phase-direction-select agentid="12006_423" @getSelectPhaseId="getSelectPhaseId" @getSelectPhaseInfo="getSelectPhaseInfo" />
19
+ </div> -->
20
+ <div>
21
+ <Stages :crossStatusData="crossStatusData"
22
+ :phaseList="phaseList"
23
+ :isShowcurrentstage="true"
24
+ @onSelectStages="onSelectStages"></Stages>
25
+ </div>
26
+ </div>
27
+ </template>
28
+
29
+ <script>
30
+ import statusPattern from './json/statusPattern.json'
31
+ import phaseFeature from './json/phaseFeature.json'
32
+ import { setToken } from '../utils/auth'
33
+ export default {
34
+ data () {
35
+ return {
36
+ params: {
37
+ countdown: 0,
38
+ split: 0,
39
+ control: 0,
40
+ cycle: 0,
41
+ offset: 0,
42
+ curpattern: 'NO PLAN'
43
+ },
44
+ showLevel: 3,
45
+ dirshow: [
46
+ {
47
+ id: 1,
48
+ color: '#77FB65'
49
+ }, {
50
+ id: 2,
51
+ color: '#E24B4B'
52
+ }
53
+ ],
54
+ datalist: [
55
+ {
56
+ value: 5,
57
+ name: '测试',
58
+ color: '#77FB65'
59
+ },
60
+ {
61
+ value: 1,
62
+ name: '吃饭'
63
+ }
64
+ ],
65
+ mainwidth1: '400px',
66
+ mainheight1: '25px',
67
+ mainwidth: '400px',
68
+ mainheight: '25px',
69
+ display: true,
70
+ name: ['曹操', '刘备', '孙权'],
71
+ list1: [{value: 39, maxNum: 50}],
72
+ list2: [{value: 55, maxNum: 50}],
73
+ list3: [{value: 7, maxNum: 10, color: 'red'}, {value: 80, maxNum: 100}],
74
+ progressPercentage: 0,
75
+ curseconds: 0,
76
+ totalseconds: 86400,
77
+ starttime: '2019-04-25 00:00:00',
78
+ endtime: '2019-04-26 00:00:00',
79
+ phaseidArray: [1, 3],
80
+ crossStatusData: {},
81
+ phaseList: {},
82
+ // reqUrl: 'http://192.168.13.103:10003/openatc',
83
+ agentId: '12008_835',
84
+ // agentId: '0351-01',
85
+ // reqUrl: 'http://192.168.13.103:10003/openatc',
86
+ Token135: 'eyJraWQiOiIxNzIzMDgzMDcxMzIxIiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTk4NTQ0MzIwMCwiaWF0IjoxNzIyNDM4MDAwfQ.i-RVHcxmtgvD9boQECpBCz7T1fJ0TAjzO5BWin3VdoY',
87
+ Token: 'eyJraWQiOiIxNzU5OTk2MDExMTg5IiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTg5MDU3NjAwMCwiaWF0IjoxNzU5MjQ0NDAwfQ.N0igTWJwfGZYzZJX91V1pevh5Xi7-itNgobQcD7vv_k',
88
+ reqUrl: 'http://192.168.13.113:10003/openatc'
89
+ }
90
+ },
91
+ methods: {
92
+ onSelectStages (res) {
93
+ console.log('onSelectStages')
94
+ console.log(res)
95
+ },
96
+ getSelectPhaseId (phaseid) {
97
+ console.log(phaseid)
98
+ },
99
+ getSelectPhaseInfo (phaseinfo) {
100
+ console.log(phaseinfo)
101
+ },
102
+ setPropsToken (token) {
103
+ // 获取组件外传入的token,便于独立组件调用接口
104
+ if (token && token !== '') {
105
+ setToken(token)
106
+ }
107
+ }
108
+ },
109
+ watch: {
110
+ },
111
+ mounted () {
112
+ this.setPropsToken(this.Token)
113
+ this.crossStatusData = statusPattern.data.data
114
+ this.phaseList = phaseFeature.data.data.phaseList
115
+ }
116
+ }
117
+ </script>
118
+ <style scoped>
119
+ .wrap {
120
+ /* background: #333333; */
121
+ width: 100%;
122
+ height: 100%;
123
+ }
124
+ </style>
@@ -1,11 +1,11 @@
1
1
  <template>
2
2
  <div>
3
3
  <!-- <h2>静态路口图</h2> -->
4
- <intersection-base-map
4
+ <!-- <intersection-base-map
5
5
  ref="intersectionMap"
6
6
  :crossStatusData="crossStatusData"
7
7
  :agentId="agentId"
8
- :clickMode="true" />
8
+ :clickMode="true" /> -->
9
9
 
10
10
  <!-- <button @click="lockPhase" >相位锁定</button><br/>
11
11
  <button @click="unlockPhase" >解锁相位</button><br/>
@@ -49,7 +49,7 @@
49
49
  ref="intersection"
50
50
  :AgentId="agentId"
51
51
  :reqUrl="reqUrl"
52
- :Token="Token"
52
+ :Token="Token112"
53
53
  :roadDirection="roadDirection"
54
54
  :modeName="modeName"
55
55
  :controlName="controlName"
@@ -103,11 +103,15 @@ export default {
103
103
  roadDirection: 'left',
104
104
  // reqUrl: 'http://192.168.13.103:10003/openatc',
105
105
  // agentId: '32050101041121000001',
106
- agentId: '18003',
106
+ agentId: '16102',
107
107
  // agentId: '12007_390',
108
108
  // agentId: '12014',
109
+ // Token135: 'eyJraWQiOiIxNzIzMDgzMDcxMzIxIiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTk4NTQ0MzIwMCwiaWF0IjoxNzIyNDM4MDAwfQ.i-RVHcxmtgvD9boQECpBCz7T1fJ0TAjzO5BWin3VdoY',
110
+ // Token: 'eyJraWQiOiIxNzU5OTk2MDExMTg5IiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTg5MDU3NjAwMCwiaWF0IjoxNzU5MjQ0NDAwfQ.N0igTWJwfGZYzZJX91V1pevh5Xi7-itNgobQcD7vv_k',
111
+ // reqUrl: 'http://192.168.13.113:10003/openatc'
109
112
  reqUrl: 'http://192.168.13.103:10003/openatc',
110
- Token: 'eyJraWQiOiIxNjkzMjkyMzI0NzUyIiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6NDA5MjEzNDQwMCwiaWF0IjoxNjkwODE5MjAwfQ.97bSPcUdh4xgAqkbw96Q-NfLVhFbgK0Yo1S8KYkSwz8',
113
+ Token112: 'eyJraWQiOiIxNzY1NTI3MTA5NzE4IiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MzE2MDc0MjQwMCwiaWF0IjoxNzY0NTE0ODAwfQ.MA6kmPwTmDg9DibpP47cMjSdSpgRP5kNLlWGKmenDGU',
114
+ Token135: 'eyJraWQiOiIxNjkzMjkyMzI0NzUyIiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6NDA5MjEzNDQwMCwiaWF0IjoxNjkwODE5MjAwfQ.97bSPcUdh4xgAqkbw96Q-NfLVhFbgK0Yo1S8KYkSwz8',
111
115
  // agentId: '30003-352',
112
116
  // reqUrl: 'https://kints-dev.devdolphin.com/openatc',
113
117
  // Token: 'eyJraWQiOiIxNjUwNTA5MDI2ODk2IiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJ4aWFvbWluZyIsImV4cCI6MTczNjkwOTAyNiwiaWF0IjoxNjUwNTA5MDI2fQ.-s4T-uMRmB2zf9yer87USKQXLY1a12Zq5lCOnqjNmfA',
@@ -272,7 +276,7 @@ export default {
272
276
  // alert('Hello')
273
277
  // _this.agentId = 'scats1'
274
278
  // }, 5 * 1000)
275
- this.setPropsToken(this.Token)
279
+ this.setPropsToken(this.Token112)
276
280
  window.onresize = () => {
277
281
  return (() => {
278
282
  this.setDialogWidth()
@@ -0,0 +1,225 @@
1
+ {
2
+ "data": {
3
+ "agentid": "3300000008",
4
+ "operation": "get-response",
5
+ "infotype": "feature/all",
6
+ "createtime": "2026-04-20 17:35:10",
7
+ "data": {
8
+ "phaseList": [
9
+ {
10
+ "id": 1,
11
+ "direction": [
12
+ 2
13
+ ],
14
+ "peddirection": [],
15
+ "controltype": 0,
16
+ "mingreen": 0,
17
+ "max1": 0,
18
+ "max2": 0,
19
+ "flashgreen": 0,
20
+ "ring": 1
21
+ },
22
+ {
23
+ "id": 2,
24
+ "direction": [
25
+ 1
26
+ ],
27
+ "peddirection": [],
28
+ "controltype": 0,
29
+ "mingreen": 0,
30
+ "max1": 0,
31
+ "max2": 0,
32
+ "flashgreen": 0,
33
+ "ring": 1
34
+ },
35
+ {
36
+ "id": 3,
37
+ "direction": [
38
+ 3
39
+ ],
40
+ "peddirection": [],
41
+ "controltype": 0,
42
+ "mingreen": 0,
43
+ "max1": 0,
44
+ "max2": 0,
45
+ "flashgreen": 0,
46
+ "ring": 1
47
+ },
48
+ {
49
+ "id": 4,
50
+ "direction": [],
51
+ "peddirection": [
52
+ 1
53
+ ],
54
+ "controltype": 0,
55
+ "mingreen": 0,
56
+ "max1": 0,
57
+ "max2": 0,
58
+ "flashgreen": 0,
59
+ "ring": 1
60
+ },
61
+ {
62
+ "id": 5,
63
+ "direction": [
64
+ 10
65
+ ],
66
+ "peddirection": [],
67
+ "controltype": 0,
68
+ "mingreen": 0,
69
+ "max1": 0,
70
+ "max2": 0,
71
+ "flashgreen": 0,
72
+ "ring": 1
73
+ },
74
+ {
75
+ "id": 6,
76
+ "direction": [
77
+ 9
78
+ ],
79
+ "peddirection": [],
80
+ "controltype": 0,
81
+ "mingreen": 0,
82
+ "max1": 0,
83
+ "max2": 0,
84
+ "flashgreen": 0,
85
+ "ring": 1
86
+ },
87
+ {
88
+ "id": 7,
89
+ "direction": [
90
+ 11
91
+ ],
92
+ "peddirection": [],
93
+ "controltype": 0,
94
+ "mingreen": 0,
95
+ "max1": 0,
96
+ "max2": 0,
97
+ "flashgreen": 0,
98
+ "ring": 1
99
+ },
100
+ {
101
+ "id": 8,
102
+ "direction": [],
103
+ "peddirection": [
104
+ 4
105
+ ],
106
+ "controltype": 0,
107
+ "mingreen": 0,
108
+ "max1": 0,
109
+ "max2": 0,
110
+ "flashgreen": 0,
111
+ "ring": 1
112
+ },
113
+ {
114
+ "id": 9,
115
+ "direction": [
116
+ 6
117
+ ],
118
+ "peddirection": [],
119
+ "controltype": 0,
120
+ "mingreen": 0,
121
+ "max1": 0,
122
+ "max2": 0,
123
+ "flashgreen": 0,
124
+ "ring": 1
125
+ },
126
+ {
127
+ "id": 10,
128
+ "direction": [
129
+ 5
130
+ ],
131
+ "peddirection": [],
132
+ "controltype": 0,
133
+ "mingreen": 0,
134
+ "max1": 0,
135
+ "max2": 0,
136
+ "flashgreen": 0,
137
+ "ring": 1
138
+ },
139
+ {
140
+ "id": 11,
141
+ "direction": [
142
+ 7
143
+ ],
144
+ "peddirection": [],
145
+ "controltype": 0,
146
+ "mingreen": 0,
147
+ "max1": 0,
148
+ "max2": 0,
149
+ "flashgreen": 0,
150
+ "ring": 1
151
+ },
152
+ {
153
+ "id": 12,
154
+ "direction": [],
155
+ "peddirection": [
156
+ 2
157
+ ],
158
+ "controltype": 0,
159
+ "mingreen": 0,
160
+ "max1": 0,
161
+ "max2": 0,
162
+ "flashgreen": 0,
163
+ "ring": 1
164
+ },
165
+ {
166
+ "id": 13,
167
+ "direction": [
168
+ 14
169
+ ],
170
+ "peddirection": [],
171
+ "controltype": 0,
172
+ "mingreen": 0,
173
+ "max1": 0,
174
+ "max2": 0,
175
+ "flashgreen": 0,
176
+ "ring": 1
177
+ },
178
+ {
179
+ "id": 14,
180
+ "direction": [
181
+ 13
182
+ ],
183
+ "peddirection": [],
184
+ "controltype": 0,
185
+ "mingreen": 0,
186
+ "max1": 0,
187
+ "max2": 0,
188
+ "flashgreen": 0,
189
+ "ring": 1
190
+ },
191
+ {
192
+ "id": 15,
193
+ "direction": [
194
+ 15
195
+ ],
196
+ "peddirection": [],
197
+ "controltype": 0,
198
+ "mingreen": 0,
199
+ "max1": 0,
200
+ "max2": 0,
201
+ "flashgreen": 0,
202
+ "ring": 1
203
+ },
204
+ {
205
+ "id": 16,
206
+ "direction": [],
207
+ "peddirection": [
208
+ 3
209
+ ],
210
+ "controltype": 0,
211
+ "mingreen": 0,
212
+ "max1": 0,
213
+ "max2": 0,
214
+ "flashgreen": 0,
215
+ "ring": 1
216
+ }
217
+ ]
218
+ },
219
+ "FrameID": 0
220
+ },
221
+ "success": true,
222
+ "code": "0",
223
+ "message": "Success",
224
+ "timestamp": 1777001148574
225
+ }
@@ -0,0 +1,140 @@
1
+ {
2
+ "data": {
3
+ "agentid": "61090001041121000683",
4
+ "operation": "get-request",
5
+ "infotype": "status/pattern",
6
+ "data": {
7
+ "phase": [
8
+ {
9
+ "id": 1,
10
+ "type": 1,
11
+ "pedtype": 1
12
+ },
13
+ {
14
+ "id": 2,
15
+ "type": 1,
16
+ "pedtype": 1
17
+ },
18
+ {
19
+ "id": 3,
20
+ "type": 1,
21
+ "pedtype": 1
22
+ },
23
+ {
24
+ "id": 4,
25
+ "type": 1,
26
+ "pedtype": 1
27
+ },
28
+ {
29
+ "id": 5,
30
+ "type": 1,
31
+ "pedtype": 1
32
+ },
33
+ {
34
+ "id": 6,
35
+ "type": 1,
36
+ "pedtype": 1
37
+ },
38
+ {
39
+ "id": 7,
40
+ "type": 1,
41
+ "pedtype": 1
42
+ },
43
+ {
44
+ "id": 8,
45
+ "type": 1,
46
+ "pedtype": 1
47
+ },
48
+ {
49
+ "id": 9,
50
+ "type": 1,
51
+ "pedtype": 1
52
+ },
53
+ {
54
+ "id": 10,
55
+ "type": 1,
56
+ "pedtype": 1
57
+ },
58
+ {
59
+ "id": 11,
60
+ "type": 1,
61
+ "pedtype": 1
62
+ },
63
+ {
64
+ "id": 12,
65
+ "type": 1,
66
+ "pedtype": 1
67
+ },
68
+ {
69
+ "id": 13,
70
+ "type": 1,
71
+ "pedtype": 1
72
+ },
73
+ {
74
+ "id": 14,
75
+ "type": 1,
76
+ "pedtype": 1
77
+ },
78
+ {
79
+ "id": 15,
80
+ "type": 1,
81
+ "pedtype": 1
82
+ },
83
+ {
84
+ "id": 16,
85
+ "type": 1,
86
+ "pedtype": 1
87
+ }
88
+ ],
89
+ "mode": 0,
90
+ "control": 5,
91
+ "patternid": 1,
92
+ "cycle": 89,
93
+ "patternoffset": 0,
94
+ "stages": [
95
+ [
96
+ 8,
97
+ 2,
98
+ 16,
99
+ 10
100
+ ],
101
+ [
102
+ 14,
103
+ 12,
104
+ 6,
105
+ 4
106
+ ],
107
+ [
108
+ 1,
109
+ 9
110
+ ]
111
+ ],
112
+ "stages_len": [
113
+ 38,
114
+ 31,
115
+ 18
116
+ ],
117
+ "stages_seq": [
118
+ 1,
119
+ 2,
120
+ 3
121
+ ],
122
+ "current_stage": 1,
123
+ "current_stagecd": 0,
124
+ "current_phase": [
125
+ 8,
126
+ 2,
127
+ 16,
128
+ 10
129
+ ],
130
+ "rings": [],
131
+ "curTime": 154,
132
+ "syncTime": 0
133
+ },
134
+ "FrameID": 0
135
+ },
136
+ "success": true,
137
+ "code": "0",
138
+ "message": "Success",
139
+ "timestamp": 1777001153448
140
+ }
@@ -65,7 +65,7 @@ export default {
65
65
  sidewalkPhaseData: [{key: 'pedphase1653873194007699', phaseid: 1, id: 1, name: '东人行横道', isshow: false}],
66
66
  lockPhaseBtnName: this.$t('openatccomponents.overview.comfirm'),
67
67
  // agentId: '32050101041121000001',
68
- agentId: '19709',
68
+ agentId: '16102',
69
69
  Token112: 'eyJraWQiOiIxNzY1NTI3MTA5NzE4IiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MzE2MDc0MjQwMCwiaWF0IjoxNzY0NTE0ODAwfQ.MA6kmPwTmDg9DibpP47cMjSdSpgRP5kNLlWGKmenDGU',
70
70
  Token: 'eyJraWQiOiIxNzU5OTk2MDExMTg5IiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTg5MDU3NjAwMCwiaWF0IjoxNzU5MjQ0NDAwfQ.N0igTWJwfGZYzZJX91V1pevh5Xi7-itNgobQcD7vv_k',
71
71
  Token103: 'eyJraWQiOiIxNzAxODMyOTQ3MTUwIiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJxeXl0aCIsImV4cCI6MTc2OTc4ODgwMCwiaWF0IjoxNzAxMzYwMDAwfQ.RIQpNEkJibL-RYllirDeNLi8G9-t8PecM_m7KlZNQXg',