qiniu.js 170 Bytes edit raw blame history 1 2 3 4 5 6 7 8 import request from '@/utils/request' export function getToken() { return request({ url: '/qiniu/upload/token', // 假地址 自行替换 method: 'get' }) }