UNPKG

@ecip/ecip-web

Version:

A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features

10 lines (8 loc) 177 B
import request from 'ecip-web/utils/request' export const getRouterReq = (params) => { return request({ url: 'api/v1/system/router', params, method: 'get' }) }