DESKTOP-O04BTUJ\muzen hace 3 años
padre
commit
b99dd7f5d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/api/guide.js

+ 1 - 1
src/api/guide.js

@@ -2,7 +2,7 @@ import request from "../utils/request";
 
 export function getGuidePageContent(data) {
   return request({
-    url: `/web/device/getGuidePageContent`,
+    url: `/device/getGuidePageContent`,
     method: 'get',
     data: data
   })