tabbar.js 168 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 import { fn, fetch } from './fn' const Api = { TABBAR_CONFIG: '/srv/?a=tabbar&t=config', } export const getTabbarConfigAPI = () => fn(fetch.get(Api.TABBAR_CONFIG))