风控报告
This commit is contained in:
parent
63c6cb816a
commit
cd5dce4bf7
|
@ -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,
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue
Block a user