소스 검색

Merge branch 'professional2' of http://git.mydig.net/Sagoo-Cloud/sagoo-admin-ui into professional2

yanglzh 7 달 전
부모
커밋
f25777c4be
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/iot/device/instance/detail.vue

+ 2 - 2
src/views/iot/device/instance/detail.vue

@@ -596,12 +596,12 @@ export default defineComponent({
             type: '响应',
           },
           {
-            url: `/sys/${res.data.productKey}/${deviceKey}/thing/event/${'${eventIdentifier}'}/property/post`,
+            url: `/sys/${res.data.productKey}/${deviceKey}/thing/event/${'${eventIdentifier}'}/post`,
             info: '设备上报事件(设备端发起)',
             type: '请求',
           },
           {
-            url: `/sys/${res.data.productKey}/${deviceKey}/thing/event/${'${eventIdentifier}'}/property/post_reply`,
+            url: `/sys/${res.data.productKey}/${deviceKey}/thing/event/${'${eventIdentifier}'}/post_reply`,
             info: '设备上报事件(设备端发起)',
             type: '响应',
           }