Эх сурвалжийг харах

change:
1. 添加刷新设备信息接口

kindring 2 жил өмнө
parent
commit
6e6ac85eeb

+ 1 - 1
web_src/src/components/DeviceList.vue

@@ -182,7 +182,7 @@ export default {
       // 调用接口刷新设备数据
       // 调用接口刷新设备数据
       this.$axios.axios({
       this.$axios.axios({
         method: 'get',
         method: 'get',
-        url: `/api/device/query/devices/refresh`
+        url: `/api/device/query/refresh`
       }).then( (res)=> {
       }).then( (res)=> {
         if (res.data.code === 0) {
         if (res.data.code === 0) {
           this.getDeviceList();
           this.getDeviceList();