Commit c6da7281 authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改类型

parent a274d5d2
...@@ -13,7 +13,7 @@ type resultData = { ...@@ -13,7 +13,7 @@ type resultData = {
lastTypeParams: string, lastTypeParams: string,
preview: any, preview: any,
} & { } & {
[key: string]: string | number, [key: string]: any,
} }
export const usePageStatus = (): resultData => { export const usePageStatus = (): resultData => {
......
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