mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 添加表格页面示例
This commit is contained in:
@ -2,11 +2,11 @@ import { useAuthChangeEvent } from './auth';
|
||||
|
||||
export function useGlobalEvent() {
|
||||
/** 初始化全局监听事件 */
|
||||
function initGlobalListener() {
|
||||
function initGlobalEventListener() {
|
||||
useAuthChangeEvent();
|
||||
}
|
||||
|
||||
return {
|
||||
initGlobalListener
|
||||
initGlobalEventListener
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user