Browse Source

fix: 修复api

zhangyuhan 4 years ago
parent
commit
200dada093
1 changed files with 1 additions and 1 deletions
  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