Commit 6113845e by haojie[

1

parent efd0c2c9
......@@ -498,7 +498,7 @@ let signal = controller.signal;
const clear_fetch = setTimeout(() => {
controller.abort();
console.log("请求已断开");
}, 3);
}, 3000);
// 预取数据
const { data }: any = await useFetch(() => `/v1${chain.value}/indexV1`, {
params: getParams(),
......
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