tabbar.api.js 168 Bytes
import { fn, fetch } from '@/api/fn';

const Api = {
  TABBAR_CONFIG: '/srv/?a=app_menu',
};

export const getTabbarConfigAPI = () => fn(fetch.get(Api.TABBAR_CONFIG));