openatc-components 0.4.51 → 0.4.52
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
|
@@ -784,8 +784,7 @@ export default {
|
|
|
784
784
|
this.curChooseIcon = {}
|
|
785
785
|
axios.get('./img/CrossRoadsSvg.svg').then((val) => {
|
|
786
786
|
if (!val.data || val.data === '') return
|
|
787
|
-
this.
|
|
788
|
-
crossMap: {
|
|
787
|
+
this.CrossMapData = {
|
|
789
788
|
index: -2,
|
|
790
789
|
icontype: 'crossmap',
|
|
791
790
|
x: 435,
|
|
@@ -796,7 +795,6 @@ export default {
|
|
|
796
795
|
imgfilesrc: '',
|
|
797
796
|
svgstr: val.data,
|
|
798
797
|
type: 'vectorgraph'
|
|
799
|
-
}
|
|
800
798
|
}
|
|
801
799
|
})
|
|
802
800
|
},
|
|
@@ -167,7 +167,7 @@ export default {
|
|
|
167
167
|
// agentId: '12007_390',
|
|
168
168
|
// agentId: '12014',
|
|
169
169
|
reqUrl: 'http://192.168.13.103:10003/openatc',
|
|
170
|
-
Token: '
|
|
170
|
+
Token: 'eyJraWQiOiIxNzQyMzY0ODY2NjgxIiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTc0MjM2ODQ2NiwiaWF0IjoxNzQyMzYxMjY2fQ.gx5NHhNR27AxC9DW0-AYnB5Qhxe8ji3KHzHwX_-pSV4',
|
|
171
171
|
// agentId: '30003-352',
|
|
172
172
|
// reqUrl: 'https://kints-dev.devdolphin.com/openatc',
|
|
173
173
|
// Token: 'eyJraWQiOiIxNjUwNTA5MDI2ODk2IiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJ4aWFvbWluZyIsImV4cCI6MTczNjkwOTAyNiwiaWF0IjoxNjUwNTA5MDI2fQ.-s4T-uMRmB2zf9yer87USKQXLY1a12Zq5lCOnqjNmfA',
|