Commit 58b85f8a authored by pengyunqian's avatar pengyunqian

update:timeout

parent b78f4acf
...@@ -44,7 +44,8 @@ exports.getWithdrawAudit = async ctx => { ...@@ -44,7 +44,8 @@ exports.getWithdrawAudit = async ctx => {
url, url,
method: "POST", method: "POST",
json: true, json: true,
body: ctx.request.body body: ctx.request.body,
timeout: 10000
} }
ctx.body = await req(ctx, opts) ctx.body = await req(ctx, opts)
} }
......
<template> <template>
<div> <div>
<layout> 没有权限! </layout> 没有权限!
</div> </div>
</template> </template>
<script> <script>
import Layout from '@/layouts';
export default { export default {
components: {
Layout,
},
}; };
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment