|
@@ -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
|