Blame view

src/api/qiniu.js 170 Bytes
d7d9c38c2   Adam   auto commit the c...
1
2
3
4
5
6
7
8
  import request from '@/utils/request'
  
  export function getToken() {
    return request({
      url: '/qiniu/upload/token', // 假地址 自行替换
      method: 'get'
    })
  }