feat: 消费大屏功能新增。
This commit is contained in:
@@ -121,3 +121,30 @@ export function getBankCardStatistics() {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 查询交易地点消费地图概览
|
||||
export function getAccountDealLocationOverview(query) {
|
||||
return request({
|
||||
url: '/invest/analysis/accountDealLocationOverview',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
// 查询交易地点消费地图聚合点位
|
||||
export function getAccountDealLocationPoints(query) {
|
||||
return request({
|
||||
url: '/invest/analysis/accountDealLocationPoints',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
// 查询交易地点消费明细
|
||||
export function getAccountDealLocationRecords(query) {
|
||||
return request({
|
||||
url: '/invest/analysis/accountDealLocationRecords',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
1468
src/views/invest/accountDealLocationScreen/index.vue
Normal file
1468
src/views/invest/accountDealLocationScreen/index.vue
Normal file
File diff suppressed because it is too large
Load Diff
@@ -42,8 +42,8 @@ export default defineConfig(({ mode, command }) => {
|
||||
proxy: {
|
||||
// https://cn.vitejs.dev/config/#server-proxy
|
||||
'/dev-api': {
|
||||
target: 'https://www.qdintc.com/prod-api/',
|
||||
// target: 'http://127.0.0.1:8080',
|
||||
// target: 'https://www.qdintc.com/prod-api/',
|
||||
target: 'http://127.0.0.1:8080',
|
||||
changeOrigin: true,
|
||||
rewrite: (p) => p.replace(/^\/dev-api/, '')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user