dedsudiyu 2 years ago
parent
commit
9f7f82b402
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/executeThePlan.js

+ 1 - 1
src/api/executeThePlan.js

@@ -35,7 +35,7 @@ export function getRedis(id,type) {
 //获取喇叭列表
 export function getDeviceList(query) {
   return request({
-    url: '/speak/speaker/getDeviceList',
+    url: '/speak/speaker/getDeviceListBySub',
     method: 'get',
     params: query
   })