调用“webview_right_button”增加500毫秒延时

This commit is contained in:
pang.lizong
2019-09-20 11:33:32 +08:00
parent 2e5a33d2e7
commit 4c732b5ec3
9 changed files with 102 additions and 85 deletions

View File

@@ -4,7 +4,7 @@ import getUrl from '@/assets/js/utils/get-url'
// 获取保单列表
export function getPolicyList(data) {
return request({
url: getUrl('/sale/policy/policyList', 1),
url: getUrl('/sale/policy/policyListAgent', 1),
method: 'post',
data
})