openatc-components 0.4.95 → 0.4.97

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openatc-components",
3
- "version": "0.4.95",
3
+ "version": "0.4.97",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -9,14 +9,16 @@
9
9
  * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
10
10
  * See the Mulan PSL v2 for more details.
11
11
  **/
12
- <!--通道实时状态路口图-->
12
+ <!--实时状态路口图-->
13
13
  <template>
14
14
  <div class="channel-realtime-intersection">
15
+ <!--渠化显示开,渠化相位图显示-->
15
16
  <channelization
16
17
  v-if="isDefaultShowQuhua && reset"
17
18
  ref="channelization"
18
- :AgentId="this.AgentId"
19
- :crossStatusData="realTimeChannelData" />
19
+ :AgentId="agentId"
20
+ :crossStatusData="crossStatusData" />
21
+ <!--渠化显示关,原逻辑,第三方显示路口相位状态,非第三方显示通道实时状态-->
20
22
  <IntersectionMap
21
23
  v-if="!isDefaultShowQuhua && reset"
22
24
  ref="intersectionMap"
@@ -130,6 +132,7 @@ export default {
130
132
  // this.crossStatusData = JSON.parse(JSON.stringify(this.channelRealtimeStatusData))
131
133
  // }, 3000)
132
134
  this.getPlatform()
135
+ this.getChannelizatonChart()
133
136
  this.crossStatusData = JSON.parse(JSON.stringify(this.channelRealtimeStatusData))
134
137
  },
135
138
  destroyed () {
@@ -138,4 +141,7 @@ export default {
138
141
  </script>
139
142
 
140
143
  <style lang="css" rel="stylesheet/scss">
144
+ .channel-realtime-intersection {
145
+ width: 100%;
146
+ }
141
147
  </style>
@@ -182,7 +182,7 @@ export default {
182
182
  // agentId: '12007_390',
183
183
  // agentId: '12014',
184
184
  reqUrl: 'http://192.168.13.103:10003/openatc',
185
- Token: 'eyJraWQiOiIxNzYxMjY5Mzk4MDQ2IiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTc2MTI3Mjk5OSwiaWF0IjoxNzYxMjY1Nzk5fQ.5qQJQWZLDI6tav6Mhfc7W6o1fH-NFPVrefQsA6tcNoU',
185
+ Token: 'eyJraWQiOiIxNzYwNjkyMjE3ODM1IiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTc2MDY5NTgxNywiaWF0IjoxNzYwNjg4NjE3fQ.ZOhFCKr7YjVJ-b7mD2G9EE34Pi3XBkdk73rMT0QdP8E',
186
186
  // agentId: '30003-352',
187
187
  // reqUrl: 'https://kints-dev.devdolphin.com/openatc',
188
188
  // Token: 'eyJraWQiOiIxNjUwNTA5MDI2ODk2IiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJ4aWFvbWluZyIsImV4cCI6MTczNjkwOTAyNiwiaWF0IjoxNjUwNTA5MDI2fQ.-s4T-uMRmB2zf9yer87USKQXLY1a12Zq5lCOnqjNmfA',