fix;修复bug
This commit is contained in:
@@ -27,3 +27,12 @@ export const getCommonByBrand = (brandName) => {
|
||||
})
|
||||
}
|
||||
|
||||
// 查询激活的且临近关闭时间最近的活动
|
||||
export const getActiveActivity = () => {
|
||||
return request({
|
||||
url: '/app/activity/nearest-active',
|
||||
method: 'get',
|
||||
hideLoading: true
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
export const URL = "https://my.gxfs123.com/api" //正式服务器
|
||||
// export const URL = "https://fansdev.gxfs123.com/api" //测试服务器
|
||||
// export const URL = "https://my.gxfs123.com/api" //正式服务器
|
||||
export const URL = "https://fansdev.gxfs123.com/api" //测试服务器
|
||||
// export const URL = "http://192.168.5.149:8080" //本地调试
|
||||
// export const URL = "http://127.0.0.1:8080" //本地调试
|
||||
|
||||
|
||||
Reference in New Issue
Block a user