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
  • .env.development
  • liangyifan's avatar
    待办箱删除 · c2920d84
    c2920d84 Browse File
    liangyifan committed 2022-09-02 17:58:34 +0800
.env.development 160 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
# just a flag
ENV = 'development'
NODE_ENV=development
# base api
VUE_APP_BASE_API = '/bdcdj'

# 开发环境
VUE_APP_API_BASE_URL = 'http://192.168.2.44:8018'