Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

ds147000 / react-project-storage

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • react-project-storage
  • src
  • libs
  • fetch.js
  • 杨周龙's avatar
    基础配置 · e613d128
    杨周龙 committed Dec 09, 2020
    e613d128
fetch.js 140 Bytes
BlameHistoryPermalink
Edit
1 2 3 4 5 6
import HttpRequest from '@/libs/http-request'
import { APP } from '@/config'

const http = new HttpRequest(APP.baseUrl)

export default http