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

+ 2 - 1
src/api/guide.js

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