Logo white

webapp / GreenwayWeb

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • GreenwayWeb
  • admin-web-master
  • src
  • api
  • imgFlieUp.js
  • '改bug'
    e65c626a
    杨鑫 authored
    2025-02-20 16:18:02 +0800  
    Browse Code »
imgFlieUp.js 175 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10
import request from '@/utils/request'
//图片上传
export  function imgUp(data) {
  return request({
    url: '/miniio/uploadQuestion',
    method: 'post',
    data
  })
}