提现风控

This commit is contained in:
墨大叔 2024-09-21 19:29:15 +08:00
parent 3a8c23b0b2
commit c6bc16f741
4 changed files with 24 additions and 2 deletions

View File

@ -10,7 +10,8 @@ import { isEmpty } from '@/utils'
NProgress.configure({ showSpinner: false })
const whiteList = ['/login', '/register', '/userLogin']
// 白名单
const whiteList = ['/login', '/register', '/userLogin', '/liveness']
router.beforeEach((to, from, next) => {
NProgress.start()

View File

@ -95,6 +95,10 @@ export const constantRoutes = [
meta: { title: '个人中心', icon: 'user' }
}
]
},
{
path: '/liveness',
component: () => import('@/views/mobile/liveness/index')
}
]

View File

@ -0,0 +1,13 @@
<template>
</template>
<script>
export default {
name: 'Liveness'
}
</script>
<style scoped lang="scss">
</style>

View File

@ -253,7 +253,10 @@
<form-col :span="8" label="限制提现" prop="limitWithdraw">
<el-switch v-model="form.limitWithdraw" active-text="限制" inactive-text="不限制"/>
</form-col>
<form-col :span="16" label="限制原因" prop="limitWithdraw">
<form-col :span="16" label="限制提现至" prop="limitWithdrawTime" label-width="6em">
<el-date-picker type="datetime" v-model="form.limitWithdrawTime" placeholder="请选择限制提现时间" value-format="yyyy-MM-dd HH:mm:ss" :clearable="false"/>
</form-col>
<form-col :span="span * 2" label="限制原因" prop="limitWithdraw">
<el-input v-model="form.limitWithdrawReason" type="textarea" placeholder="请输入限制提现的原因(展示给用户查看)" show-word-limit maxlength="200"/>
</form-col>
<form-col :span="8" label="限制退款" prop="limitRefund">
@ -325,6 +328,7 @@ export default {
{key: 'storeCount', visible: true, label: '店铺数量', align: 'center', minWidth: null, sortable: false},
{key: 'deviceCount', visible: true, label: '设备数量', align: 'center', minWidth: null, sortable: false},
{key: 'deviceAdmin', visible: false, label: '设备管理员', align: 'center', minWidth: null, sortable: false},
{key: 'riskCount', visible: false, label: '风险次数', align: 'center', minWidth: null, sortable: false},
],
openServiceRate: false,
//