Browse Source

接口文件

DESKTOP-O04BTUJ\muzen 3 years ago
parent
commit
b99dd7f5d3
1 changed files with 1 additions and 1 deletions
  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
   })