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

9 lines (7 loc) 177 B
import request from 'ecip-web/utils/request' export function getToken() { return request({ url: '/qiniu/upload/token', // 假地址 自行替换 method: 'get' }) }