Skip to content
  • This project
    • Loading...
  • Sign in

bdc / bdcdj-web

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • bdcdj-web
  • src
  • api
  • fileController.js
  • 任超's avatar
    feat:申请业务规则配置 · 0dacd01e
    0dacd01e Browse Directory
    任超 committed 2022-08-17 10:39:08 +0800
fileController.js 139 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
class fileController {
  uploadUrl () {
    return process.env.VUE_APP_BASE_API + '/file/upload'
  }
}
export default new fileController()