EVT.js 349 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 // 全局事件 module.exports = { NAV_FILTER: '_nav_filter', // 导航菜单过滤,触发请求 TAB_SELECT: '_tab_select', // 选择tab ,主题 classify EVT_SET_TAB_INDEX: '_evt_set_tab_index', // 选择tab ,主题 classify EVT_TAB_INDEX_CHANGE: '_evt_tab_index_change', // 从navbar发至index 点击头部导航 index }