Skip to content
  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in

platform / fanxing_new

Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • fanxing_new
  • src
  • api
  • apiList.js
  • 潘建波's avatar
    合并展示页面 · 97adad9d
    潘建波 committed Jan 06, 2020
    97adad9d
apiList.js 201 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12
import map from "./map";
import login from "./login";
import task from "./task";
import show from "./show";
let wsIP = "192.168.9.133:20080";
export default {
  map,
  login,
  task,
  show,
  wsIP
};