DESKTOP-O04BTUJ\muzen %!s(int64=3) %!d(string=hai) anos
pai
achega
3511f6462a
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      src/api/guide.js

+ 2 - 3
src/api/guide.js

@@ -1,10 +1,9 @@
 import request from "../utils/request"
 
-export function getContent(header, data) {
+export function getContent(data) {
   return request({
     url: `/device/getGuidePageContent`,
-    header: header,
     method: 'get',
-    data: data
+    data
   })
 }