@jctrans-materials/comps-vue3 1.0.30 → 1.0.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -64,4 +64,10 @@ export declare function validateCompanyName(rule: any, value: any, callback: any
64
64
  export declare function validateVerifyCode(rule: any, value: any, callback: any, isEn?: boolean): any;
65
65
  export declare function go2Agreement(target?: string): void;
66
66
  export declare function go2Policy(target?: string): void;
67
+ /**
68
+ * 统一路由/URL跳转处理
69
+ * @param {string} path - 跳转路径或全路径URL
70
+ * @param {number} delay - 延迟时间(ms),默认100ms
71
+ */
72
+ export declare const handleRedirect: (path: any, delay?: number) => void;
67
73
  export {};