mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
commit
This commit is contained in:
17
jsowell-ui/src/api/index/index.js
Normal file
17
jsowell-ui/src/api/index/index.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
// 查询首页信息
|
||||
export function getGeneralSituation(data) {
|
||||
return request({
|
||||
url: '/index/getGeneralSituation',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
export function getOrderInfo(data) {
|
||||
return request({
|
||||
url: '/index/getOrderInfo',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user