风控报告

This commit is contained in:
Sliverber 2024-03-09 18:49:57 +08:00
parent 63c6cb816a
commit cd5dce4bf7
8 changed files with 5681 additions and 912 deletions

View File

@ -4,8 +4,8 @@ ENV = 'development'
# base api
# VUE_APP_BASE_API = '/dev-api'
# VUE_APP_BASE_API = 'http://106.75.49.247:20400'
# VUE_APP_BASE_API = 'https://yruibao.com/admin'
VUE_APP_BASE_API = 'http://192.168.2.26:20401'
VUE_APP_BASE_API = 'https://yruibao.com/admin'
# VUE_APP_BASE_API = 'http://192.168.2.26:20401'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,

View File

@ -4,5 +4,5 @@ ENV = 'production'
# base api
# VUE_APP_BASE_API = '/prod-api'
# VUE_APP_BASE_API = 'http://106.75.49.247:20400'
# VUE_APP_BASE_API = 'https://yruibao.com/admin'
VUE_APP_BASE_API = 'http://192.168.2.26:20401'
VUE_APP_BASE_API = 'https://yruibao.com/admin'
# VUE_APP_BASE_API = 'http://192.168.2.26:20401'

View File

@ -193,6 +193,24 @@ export function getTlxReportCache(userId) {
params: { userId },
});
}
/**
* 获取天狼星缓存
* @param userId
*/
export function getSynthesizeReport(userId) {
return request({
url: `/admin/user/getSynthesizeReport?userId=`+userId,
method: 'get',
// params: { userId },
});
}
export function getSynthesizeCache(userId) {
return request({
url: `/admin/user/getSynthesizeCache?userId=`+userId,
method: 'get',
// params: { userId },
});
}
/**
* 获取紫微星报告
* @param pram

View File

@ -144,6 +144,7 @@
</el-table-column>
<el-table-column prop="orderNum" label="订单数" align="center">
</el-table-column>
<el-table-column prop="orderAmount" label=" 订单总金额" align="center">
</el-table-column>
<el-table-column prop="pendingRepayment" label=" 待还金额" align="center">

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff