Browse Source

接口文件

DESKTOP-SVI9JE1\muzen 1 year ago
parent
commit
293ed8a06b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/guide.js

+ 1 - 1
src/api/guide.js

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