瀏覽代碼

fix: 修复api

zhangyuhan 4 年之前
父節點
當前提交
200dada093
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jydocs-pc/src/api/modules/detail.js

+ 1 - 1
jydocs-pc/src/api/modules/detail.js

@@ -17,7 +17,6 @@ export function getDetails (data) {
 
 export function getShow (data) {
   return request({
-    baseURL: '/jyintegral',
     url: '/getShow',
     method: 'post',
     data: data
@@ -61,6 +60,7 @@ export function getRemove (data) {
 export function getCoin (data) {
   console.log(data)
   return request({
+    baseURL: '/jyintegral',
     url: '/getList',
     method: 'post',
     data