openatc-components 0.3.102 → 0.3.104
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/kisscomps/components/SchemeConfig/SchemeConfig.vue +3 -5
- package/package/kisscomps/components/SchemeConfig/manualControlModalNew/index.vue +1 -1
- package/package/kisscomps/components/SchemeConfig/utils/thirdPartypermission.js +1 -0
- package/package/kissui.min.js +1 -1
- package/package.json +1 -1
- package/src/kisscomps/components/SchemeConfig/SchemeConfig.vue +3 -5
- package/src/kisscomps/components/SchemeConfig/manualControlModalNew/index.vue +1 -1
- package/src/kisscomps/components/SchemeConfig/utils/thirdPartypermission.js +1 -0
- package/src/views/intersection.vue +1 -1
- package/src/views/overView.vue +1 -1
package/package.json
CHANGED
|
@@ -631,11 +631,9 @@ export default {
|
|
|
631
631
|
this.$message.error(msg)
|
|
632
632
|
return
|
|
633
633
|
}
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
this.thirdPartyControl = getPermissionControl(res.data.data)
|
|
638
|
-
}
|
|
634
|
+
this.funcSort = 'thirdPartyFunc'
|
|
635
|
+
this.thirdPartyControlMenu = getPermissionMenu(res.data.data)
|
|
636
|
+
this.thirdPartyControl = getPermissionControl(res.data.data)
|
|
639
637
|
})
|
|
640
638
|
},
|
|
641
639
|
handleGetData (data) {
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
</div>
|
|
185
185
|
</el-tab-pane>
|
|
186
186
|
<el-tab-pane :label="$t('openatccomponents.overview.others')" name="others"
|
|
187
|
-
v-if="(funcSort === 'allFunc' || (funcSort === 'thirdPartyFunc'&& thirdPartyControlMenu.indexOf('其他') !== -1))"
|
|
187
|
+
v-if="(funcSort === 'allFunc' || (funcSort === 'thirdPartyFunc'&& thirdPartyControlMenu.indexOf('其他') !== -1))">
|
|
188
188
|
<ControlModelGroup
|
|
189
189
|
v-if="activeName === 'others' && funcSort === 'allFunc'"
|
|
190
190
|
ref="ControlModelGroup"
|
|
@@ -166,7 +166,7 @@ export default {
|
|
|
166
166
|
// agentId: '12007_390',
|
|
167
167
|
// agentId: '12014',
|
|
168
168
|
reqUrl: 'http://192.168.13.103:10003/openatc',
|
|
169
|
-
Token: '
|
|
169
|
+
Token: 'eyJraWQiOiIxNzM0MDcxNTQwMTUxIiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTczNDA3NTE0MCwiaWF0IjoxNzM0MDY3OTQwfQ.eNEi1GloqP28T1J5KTQNQpUtVr_mNk7XNR_6Ifr8dAQ',
|
|
170
170
|
// agentId: '30003-352',
|
|
171
171
|
// reqUrl: 'https://kints-dev.devdolphin.com/openatc',
|
|
172
172
|
// Token: 'eyJraWQiOiIxNjUwNTA5MDI2ODk2IiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJ4aWFvbWluZyIsImV4cCI6MTczNjkwOTAyNiwiaWF0IjoxNjUwNTA5MDI2fQ.-s4T-uMRmB2zf9yer87USKQXLY1a12Zq5lCOnqjNmfA',
|
package/src/views/overView.vue
CHANGED
|
@@ -19,7 +19,7 @@ export default {
|
|
|
19
19
|
isShowMode: true,
|
|
20
20
|
modeName: '交警遥控',
|
|
21
21
|
controlName: '步进',
|
|
22
|
-
agentId: '
|
|
22
|
+
agentId: 'stao',
|
|
23
23
|
Token: 'eyJraWQiOiIxNzA4OTA5NDk2ODcxIiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTcwODk1MjY5NiwiaWF0IjoxNzA4OTA5NDk2fQ.FI0gzBQFLyQsj95LG56lVZxb6WYlr2-datNsyv6fF-I',
|
|
24
24
|
reqUrl: 'http://192.168.13.103:10003/openatc'
|
|
25
25
|
}
|