openatc-components 0.4.88 → 0.4.90
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/config/index.js +137 -137
- package/package/kisscomps/components/BoardCard/BoardCard.vue +4 -0
- package/package/kisscomps/components/DirectionListConfiguration/DirectionListConfiguration.vue +2 -2
- package/package/kisscomps/components/IntersectionDirectionSelection/IntersectionDirectionSelection.vue +9 -6
- package/package/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +52 -15
- package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/phasePos.json +0 -16
- package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/sidePos.json +0 -16
- package/package/kisscomps/components/IntersectionMap/intersectionmap.vue +5 -0
- package/package/kisscomps/components/OverviewComponent/index.vue +33 -7
- package/package/kisscomps/components/PatternStatus/PatternStatus.vue +81 -1
- package/package/kisscomps/components/SchemeConfig/SchemeConfig.vue +30 -7
- package/package/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +19 -0
- package/package/kisscomps/components/overView/index.vue +30 -7
- package/package/kisscomps/components/patternList/patternList.vue +4 -0
- package/package/kisscomps/index.js +2 -6
- package/package/kissui.min.js +1 -1
- package/package.json +1 -1
- package/src/App.vue +24 -20
- package/src/i18n/language/en.js +0 -78
- package/src/i18n/language/index.js +25 -31
- package/src/i18n/language/zh.js +0 -78
- package/src/kisscomps/components/BoardCard/BoardCard.vue +4 -0
- package/src/kisscomps/components/DirectionListConfiguration/DirectionListConfiguration.vue +2 -2
- package/src/kisscomps/components/IntersectionDirectionSelection/IntersectionDirectionSelection.vue +9 -6
- package/src/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +52 -15
- package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/phasePos.json +0 -16
- package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/sidePos.json +0 -16
- package/src/kisscomps/components/IntersectionMap/intersectionmap.vue +5 -0
- package/src/kisscomps/components/OverviewComponent/index.vue +33 -7
- package/src/kisscomps/components/PatternStatus/PatternStatus.vue +81 -1
- package/src/kisscomps/components/SchemeConfig/SchemeConfig.vue +30 -7
- package/src/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +19 -0
- package/src/kisscomps/components/overView/index.vue +30 -7
- package/src/kisscomps/components/patternList/patternList.vue +4 -0
- package/src/kisscomps/index.js +2 -6
- package/src/utils/ControlFormat.js +36 -14
- package/src/utils/auth.js +199 -199
- package/src/utils/fault.js +72 -20
- package/src/utils/faultcode.js +182 -130
- package/src/utils/responseMessage.js +21 -24
- package/src/views/intersection.vue +14 -7
- package/src/views/patternConfig.vue +2 -2
- package/src/views/schemeconfig.vue +1 -1
- package/src/i18n/language/ru.js +0 -1555
package/src/utils/faultcode.js
CHANGED
|
@@ -37,137 +37,189 @@ let faultCodeMap = new Map([
|
|
|
37
37
|
[904, '关灯']
|
|
38
38
|
])
|
|
39
39
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
40
|
+
let faultCodeMapEn = new Map([
|
|
41
|
+
[101, 'CanBus Fault'],
|
|
42
|
+
[102, 'Yellow Flasher Fault'],
|
|
43
|
+
[103, 'Relay Not Work'],
|
|
44
|
+
[201, 'LampBoard ID Fault'],
|
|
45
|
+
[202, 'LampBoard Offline'],
|
|
46
|
+
[203, 'No Red Lamp Is On'],
|
|
47
|
+
[204, 'Red And Green Conflict'],
|
|
48
|
+
[205, 'Green Conflict'],
|
|
49
|
+
[206, 'Red Lamp Voltage Fault'],
|
|
50
|
+
[207, 'Yellow Lamp Voltage Fault'],
|
|
51
|
+
[208, 'Green Lamp Voltage Fault'],
|
|
52
|
+
[209, 'Red Lamp Lamp Power Fault'],
|
|
53
|
+
[210, 'Yellow Lamp Lamp Power Fault'],
|
|
54
|
+
[211, 'Green Lamp Lamp Power Fault'],
|
|
55
|
+
[212, 'Lamp pack failure'],
|
|
56
|
+
[213, 'Car detector failure'],
|
|
57
|
+
[214, 'Lamp Control Board Slot Code Error'],
|
|
58
|
+
[215, 'Code Error Of Lamp Control Board Plug'],
|
|
59
|
+
[216, 'The Number Of Lamp Control Board Not be Configed for The Master'],
|
|
60
|
+
[301, 'VehDetBoard Is Not Init'],
|
|
61
|
+
[302, 'VehDetBoard Is Offline'],
|
|
62
|
+
[303, 'VehDetector Short Circiut'],
|
|
63
|
+
[304, 'VehDetector Open Circiut'],
|
|
64
|
+
[401, 'I/O Board Is Not Init'],
|
|
65
|
+
[402, 'I/O Board Offline'],
|
|
66
|
+
[501, 'Fault Det Board'],
|
|
67
|
+
[601, 'Fault TZParam'],
|
|
68
|
+
[602, 'Fault HWParam'],
|
|
69
|
+
[603, 'System processing exception'],
|
|
70
|
+
[604, 'System storage exception'],
|
|
71
|
+
[701, 'The front door of the cabinet is open'],
|
|
72
|
+
[702, 'The back door of the cabinet is open'],
|
|
73
|
+
[901, 'Offline'],
|
|
74
|
+
[902, 'Yellow Flash'],
|
|
75
|
+
[903, 'All Red'],
|
|
76
|
+
[904, 'Dark Control']
|
|
77
|
+
])
|
|
78
78
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
79
|
+
const TZParamSubtypeMap = new Map([
|
|
80
|
+
[0, ''],
|
|
81
|
+
[1, '特征参数文件不存在'],
|
|
82
|
+
[2, '特征参数文件不可读'],
|
|
83
|
+
[3, '特征参数人为修改'],
|
|
84
|
+
[4, '特征参数文件打开失败'],
|
|
85
|
+
[5, '特征参数文件更新失败'],
|
|
86
|
+
[6, '信号机地址码校验失败'],
|
|
87
|
+
[7, '特征参数内容格式错误'],
|
|
88
|
+
[8, 'USB挂载失败'],
|
|
89
|
+
[9, 'U盘没找到'],
|
|
90
|
+
[10, '设备参数异常']
|
|
91
|
+
])
|
|
92
|
+
const TZParamSubtypeMapEn = new Map([
|
|
93
|
+
[0, ''],
|
|
94
|
+
[1, 'Non-existent'],
|
|
95
|
+
[2, 'File Is Unreadable'],
|
|
96
|
+
[3, 'File Artificial Changes'],
|
|
97
|
+
[4, 'File Open Fail'],
|
|
98
|
+
[5, 'File Update Fail'],
|
|
99
|
+
[6, 'File Check SiteID Fail'],
|
|
100
|
+
[7, 'Format Error'],
|
|
101
|
+
[8, 'USB Mount Fail'],
|
|
102
|
+
[9, 'USB Not Find'],
|
|
103
|
+
[10, 'HWParam Check Fault']
|
|
104
|
+
])
|
|
105
|
+
const greenLampSubtypeMap = new Map([
|
|
106
|
+
[0, ''],
|
|
107
|
+
[1, '未输出有效电压'],
|
|
108
|
+
[2, '输出电压低于输入电压过多'],
|
|
109
|
+
[3, '输出电压高于输入电压'],
|
|
110
|
+
[4, '关闭输出但实际电压仍然输出'],
|
|
111
|
+
[5, '关闭输出但实际电压部分输出'],
|
|
112
|
+
[6, '线路残留电压过高']
|
|
113
|
+
])
|
|
114
|
+
const greenLampSubtypeMapEn = new Map([
|
|
115
|
+
[0, ''],
|
|
116
|
+
[1, 'Output Volatage Is Fail'],
|
|
117
|
+
[2, 'Output Volatage Is Low'],
|
|
118
|
+
[3, 'Output Volatage Is High'],
|
|
119
|
+
[4, 'Off Output Volatage Is high'],
|
|
120
|
+
[5, 'Off Output Volatage Is low'],
|
|
121
|
+
[6, 'Residual Voltage Is Over-High']
|
|
122
|
+
])
|
|
123
|
+
const lampPowerSubtypeMap = new Map([
|
|
124
|
+
[0, ''],
|
|
125
|
+
[1, '功率异常增加'],
|
|
126
|
+
[2, '功率异常减少'],
|
|
127
|
+
[3, '功率无输出'],
|
|
128
|
+
[4, '关闭状态有功率输出']
|
|
129
|
+
])
|
|
130
|
+
const lampPowerSubtypeMapEn = new Map([
|
|
131
|
+
[0, ''],
|
|
132
|
+
[1, 'Output Power Is Up'],
|
|
133
|
+
[2, 'Output Power Is Down'],
|
|
134
|
+
[3, 'Output Power Is Zero'],
|
|
135
|
+
[4, 'Off Output Power Is High']
|
|
136
|
+
])
|
|
137
|
+
const LampGroupSubtypeMap = new Map([
|
|
138
|
+
[0, ''],
|
|
139
|
+
[1, '红灯故障'],
|
|
140
|
+
[2, '黄灯故障'],
|
|
141
|
+
[3, '绿灯故障']
|
|
142
|
+
])
|
|
143
|
+
const LampGroupSubtypeMapEn = new Map([
|
|
144
|
+
[0, ''],
|
|
145
|
+
[1, 'Red Lamp Fault'],
|
|
146
|
+
[2, 'Yellow Lamp Fault'],
|
|
147
|
+
[3, 'Green Lamp Fault']
|
|
148
|
+
])
|
|
149
|
+
const faultLevelMap = new Map([
|
|
150
|
+
[1, '一般故障'],
|
|
151
|
+
[2, '降级故障'],
|
|
152
|
+
[3, '严重故障']
|
|
153
|
+
])
|
|
154
|
+
const faultLevelMapEn = new Map([
|
|
155
|
+
[1, 'General failure'],
|
|
156
|
+
[2, 'Degradation failure'],
|
|
157
|
+
[3, 'Serious failure']
|
|
158
|
+
])
|
|
159
|
+
|
|
160
|
+
function getFaultMesEn (codeList) {
|
|
161
|
+
let faultArr = []
|
|
162
|
+
for (let data of codeList) {
|
|
163
|
+
let strArr = []
|
|
164
|
+
if (data[0] === 103) {
|
|
165
|
+
strArr[1] = TZParamSubtypeMapEn.get(data[1])
|
|
166
|
+
} else if (data[0] === 208 || data[0] === 207 || data[0] === 206) {
|
|
167
|
+
strArr[1] = greenLampSubtypeMapEn.get(data[1])
|
|
168
|
+
} else if (data[0] === 211 || data[0] === 210 || data[0] === 209) {
|
|
169
|
+
strArr[1] = lampPowerSubtypeMapEn.get(data[1])
|
|
170
|
+
} else if (data[0] === 212) {
|
|
171
|
+
strArr[1] = LampGroupSubtypeMapEn.get(data[1])
|
|
172
|
+
} else {
|
|
173
|
+
strArr[1] = ''
|
|
174
|
+
}
|
|
175
|
+
strArr[0] = faultCodeMapEn.get(data[0])
|
|
176
|
+
if (data[1] !== 0) {
|
|
177
|
+
faultArr.push(`${strArr[0]}--${strArr[1]}`)
|
|
178
|
+
} else {
|
|
179
|
+
faultArr.push(`${strArr[0]}`)
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
return faultArr
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
function getFaultMesZh (codeList) {
|
|
186
|
+
let faultArr = []
|
|
187
|
+
for (let data of codeList) {
|
|
188
|
+
let strArr = []
|
|
189
|
+
if (data[0] === 103) {
|
|
190
|
+
strArr[1] = TZParamSubtypeMap.get(data[1])
|
|
191
|
+
} else if (data[0] === 208 || data[0] === 207 || data[0] === 206) {
|
|
192
|
+
strArr[1] = greenLampSubtypeMap.get(data[1])
|
|
193
|
+
} else if (data[0] === 211 || data[0] === 210 || data[0] === 209) {
|
|
194
|
+
strArr[1] = lampPowerSubtypeMap.get(data[1])
|
|
195
|
+
} else if (data[0] === 212) {
|
|
196
|
+
strArr[1] = LampGroupSubtypeMap.get(data[1])
|
|
197
|
+
} else {
|
|
198
|
+
strArr[1] = ''
|
|
199
|
+
}
|
|
200
|
+
strArr[0] = faultCodeMap.get(data[0])
|
|
201
|
+
if (data[1] !== 0) {
|
|
202
|
+
faultArr.push(`${strArr[0]}--${strArr[1]}`)
|
|
203
|
+
} else {
|
|
204
|
+
faultArr.push(`${strArr[0]}`)
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
return faultArr
|
|
208
|
+
}
|
|
159
209
|
|
|
160
210
|
export {
|
|
161
|
-
faultCodeMap
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
211
|
+
faultCodeMap,
|
|
212
|
+
faultCodeMapEn,
|
|
213
|
+
getFaultMesEn,
|
|
214
|
+
getFaultMesZh,
|
|
215
|
+
faultLevelMap,
|
|
216
|
+
faultLevelMapEn,
|
|
217
|
+
TZParamSubtypeMap,
|
|
218
|
+
TZParamSubtypeMapEn,
|
|
219
|
+
greenLampSubtypeMap,
|
|
220
|
+
greenLampSubtypeMapEn,
|
|
221
|
+
lampPowerSubtypeMap,
|
|
222
|
+
lampPowerSubtypeMapEn,
|
|
223
|
+
LampGroupSubtypeMap,
|
|
224
|
+
LampGroupSubtypeMapEn
|
|
173
225
|
}
|
|
@@ -1,24 +1,21 @@
|
|
|
1
|
-
import i18n from '../i18n/index'
|
|
2
|
-
import en from '../i18n/language/en'
|
|
3
|
-
import zh from '../i18n/language/zh'
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
let
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
export {
|
|
23
|
-
getMessageByCode
|
|
24
|
-
}
|
|
1
|
+
import i18n from '../i18n/index'
|
|
2
|
+
import en from '../i18n/language/en'
|
|
3
|
+
import zh from '../i18n/language/zh'
|
|
4
|
+
|
|
5
|
+
function getMessageByCode (code, langusge) {
|
|
6
|
+
let res = i18n.t('openatccomponents.message.errorcode') + ' ' + code
|
|
7
|
+
let message = zh.openatccomponents.message
|
|
8
|
+
if (code && langusge) {
|
|
9
|
+
if (langusge === 'en') {
|
|
10
|
+
message = en.openatccomponents.message
|
|
11
|
+
}
|
|
12
|
+
if (message[code]) {
|
|
13
|
+
res = message[code]
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
return res
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export {
|
|
20
|
+
getMessageByCode
|
|
21
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div>
|
|
3
|
-
<intersection-with-interface :AgentId="agentId" />
|
|
3
|
+
<!-- <intersection-with-interface :AgentId="agentId" /> -->
|
|
4
4
|
<h2 class="text">实时通道路口图</h2>
|
|
5
5
|
<!-- <channel-realtime-intersection
|
|
6
6
|
:agentId="this.agentId"
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
<!-- channelType是按通道显示方向;不传按相位显示方向 -->
|
|
13
13
|
<!-- clickMode是否开启方向选择功能 -->
|
|
14
14
|
<el-button @click="clear"></el-button>
|
|
15
|
-
<custom-intersection-base-map
|
|
15
|
+
<!-- <custom-intersection-base-map
|
|
16
16
|
ref="intersectionMap3"
|
|
17
17
|
clickMode
|
|
18
18
|
channelType
|
|
19
19
|
:agentId="this.agentId"
|
|
20
20
|
:choosedDirection="choosedDirection"
|
|
21
|
-
:choosedPedDirection="choosedPedDirection"/>
|
|
21
|
+
:choosedPedDirection="choosedPedDirection"/> -->
|
|
22
22
|
|
|
23
23
|
<!-- 按通道获取相位的方向选择列表,特殊路口显示列表,普通路口显示模版路口图 -->
|
|
24
24
|
<h2 class="text">非第三方配置路口图(按通道显示相位方向)</h2>
|
|
@@ -51,13 +51,20 @@
|
|
|
51
51
|
:choosedPedDirection="[3,4]"
|
|
52
52
|
:roadDirection="roadDirection" /> -->
|
|
53
53
|
<el-button @click="refresh">刷新特勤路口底图</el-button>
|
|
54
|
-
<intersection-direction-selection
|
|
54
|
+
<!-- <intersection-direction-selection
|
|
55
55
|
ref="selectMap"
|
|
56
|
-
:agentId="
|
|
56
|
+
:agentId="16005"
|
|
57
57
|
:clickMode="false"
|
|
58
58
|
:choosedDirection="[14,6,13,8]"
|
|
59
59
|
:choosedPedDirection="[1]"
|
|
60
|
-
:roadDirection="roadDirection" />
|
|
60
|
+
:roadDirection="roadDirection" /> -->
|
|
61
|
+
|
|
62
|
+
<intersection-direction-selection
|
|
63
|
+
agentId="16005"
|
|
64
|
+
:clickMode="false"
|
|
65
|
+
roadDirection="right"
|
|
66
|
+
:choosedDirection="[]"
|
|
67
|
+
:choosedPedDirection="[]" />
|
|
61
68
|
|
|
62
69
|
<!-- <button @click="lockPhase" >相位锁定</button><br/>
|
|
63
70
|
<button @click="unlockPhase" >解锁相位</button><br/>
|
|
@@ -181,7 +188,7 @@ export default {
|
|
|
181
188
|
// agentId: '12007_390',
|
|
182
189
|
// agentId: '12014',
|
|
183
190
|
reqUrl: 'http://192.168.13.103:10003/openatc',
|
|
184
|
-
Token: '
|
|
191
|
+
Token: 'eyJraWQiOiIxNzYwNjc3OTM3NjY2IiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTc2MDY4MTUzNywiaWF0IjoxNzYwNjc0MzM3fQ.QaiAkg_IxWP9rvcmL22GrHU3BTjw9x8S8oMMpolKFZo',
|
|
185
192
|
// agentId: '30003-352',
|
|
186
193
|
// reqUrl: 'https://kints-dev.devdolphin.com/openatc',
|
|
187
194
|
// Token: 'eyJraWQiOiIxNjUwNTA5MDI2ODk2IiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJ4aWFvbWluZyIsImV4cCI6MTczNjkwOTAyNiwiaWF0IjoxNjUwNTA5MDI2fQ.-s4T-uMRmB2zf9yer87USKQXLY1a12Zq5lCOnqjNmfA',
|
|
@@ -166,7 +166,7 @@ export default {
|
|
|
166
166
|
// agentId: '0351-01',
|
|
167
167
|
reqUrl: 'http://192.168.13.103:10003/openatc',
|
|
168
168
|
Token135: 'eyJraWQiOiIxNzIzMDgzMDcxMzIxIiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTk4NTQ0MzIwMCwiaWF0IjoxNzIyNDM4MDAwfQ.i-RVHcxmtgvD9boQECpBCz7T1fJ0TAjzO5BWin3VdoY',
|
|
169
|
-
Token: '
|
|
169
|
+
Token: 'eyJraWQiOiIxNzAwMjAwNDQ4MTA0IiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTc2NzExMDQwMCwiaWF0IjoxNjk5Mjg2NDAwfQ.AyVJCGmVQVafdWBDQ7TMhVQ5Dvjy13NeuQ8rimTPgtc',
|
|
170
170
|
// reqUrl: 'http://192.168.13.113:10003/openatc',
|
|
171
171
|
// Token: 'eyJraWQiOiIxNjkxMzcxMTc5ODcxIiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTcxNDE0NzIwMCwiaWF0IjoxNjkwODE5MjAwfQ.AhUj9taw4_IpP77AmP5bvCE87dDQ4-ZdsEJzrlWXKF8',
|
|
172
172
|
// agentId: '30003-352',
|
|
@@ -14738,7 +14738,7 @@ export default {
|
|
|
14738
14738
|
// // _this.agentId = 'scats1'
|
|
14739
14739
|
// _this.agentids = ['gjnlahql', 'gjnlgjxl']
|
|
14740
14740
|
// }, 5 * 1000)
|
|
14741
|
-
this.setPropsToken(this.
|
|
14741
|
+
this.setPropsToken(this.Token135)
|
|
14742
14742
|
// this.setPropsToken(this.Token)
|
|
14743
14743
|
window.onresize = () => {
|
|
14744
14744
|
return (() => {
|
|
@@ -62,7 +62,7 @@ export default {
|
|
|
62
62
|
sidewalkPhaseData: [{key: 'pedphase1653873194007699', phaseid: 1, id: 1, name: '东人行横道', isshow: false}],
|
|
63
63
|
lockPhaseBtnName: this.$t('openatccomponents.overview.comfirm'),
|
|
64
64
|
agentId: '32050101041121000001',
|
|
65
|
-
Token: '
|
|
65
|
+
Token: 'eyJraWQiOiIxNzAxODMyOTQ3MTUwIiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJxeXl0aCIsImV4cCI6MTc2OTc4ODgwMCwiaWF0IjoxNzAxMzYwMDAwfQ.RIQpNEkJibL-RYllirDeNLi8G9-t8PecM_m7KlZNQXg',
|
|
66
66
|
Token103: 'eyJraWQiOiIxNzAxODMyOTQ3MTUwIiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJxeXl0aCIsImV4cCI6MTc2OTc4ODgwMCwiaWF0IjoxNzAxMzYwMDAwfQ.RIQpNEkJibL-RYllirDeNLi8G9-t8PecM_m7KlZNQXg',
|
|
67
67
|
boxVisible: false,
|
|
68
68
|
dialogWidth: '80%',
|