Commit 58b85f8a authored by pengyunqian's avatar pengyunqian

update:timeout

parent b78f4acf
......@@ -44,7 +44,8 @@ exports.getWithdrawAudit = async ctx => {
url,
method: "POST",
json: true,
body: ctx.request.body
body: ctx.request.body,
timeout: 10000
}
ctx.body = await req(ctx, opts)
}
......
<template>
<div>
<layout> 没有权限! </layout>
没有权限!
</div>
</template>
<script>
import Layout from '@/layouts';
export default {
components: {
Layout,
},
};
</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