Procházet zdrojové kódy

feat:修正topic提示

microrain před 7 měsíci
rodič
revize
4a3c8f4558
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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: '响应',
           }