• Pan's avatar
    refactor · f7aee3b5
    Pan authored
    f7aee3b5
qiniu.js 164 Bytes
import fetch from '@/utils/fetch'

export function getToken() {
  return fetch({
    url: '/qiniu/upload/token', // 假地址 自行替换
    method: 'get'
  })
}